Home
last modified time | relevance | path

Searched defs:color (Results 1 – 15 of 15) sorted by relevance

/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/include/
DDEMOBitmap.h38 #define DEMOSetBitmapTextColor(color) DEMOiSetBitmapTextColor(DEMOVerifyGXRgb(color)) argument
39 #define DEMOSetBitmapGroundColor(color) DEMOiSetBitmapGroundColor(DEMOVerifyGXRgb(color)) argument
40 #define DEMOFillRect(x, y, wx, wy, color) DEMOiFillRect(x, y, wx, wy, DEMOVerifyGXRgb(color)) argument
41 #define DEMODrawLine(sx, sy, tx, ty, color) DEMOiDrawLine(sx, sy, tx, ty, DEMOVerifyGXRgb(color)) argument
42 #define DEMODrawFrame(x, y, wx, wy, color) DEMOiDrawFrame(x, y, wx, wy, DEMOVerifyGXRgb(color)) argument
/TwlSDK-5.1.0/build/tools/ppmconv/
Dppmconv8.c53 u16 color[MAX_COLORS]; member
190 static int ColorTableAppend(ColorTable * t, u16 color) in ColorTableAppend()
245 u16 color; in main() local
Dppmconvbg.c68 u16 *color; member
235 static int ColorTableAppend(ColorTable * t, u16 color) in ColorTableAppend()
292 u16 color; in Rgb2Index() local
Dppmconv.c166 u16 color; in main() local
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOBitmap.c289 GXRgb DEMOVerifyGXRgb(int color) in DEMOVerifyGXRgb()
313 void DEMOiSetBitmapTextColor(GXRgb color) in DEMOiSetBitmapTextColor()
328 void DEMOiSetBitmapGroundColor(GXRgb color) in DEMOiSetBitmapGroundColor()
347 void DEMOiFillRect(int x, int y, int wx, int wy, GXRgb color) in DEMOiFillRect()
486 void DEMOiDrawLine(int sx, int sy, int tx, int ty, GXRgb color) in DEMOiDrawLine()
593 void DEMOiDrawFrame(int x, int y, int wx, int wy, GXRgb color) in DEMOiDrawFrame()
/TwlSDK-5.1.0/build/demos/wm/dataShare-Model/src/
Dgraphics.c101 void drawPseudo2DColorQuad(int sx, int sy, int width, int height, GXRgb color) in drawPseudo2DColorQuad()
/TwlSDK-5.1.0/build/demos/wm/wep-1/src/
Dgraphics.c100 void drawPseudo2DColorQuad(int sx, int sy, int width, int height, GXRgb color) in drawPseudo2DColorQuad()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_LightColor/src/
Dmain.c67 inline void color(int idx) in color() function
/TwlSDK-5.1.0/build/demos/spi/spiMonkey/src/
Dmain.c246 static void DrawLine(s16 sx, s16 sy, s16 ex, s16 ey, GXRgb color) in DrawLine()
/TwlSDK-5.1.0/build/demos.TWL/dsp/snd-mic/src/
Dmain.c106 static void DrawWaveGraph(MICSamplingType type, GXRgb color, const void *buffer) in DrawWaveGraph()
/TwlSDK-5.1.0/build/demos/spi/spiMonkey2/src/
Dmain.c399 static void DrawLine(s16 sx, s16 sy, s16 ex, s16 ey, GXRgb color) in DrawLine()
/TwlSDK-5.1.0/build/demos.TWL/spi/spiMonkey3/src/
Dmain.c888 static void DrawLine(s16 sx, s16 sy, s16 ex, s16 ey, GXRgb color) in DrawLine()
/TwlSDK-5.1.0/include/nitro/gx/
Dg2_oam.h596 static inline void G2_SetOBJColorMode(GXOamAttr *oam, GXOamColorMode color) in G2_SetOBJColorMode()
675 GXOamColorMode color, int charName, int cParam, int rsParam) in G2_SetOBJAttr()
/TwlSDK-5.1.0/build/demos/wm/listenOnly/src/
Dmain.c286 u8 color; in TwlMain() local
/TwlSDK-5.1.0/build/demos/math/fft-2/src/
Dmain.c623 GXRgb color; in DrawBarWithColor() local