Searched defs:draw_rect (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/private/interface/ |
H A D | PicturePlayer.h | 37 void (*draw_rect)(void* userData, const BRect& rect, bool fill); member
|
/haiku/src/tests/kits/game/ParticlesII/ |
H A D | particlesII.cpp | 482 NWindowScreen::draw_rect(int x, int y, int w, int h, int color) in draw_rect() function in NWindowScreen
|
/haiku/src/servers/app/ |
H A D | ServerPicture.cpp | 298 draw_rect(void* _canvas, const BRect& _rect, bool fill) in draw_rect() function
|
/haiku/src/kits/interface/ |
H A D | PicturePlayer.cpp | 65 draw_rect(void* _context, const BRect& rect, bool fill) in draw_rect() function
|