Home
last modified time | relevance | path

Searched refs:pal (Results 1 – 9 of 9) sorted by relevance

/TwlSDK-5.2.1/build/demos/mb/multiboot-PowerSave/include/
Ddispfunc.h106 void BgPutString(int x, int y, int pal, const char *str, int len);
121 void BgPrintf(int x, int y, int pal, const char *str, ...);
135 static inline void BgPutChar(int x, int y, int pal, int c) in BgPutChar() argument
138 BgPutString(x, y, pal, &tmp, 1); in BgPutChar()
152 void BgSetMessage(int pal, const char *str, ...);
/TwlSDK-5.2.1/build/demos/mb/multiboot-PowerSave/src/
Ddispfunc.c184 void BgPutString(int x, int y, int pal, const char *str, int len) in BgPutString() argument
191 dst[x & ((32 * 32) - 1)] = (u16)((pal << 12) | (u8)str[x]); in BgPutString()
208 void BgPrintf(int x, int y, int pal, const char *str, ...) in BgPrintf() argument
215 BgPutString(x, y, pal, tmp, sizeof(tmp)); in BgPrintf()
229 void BgSetMessage(int pal, const char *str, ...) in BgSetMessage() argument
238 BgPutString(4, 22, pal, " ", 28); in BgSetMessage()
239 BgPutString(4, 22, pal, tmp, 28); in BgSetMessage()
253 BgPutString(0, cur_line, pal, tmp, sizeof(tmp)); in BgSetMessage()
/TwlSDK-5.2.1/build/demos/wm/wep-1/src/
Dprint.c63 u8 pal; in PR_PutString() local
66 pal = 0x0f; in PR_PutString()
89 pal = (u8)(*p - '0'); in PR_PutString()
95 pal = (u8)(*p - 'a' + 10); in PR_PutString()
102 scr->screen[scr->cury * PR_SCREEN_WIDTH + scr->curx] = (u16)((pal << 12) | (0x0fff & *p)); in PR_PutString()
/TwlSDK-5.2.1/build/demos/wm/dataShare-Model/src/
Dprint.c66 u8 pal; in PR_PutString() local
70 pal = 0x0f; in PR_PutString()
89 pal = (u8)(*p - '0'); in PR_PutString()
95 pal = (u8)(*p - 'a' + 10); in PR_PutString()
101 (u16)((pal << 12) | (0x0fff & PRi_GetFontIndex(code))); in PR_PutString()
/TwlSDK-5.2.1/build/demos.TWL/camera/camera-2/src/
Dmain.c117 static const GXRgb pal[16] = { GX_RGB(0, 0, 0), GX_RGB(31, 31, 31), }; in TwlMain() local
119 GX_LoadBGPltt(pal, 0x0000, sizeof(pal)); in TwlMain()
/TwlSDK-5.2.1/build/demos.TWL/camera/camera-3/src/
Dmain.c197 static const GXRgb pal[16] = { GX_RGB(0, 0, 0), GX_RGB(31, 31, 31), }; in TwlMain() local
199 GX_LoadBGPltt(pal, 0x0000, sizeof(pal)); in TwlMain()
/TwlSDK-5.2.1/build/demos.TWL/camera/camera-4/src/
Dmain.c125 static const GXRgb pal[16] = { GX_RGB(0, 0, 0), GX_RGB(31, 31, 31), }; in TwlMain() local
127 GX_LoadBGPltt(pal, 0x0000, sizeof(pal)); in TwlMain()
/TwlSDK-5.2.1/build/demos.TWL/camera/camera-1/src/
Dmain.c115 static const GXRgb pal[16] = { GX_RGB(0, 0, 0), GX_RGB(31, 31, 31), }; in TwlMain() local
117 GX_LoadBGPltt(pal, 0x0000, sizeof(pal)); in TwlMain()
/TwlSDK-5.2.1/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOBitmap.c206 static const GXRgb pal[16] = { GX_RGB(0, 0, 0), GX_RGB(31, 31, 31), }; in DEMOInitDisplayBitmap() local
208 GX_LoadBGPltt(pal, 0x0000, sizeof(pal)); in DEMOInitDisplayBitmap()
210 GXS_LoadBGPltt(pal, 0x0000, sizeof(pal)); in DEMOInitDisplayBitmap()