Searched refs:_DrawBitmap (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/mediaplayer/
H A DVideoView.h59 void _DrawBitmap(const BBitmap* bitmap);
H A DVideoView.cpp81 _DrawBitmap(bitmap);
230 _DrawBitmap(bitmap);
391 VideoView::_DrawBitmap(const BBitmap* bitmap) function in class:VideoView
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.h70 void _DrawBitmap();
H A DPeakView.cpp178 _DrawBitmap();
224 _DrawBitmap();
431 PeakView::_DrawBitmap() function in class:PeakView
/haiku/src/tests/servers/app/painter/
H A DPainter.h251 void _DrawBitmap( const agg::rendering_buffer& srcBuffer,
H A DPainter.cpp845 _DrawBitmap(srcBuffer, bitmap->ColorSpace(), actualBitmapRect, bitmapRect, viewRect);
864 _DrawBitmap(srcBuffer, bitmap->ColorSpace(), actualBitmapRect, bitmapRect, viewRect);
1206 // _DrawBitmap
1208 Painter::_DrawBitmap(const agg::rendering_buffer& srcBuffer, color_space format, function in class:Painter
1217 fprintf(stderr, "Painter::_DrawBitmap() - non-native colorspace: %d\n", format);
1237 fprintf(stderr, "Painter::_DrawBitmap() - colorspace conversion failed: %s\n", strerror(err));

Completed in 100 milliseconds