Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/include/
DDEMOBitmap.h40 #define DEMOFillRect(x, y, wx, wy, color) DEMOiFillRect(x, y, wx, wy, DEMOVerifyGXRgb(color))
124 void DEMOiFillRect(int x, int y, int wx, int wy, GXRgb color);
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOBitmap.c347 void DEMOiFillRect(int x, int y, int wx, int wy, GXRgb color) in DEMOiFillRect() function
595 DEMOiFillRect(x, y, wx, 1, color); in DEMOiDrawFrame()
596 DEMOiFillRect(x, y + wy - 1, wx, 1, color); in DEMOiDrawFrame()
597 DEMOiFillRect(x, y + 1, 1, wy - 1, color); in DEMOiDrawFrame()
598 DEMOiFillRect(x + wx - 1, y + 1, 1, wy - 1, color); in DEMOiDrawFrame()