Home
last modified time | relevance | path

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

/dports/graphics/grafx2/grafx2/src/
H A Dgraph.h65 void Draw_empty_circle_general(short center_x,short center_y,long sqradius,byte color);
70 void Draw_empty_circle_general(short center_x,short center_y,long sqradius,byte color);
H A Dgraph.c1231 void Draw_empty_circle_general(short center_x,short center_y, long sqradius,byte color) in Draw_empty_circle_general() function
1300 Draw_empty_circle_general(center_x,center_y,sqradius,color); in Draw_empty_circle_permanent()
1310 Draw_empty_circle_general(center_x,center_y,sqradius,color); in Draw_empty_circle_preview()
1320 Draw_empty_circle_general(center_x,center_y,sqradius,0); in Hide_empty_circle_preview()
H A Dfactory.c607 Draw_empty_circle_general(x1, y1, r*r, c); in L_DrawCircle()