Searched refs:draw_ellipse (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/private/interface/ |
H A D | PicturePlayer.h | 44 void (*draw_ellipse)(void* userData, const BRect& rect, bool fill); member
|
/haiku/src/tests/kits/game/ParticlesII/ |
H A D | particlesII.cpp | 60 void draw_ellipse(int cx, int cy, int wide, int deep, int color); 503 NWindowScreen::draw_ellipse(int cx, int cy, int wide, int deep, int color) in draw_ellipse() function in NWindowScreen
|
/haiku/src/kits/interface/ |
H A D | PicturePlayer.cpp | 108 draw_ellipse(void* _context, const BRect& rect, bool fill) in draw_ellipse() function 730 draw_ellipse, in Play() 1019 if (callbacks.draw_ellipse == NULL || !reader.Get(rect)) in _Play() 1022 callbacks.draw_ellipse(userData, *rect, in _Play()
|
/haiku/src/servers/app/ |
H A D | ServerPicture.cpp | 355 draw_ellipse(void* _canvas, const BRect& _rect, bool fill) in draw_ellipse() function 1026 draw_ellipse,
|