Home
last modified time | relevance | path

Searched refs:BPoint (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/targets/haiku-softpipe/
DSoftwareRenderer.h33 virtual status_t CopyPixelsOut(BPoint source, BBitmap *dest);
34 virtual status_t CopyPixelsIn(BBitmap *source, BPoint dest);
DSoftwareRenderer.cpp213 SoftwareRenderer::CopyPixelsOut(BPoint location, BBitmap *bitmap) in CopyPixelsOut()
255 SoftwareRenderer::CopyPixelsIn(BBitmap *bitmap, BPoint location) in CopyPixelsIn()
/external/mesa3d/src/hgl/
DGLRenderer.cpp71 BGLRenderer::CopyPixelsOut(BPoint source, BBitmap* dest) in CopyPixelsOut()
78 BGLRenderer::CopyPixelsIn(BBitmap* source, BPoint dest) in CopyPixelsIn()
DGLView.cpp129 BGLView::CopyPixelsOut(BPoint source, BBitmap* dest) in CopyPixelsOut()
142 BGLView::CopyPixelsIn(BBitmap* source, BPoint dest) in CopyPixelsIn()
/external/mesa3d/include/HaikuGL/
DGLRenderer.h42 virtual status_t CopyPixelsOut(BPoint source, BBitmap *dest);
43 virtual status_t CopyPixelsIn(BBitmap *source, BPoint dest);
DGLView.h57 status_t CopyPixelsOut(BPoint source, BBitmap *dest);
58 status_t CopyPixelsIn(BBitmap *source, BPoint dest);
/external/python/typing/typing_extensions/src/
Dtest_typing_extensions.py1243 class BPoint: class
1255 self.assertIsInstance(BPoint(1, 2), Point)
1257 self.assertIsInstance(BPoint(1, 2), Position)
/external/python/cpython3/Lib/test/
Dtest_typing.py1152 class BPoint: class
1169 self.assertIsInstance(BPoint(1, 2), Point)
1171 self.assertIsInstance(BPoint(1, 2), Position)