Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/fs/overlay-staticinit/src/
Dmode_2.c93 DEMODrawLine(bak_pos.x, bak_pos.y, cur_pos.x, cur_pos.y, GX_RGBA(16, 16, 31, 1)); in MyDrawFrame()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/include/
DDEMOBitmap.h41 #define DEMODrawLine(sx, sy, tx, ty, color) DEMOiDrawLine(sx, sy, tx, ty, DEMOVerifyGXRgb(color)) macro