Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/demos/gx/UnitTours/DEMOLib/include/
DDEMOBitmap.h38 #define DEMOSetBitmapTextColor(color) DEMOiSetBitmapTextColor(DEMOVerifyGXRgb(color))
39 #define DEMOSetBitmapGroundColor(color) DEMOiSetBitmapGroundColor(DEMOVerifyGXRgb(color))
40 #define DEMOFillRect(x, y, wx, wy, color) DEMOiFillRect(x, y, wx, wy, DEMOVerifyGXRgb(color))
41 #define DEMODrawLine(sx, sy, tx, ty, color) DEMOiDrawLine(sx, sy, tx, ty, DEMOVerifyGXRgb(color))
42 #define DEMODrawFrame(x, y, wx, wy, color) DEMOiDrawFrame(x, y, wx, wy, DEMOVerifyGXRgb(color))
87 GXRgb DEMOVerifyGXRgb(int color);
/TwlSDK-5.5/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOBitmap.c289 GXRgb DEMOVerifyGXRgb(int color) in DEMOVerifyGXRgb() function