Home
last modified time | relevance | path

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

/haiku/src/tests/kits/game/ParticlesII/
H A DparticlesII.cpp62 void ellipse_points(int x, int y, int x_offset, int y_offset, int color);
63 void ellipse_fill_points(int x, int y, int x_offset, int y_offset, int color);
609 NWindowScreen::ellipse_points(int x, int y, int x_offset, int y_offset, int color) in ellipse_points() argument
620 yCoord = y_offset + y; in ellipse_points()
627 yCoord = y_offset - y; in ellipse_points()
637 NWindowScreen::ellipse_fill_points(int x, int y, int x_offset, int y_offset, int color) in ellipse_fill_points() argument
650 yCoord1 = y_offset + y; in ellipse_fill_points()
652 yCoord2 = y_offset + y; in ellipse_fill_points()
658 yCoord1 = y_offset - y; in ellipse_fill_points()
660 yCoord2 = y_offset - y; in ellipse_fill_points()