Home
last modified time | relevance | path

Searched refs:BRect (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/include/HaikuGL/
DGLView.h45 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,
DGLRenderer.h40 virtual void Draw(BRect updateRect);
/third_party/mesa3d/src/gallium/winsys/sw/hgl/
Dhgl_sw_winsys.h32 class BRect; variable
36 virtual void Display(BBitmap *bitmap, BRect *updateRect) = 0;
Dhgl_sw_winsys.cpp134 BRect(0, 0, width - 1, height - 1), in hgl_winsys_displaytarget_create()
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DSoftwareRenderer.h30 void Display(BBitmap* bitmap, BRect* updateRect);
33 void Draw(BRect updateRect);
DSoftwareRenderer.cpp148 BRect b = view->Bounds(); in SoftwareRenderer()
218 SoftwareRenderer::Display(BBitmap *bitmap, BRect *updateRect) in Display()
256 SoftwareRenderer::Draw(BRect updateRect) in Draw()
DGalliumContext.h38 void Draw(context_id contextID, BRect updateRect);
DGalliumContext.cpp359 GalliumContext::Draw(context_id contextID, BRect updateRect) in Draw()
/third_party/mesa3d/src/hgl/
DGLView.cpp38 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()
DGLRenderer.cpp60 BGLRenderer::Draw(BRect updateRect) in Draw()
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_BWin.h68 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 */
DSDL_bwindow.cc46 BRect bounds( in _InitWindow()
DSDL_bmodes.cc255 BRect rc = bscreen.Frame(); in BE_GetDisplayBounds()
/third_party/mesa3d/src/gallium/frontends/hgl/
Dbitmap_wrapper.cpp46 BBitmap *bb = new BBitmap(BRect(0, 0, width, height), colorSpace); in create_bitmap()