Home
last modified time | relevance | path

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

/dports/games/xpilot/xpilot-4.5.5/src/client/
H A Dpaintdata.h283 extern void Erase_do_points(int width, XPoint *pointp, int n);
303 ((useErase) ? Erase_do_points((_A), (_B), (_C)) : (void)0 )
H A Dpaintdata.c251 void Erase_do_points(int width, XPoint *pointp, int n) in Erase_do_points() function