Searched refs:DEMOiDrawLine (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/include/ |
| D | DEMOBitmap.h | 41 #define DEMODrawLine(sx, sy, tx, ty, color) DEMOiDrawLine(sx, sy, tx, ty, DEMOVerifyGXRgb(color)) 171 void DEMOiDrawLine(int sx, int sy, int tx, int ty, GXRgb color);
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/ |
| D | DEMOBitmap.c | 486 void DEMOiDrawLine(int sx, int sy, int tx, int ty, GXRgb color) in DEMOiDrawLine() function
|