Home
last modified time | relevance | path

Searched refs:drawPseudo2DColorQuad (Results 1 – 6 of 6) sorted by relevance

/TwlSDK-5.1.0/build/demos/wm/dataShare-Model/include/
Dgraphics.h26 extern void drawPseudo2DColorQuad(int sx, int sy, int width, int height, GXRgb color);
/TwlSDK-5.1.0/build/demos/wm/wep-1/include/
Dgraphics.h26 extern void drawPseudo2DColorQuad(int sx, int sy, int width, int height, GXRgb color);
/TwlSDK-5.1.0/build/demos/wm/dataShare-Model/src/
Dmenu.c172 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()
Dgraphics.c101 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/
Dmenu.c140 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()
Dgraphics.c100 void drawPseudo2DColorQuad(int sx, int sy, int width, int height, GXRgb color) in drawPseudo2DColorQuad() function