Searched refs:BRect (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/include/HaikuGL/ |
D | GLView.h | 45 BGLView(BRect rect, const char* name, 64 virtual void Draw(BRect updateRect); 109 void _Draw(BRect rect); 123 BRect fBounds; 132 BGLView(BRect rect, char* name,
|
D | GLRenderer.h | 40 virtual void Draw(BRect updateRect);
|
/third_party/mesa3d/src/gallium/winsys/sw/hgl/ |
D | hgl_sw_winsys.h | 32 class BRect; variable 36 virtual void Display(BBitmap *bitmap, BRect *updateRect) = 0;
|
D | hgl_sw_winsys.cpp | 134 BRect(0, 0, width - 1, height - 1), in hgl_winsys_displaytarget_create()
|
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | SoftwareRenderer.h | 30 void Display(BBitmap* bitmap, BRect* updateRect); 33 void Draw(BRect updateRect);
|
D | SoftwareRenderer.cpp | 148 BRect b = view->Bounds(); in SoftwareRenderer() 218 SoftwareRenderer::Display(BBitmap *bitmap, BRect *updateRect) in Display() 256 SoftwareRenderer::Draw(BRect updateRect) in Draw()
|
D | GalliumContext.h | 38 void Draw(context_id contextID, BRect updateRect);
|
D | GalliumContext.cpp | 359 GalliumContext::Draw(context_id contextID, BRect updateRect) in Draw()
|
/third_party/mesa3d/src/hgl/ |
D | GLView.cpp | 38 BGLView::BGLView(BRect rect, const char* name, ulong resizingMode, ulong mode, in BGLView() 168 BGLView::Draw(BRect updateRect) in Draw() 457 BGLView::BGLView(BRect rect, char* name, ulong resizingMode, ulong mode, in BGLView()
|
D | GLRenderer.cpp | 60 BGLRenderer::Draw(BRect updateRect) in Draw()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/ |
D | SDL_BWin.h | 68 SDL_BWin(BRect bounds, window_look look, uint32 flags) in SDL_BWin() 264 _prev_frame = new BRect(Frame()); in Zoom() 635 BRect *_prev_frame; /* Previous position and size of the window */
|
D | SDL_bwindow.cc | 46 BRect bounds( in _InitWindow()
|
D | SDL_bmodes.cc | 255 BRect rc = bscreen.Frame(); in BE_GetDisplayBounds()
|
/third_party/mesa3d/src/gallium/frontends/hgl/ |
D | bitmap_wrapper.cpp | 46 BBitmap *bb = new BBitmap(BRect(0, 0, width, height), colorSpace); in create_bitmap()
|