Searched refs:drawPseudo2DColorQuad (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.1.0/build/demos/wm/dataShare-Model/include/ |
| D | graphics.h | 26 extern void drawPseudo2DColorQuad(int sx, int sy, int width, int height, GXRgb color);
|
| /TwlSDK-5.1.0/build/demos/wm/wep-1/include/ |
| D | graphics.h | 26 extern void drawPseudo2DColorQuad(int sx, int sy, int width, int height, GXRgb color);
|
| /TwlSDK-5.1.0/build/demos/wm/dataShare-Model/src/ |
| D | menu.c | 172 drawPseudo2DColorQuad(win->x - 7, y - 4, win->width + 4, h + 11, GX_RGB(0, 0, 20)); in drawWindow() 180 drawPseudo2DColorQuad(win->x - 8, y - 5, win->width + 6, h + 13, GX_RGB(20, 20, 31)); in drawWindow()
|
| D | graphics.c | 101 void drawPseudo2DColorQuad(int sx, int sy, int width, int height, GXRgb color) in drawPseudo2DColorQuad() function
|
| /TwlSDK-5.1.0/build/demos/wm/wep-1/src/ |
| D | menu.c | 140 drawPseudo2DColorQuad(win->x - 7, y - 4, win->width + 4, h + 11, GX_RGB(0, 0, 20)); in drawWindow() 148 drawPseudo2DColorQuad(win->x - 8, y - 5, win->width + 6, h + 13, GX_RGB(20, 20, 31)); in drawWindow()
|
| D | graphics.c | 100 void drawPseudo2DColorQuad(int sx, int sy, int width, int height, GXRgb color) in drawPseudo2DColorQuad() function
|