Home
last modified time | relevance | path

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

/haiku/src/tests/kits/game/ParticlesII/
H A DparticlesII.cpp63 void ellipse_fill_points(int x, int y, int x_offset, int y_offset, int color);
578 ellipse_fill_points(x, y, cx, cy, color); in fill_ellipse()
589 ellipse_fill_points(x, y, cx, cy, color); in fill_ellipse()
603 ellipse_fill_points(x, y, cx, cy, color); in fill_ellipse()
637 NWindowScreen::ellipse_fill_points(int x, int y, int x_offset, int y_offset, int color) in ellipse_fill_points() function in NWindowScreen