Home
last modified time | relevance | path

Searched refs:BPoint (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
H A DSoftwareRenderer.h34 status_t CopyPixelsOut(BPoint source, BBitmap *dest);
35 status_t CopyPixelsIn(BBitmap *source, BPoint dest);
H A DSoftwareRenderer.cpp264 SoftwareRenderer::CopyPixelsOut(BPoint location, BBitmap *bitmap) in CopyPixelsOut()
274 SoftwareRenderer::CopyPixelsIn(BBitmap *bitmap, BPoint location) in CopyPixelsIn()
/third_party/mesa3d/src/hgl/
H A DGLRenderer.cpp66 BGLRenderer::CopyPixelsOut(BPoint source, BBitmap* dest) in CopyPixelsOut()
73 BGLRenderer::CopyPixelsIn(BBitmap* source, BPoint dest) in CopyPixelsIn()
H A DGLView.cpp127 BGLView::CopyPixelsOut(BPoint source, BBitmap* dest) in CopyPixelsOut()
140 BGLView::CopyPixelsIn(BBitmap* source, BPoint dest) in CopyPixelsIn()
/third_party/mesa3d/include/HaikuGL/
H A DGLRenderer.h41 virtual status_t CopyPixelsOut(BPoint source, BBitmap *dest);
42 virtual status_t CopyPixelsIn(BBitmap *source, BPoint dest);
H A DGLView.h58 status_t CopyPixelsOut(BPoint source, BBitmap *dest);
59 status_t CopyPixelsIn(BBitmap *source, BPoint dest);
/third_party/python/Lib/test/
H A Dtest_typing.py2822 class BPoint: class
2839 self.assertIsInstance(BPoint(1, 2), Point)
2841 self.assertIsInstance(BPoint(1, 2), Position)

Completed in 14 milliseconds