| /TwlSDK-5.5/build/demos/gx/UnitTours/DEMOLib/include/ |
| D | DEMOBitmap.h | 38 #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.5/build/demos.TWL/tcl/tcl-1/src/ |
| D | main.c | 54 int GetR ( u16 color ) { return (color & GX_RGB_R_MASK) >> GX_RGB_R_SHIFT; } in GetR() 55 int GetG ( u16 color ) { return (color & GX_RGB_G_MASK) >> GX_RGB_G_SHIFT; } in GetG() 56 int GetB ( u16 color ) { return (color & GX_RGB_B_MASK) >> GX_RGB_B_SHIFT; } in GetB()
|
| /TwlSDK-5.5/build/tools/ppmconv/ |
| D | ppmconv8.c | 53 u16 color[MAX_COLORS]; member 190 static int ColorTableAppend(ColorTable * t, u16 color) in ColorTableAppend() 245 u16 color; in main() local
|
| D | ppmconvbg.c | 68 u16 *color; member 235 static int ColorTableAppend(ColorTable * t, u16 color) in ColorTableAppend() 292 u16 color; in Rgb2Index() local
|
| D | ppmconv.c | 166 u16 color; in main() local
|
| /TwlSDK-5.5/build/demos/gx/UnitTours/DEMOLib/src/ |
| D | DEMOBitmap.c | 289 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.5/build/demos/wm/dataShare-Model/src/ |
| D | graphics.c | 101 void drawPseudo2DColorQuad(int sx, int sy, int width, int height, GXRgb color) in drawPseudo2DColorQuad()
|
| /TwlSDK-5.5/build/demos/wm/wep-1/src/ |
| D | graphics.c | 100 void drawPseudo2DColorQuad(int sx, int sy, int width, int height, GXRgb color) in drawPseudo2DColorQuad()
|
| /TwlSDK-5.5/build/demos/gx/UnitTours/3D_Pol_LightColor/src/ |
| D | main.c | 67 inline void color(int idx) in color() function
|
| /TwlSDK-5.5/build/demos/spi/spiMonkey/src/ |
| D | main.c | 246 static void DrawLine(s16 sx, s16 sy, s16 ex, s16 ey, GXRgb color) in DrawLine()
|
| /TwlSDK-5.5/build/demos.TWL/dsp/snd-mic/src/ |
| D | main.c | 106 static void DrawWaveGraph(MICSamplingType type, GXRgb color, const void *buffer) in DrawWaveGraph()
|
| /TwlSDK-5.5/build/demos/spi/spiMonkey2/src/ |
| D | main.c | 398 static void DrawLine(s16 sx, s16 sy, s16 ex, s16 ey, GXRgb color) in DrawLine()
|
| /TwlSDK-5.5/build/demos.TWL/spi/spiMonkey3/src/ |
| D | main.c | 892 static void DrawLine(s16 sx, s16 sy, s16 ex, s16 ey, GXRgb color) in DrawLine()
|
| /TwlSDK-5.5/include/nitro/gx/ |
| D | g2_oam.h | 596 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.5/build/demos/wm/listenOnly/src/ |
| D | main.c | 286 u8 color; in TwlMain() local
|
| /TwlSDK-5.5/build/demos/math/fft-2/src/ |
| D | main.c | 623 GXRgb color; in DrawBarWithColor() local
|