Searched refs:BPoint (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
H A D | SoftwareRenderer.h | 34 status_t CopyPixelsOut(BPoint source, BBitmap *dest); 35 status_t CopyPixelsIn(BBitmap *source, BPoint dest);
|
H A D | SoftwareRenderer.cpp | 264 SoftwareRenderer::CopyPixelsOut(BPoint location, BBitmap *bitmap) in CopyPixelsOut() 274 SoftwareRenderer::CopyPixelsIn(BBitmap *bitmap, BPoint location) in CopyPixelsIn()
|
/third_party/mesa3d/src/hgl/ |
H A D | GLRenderer.cpp | 66 BGLRenderer::CopyPixelsOut(BPoint source, BBitmap* dest) in CopyPixelsOut() 73 BGLRenderer::CopyPixelsIn(BBitmap* source, BPoint dest) in CopyPixelsIn()
|
H A D | GLView.cpp | 127 BGLView::CopyPixelsOut(BPoint source, BBitmap* dest) in CopyPixelsOut() 140 BGLView::CopyPixelsIn(BBitmap* source, BPoint dest) in CopyPixelsIn()
|
/third_party/mesa3d/include/HaikuGL/ |
H A D | GLRenderer.h | 41 virtual status_t CopyPixelsOut(BPoint source, BBitmap *dest); 42 virtual status_t CopyPixelsIn(BBitmap *source, BPoint dest);
|
H A D | GLView.h | 58 status_t CopyPixelsOut(BPoint source, BBitmap *dest); 59 status_t CopyPixelsIn(BBitmap *source, BPoint dest);
|
/third_party/python/Lib/test/ |
H A D | test_typing.py | 2822 class BPoint: class 2839 self.assertIsInstance(BPoint(1, 2), Point) 2841 self.assertIsInstance(BPoint(1, 2), Position)
|
Completed in 14 milliseconds