Home
last modified time | relevance | path

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

/haiku/src/tests/kits/game/ParticlesII/
H A DparticlesII.cpp646 int xCoord1, yCoord1; in ellipse_fill_points() local
650 yCoord1 = y_offset + y; in ellipse_fill_points()
653 if((xCoord1 > 0) && (yCoord1 > 0) && (xCoord1 < width) && (yCoord1 < height)) in ellipse_fill_points()
655 draw_line(xCoord1,yCoord1,xCoord2,yCoord2,color); in ellipse_fill_points()
658 yCoord1 = y_offset - y; in ellipse_fill_points()
661 if((xCoord1 > 0) && (yCoord1 > 0) && (xCoord1 < width) && (yCoord1 < height)) in ellipse_fill_points()
663 draw_line(xCoord1,yCoord1,xCoord2,yCoord2,color); in ellipse_fill_points()