Searched refs:outlined_rectangle (Results 1 – 2 of 2) sorted by relevance
75 void outlined_rectangle(int x1, int y1, int x2, int y2) in outlined_rectangle() function
82 if(r) base_type::outlined_rectangle(x-r, y-r, x+r, y+r); in square()