| /TwlSDK-5.5/build/demos/mb/multiboot/src/ |
| D | dispfunc.c | 99 static void BgiPutChar(s16 x, s16 y, u8 palette, char c, u8 lcd); 100 static void BgiPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num, u8 lcd); 103 static void BgiPutChar(s16 x, s16 y, u8 palette, char c, u8 lcd) in BgiPutChar() argument 107 vscr[((y * 32) + x) % (32 * 32)] = (u16)((palette << 12) | c); in BgiPutChar() 111 vscr_sub[((y * 32) + x) % (32 * 32)] = (u16)((palette << 12) | c); in BgiPutChar() 115 static void BgiPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num, u8 lcd) in BgiPutStringN() argument 126 BgiPutChar((s16)(x + i), y, palette, text[i], lcd); in BgiPutStringN() 179 void BgPrintf(s16 x, s16 y, u8 palette, char *text, ...) in BgPrintf() argument 190 BgPutString(x, y, palette, temp); in BgPrintf() 195 void BgPutString(s16 x, s16 y, u8 palette, char *text) in BgPutString() argument [all …]
|
| /TwlSDK-5.5/build/demos/wxc/relayStation-2/src/ |
| D | dispfunc.c | 42 static void BgiPutChar(int x, int y, u8 palette, char c, u8 lcd); 43 static void BgiPutStringN(int x, int y, u8 palette, const char *text, u32 num, u8 lcd); 46 static void BgiPutChar(int x, int y, u8 palette, char c, u8 lcd) in BgiPutChar() argument 50 vscr[((y * 32) + x) % (32 * 32)] = (u16)((palette << 12) | c); in BgiPutChar() 54 vscr_sub[((y * 32) + x) % (32 * 32)] = (u16)((palette << 12) | c); in BgiPutChar() 58 static void BgiPutStringN(int x, int y, u8 palette, const char *text, u32 num, u8 lcd) in BgiPutStringN() argument 69 BgiPutChar((s16)(x + i), y, palette, text[i], lcd); in BgiPutStringN() 122 void BgPrintf(int x, int y, u8 palette, const char *text, ...) in BgPrintf() argument 133 BgPutString(x, y, palette, temp); in BgPrintf() 138 void BgPutString(int x, int y, u8 palette, const char *text) in BgPutString() argument [all …]
|
| /TwlSDK-5.5/build/demos/mb/multiboot/include/ |
| D | dispfunc.h | 89 void BgPrintf(s16 x, s16 y, u8 palette, char *text, ...); 90 void BgPutString(s16 x, s16 y, u8 palette, char *text); 91 void BgPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num); 92 void BgPutChar(s16 x, s16 y, u8 palette, char c); 96 void BgPrintfSub(s16 x, s16 y, u8 palette, char *text, ...); 97 void BgPutStringSub(s16 x, s16 y, u8 palette, char *text); 98 void BgPutStringNSub(s16 x, s16 y, u8 palette, char *text, u32 num); 99 void BgPutCharSub(s16 x, s16 y, u8 palette, char c); 106 void BgSetMessage(u8 palette, char *message, ...); 107 void BgSetMessageSub(u8 palette, char *message, ...); [all …]
|
| /TwlSDK-5.5/build/demos/wxc/wxc-pm/src/ |
| D | dispfunc.c | 43 static void BgiPutChar(s16 x, s16 y, u8 palette, char c, u8 lcd); 44 static void BgiPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num, u8 lcd); 47 static void BgiPutChar(s16 x, s16 y, u8 palette, char c, u8 lcd) in BgiPutChar() argument 51 vscr[((y * 32) + x) % (32 * 32)] = (u16)((palette << 12) | c); in BgiPutChar() 55 vscr_sub[((y * 32) + x) % (32 * 32)] = (u16)((palette << 12) | c); in BgiPutChar() 59 static void BgiPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num, u8 lcd) in BgiPutStringN() argument 70 BgiPutChar((s16)(x + i), y, palette, text[i], lcd); in BgiPutStringN() 123 void BgPrintf(s16 x, s16 y, u8 palette, char *text, ...) in BgPrintf() argument 134 BgPutString(x, y, palette, temp); in BgPrintf() 139 void BgPutString(s16 x, s16 y, u8 palette, char *text) in BgPutString() argument [all …]
|
| /TwlSDK-5.5/build/demos/wxc/simple-2/src/ |
| D | dispfunc.c | 43 static void BgiPutChar(s16 x, s16 y, u8 palette, char c, u8 lcd); 44 static void BgiPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num, u8 lcd); 47 static void BgiPutChar(s16 x, s16 y, u8 palette, char c, u8 lcd) in BgiPutChar() argument 51 vscr[((y * 32) + x) % (32 * 32)] = (u16)((palette << 12) | c); in BgiPutChar() 55 vscr_sub[((y * 32) + x) % (32 * 32)] = (u16)((palette << 12) | c); in BgiPutChar() 59 static void BgiPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num, u8 lcd) in BgiPutStringN() argument 70 BgiPutChar((s16)(x + i), y, palette, text[i], lcd); in BgiPutStringN() 123 void BgPrintf(s16 x, s16 y, u8 palette, char *text, ...) in BgPrintf() argument 134 BgPutString(x, y, palette, temp); in BgPrintf() 139 void BgPutString(s16 x, s16 y, u8 palette, char *text) in BgPutString() argument [all …]
|
| /TwlSDK-5.5/build/demos/wxc/relayStation-1/src/ |
| D | dispfunc.c | 43 static void BgiPutChar(s16 x, s16 y, u8 palette, char c, u8 lcd); 44 static void BgiPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num, u8 lcd); 47 static void BgiPutChar(s16 x, s16 y, u8 palette, char c, u8 lcd) in BgiPutChar() argument 51 vscr[((y * 32) + x) % (32 * 32)] = (u16)((palette << 12) | c); in BgiPutChar() 55 vscr_sub[((y * 32) + x) % (32 * 32)] = (u16)((palette << 12) | c); in BgiPutChar() 59 static void BgiPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num, u8 lcd) in BgiPutStringN() argument 70 BgiPutChar((s16)(x + i), y, palette, text[i], lcd); in BgiPutStringN() 123 void BgPrintf(s16 x, s16 y, u8 palette, char *text, ...) in BgPrintf() argument 134 BgPutString(x, y, palette, temp); in BgPrintf() 139 void BgPutString(s16 x, s16 y, u8 palette, char *text) in BgPutString() argument [all …]
|
| /TwlSDK-5.5/build/demos/mb/multiboot-Model/common/include/ |
| D | disp.h | 77 void BgPutChar(s32 x, s32 y, s32 palette, s8 c); 78 void BgPutStringN(s32 x, s32 y, s32 palette, const char *text, s32 num); 79 void BgPutString(s32 x, s32 y, s32 palette, const char *text); 80 void BgPrintStr(s32 x, s32 y, s32 palette, const char *text, ...); 81 void BgSetMessage(s32 palette, const char *text, ...); 83 void BgColorString(s16 x, s16 y, s16 length, u8 palette);
|
| /TwlSDK-5.5/build/demos/mb/fake_child/common/include/ |
| D | disp.h | 77 void BgPutChar(s32 x, s32 y, s32 palette, s8 c); 78 void BgPutStringN(s32 x, s32 y, s32 palette, const char *text, s32 num); 79 void BgPutString(s32 x, s32 y, s32 palette, const char *text); 80 void BgPrintStr(s32 x, s32 y, s32 palette, const char *text, ...); 81 void BgSetMessage(s32 palette, const char *text, ...); 83 void BgColorString(s16 x, s16 y, s16 length, u8 palette);
|
| /TwlSDK-5.5/build/demos/mb/cloneboot/include/ |
| D | disp.h | 73 void BgPutChar(s32 x, s32 y, s32 palette, s8 c); 74 void BgPutStringN(s32 x, s32 y, s32 palette, const char *text, s32 num); 75 void BgPutString(s32 x, s32 y, s32 palette, const char *text); 76 void BgPrintStr(s32 x, s32 y, s32 palette, const char *text, ...); 77 void BgSetMessage(s32 palette, const char *text, ...); 79 void BgColorString(s16 x, s16 y, s16 length, u8 palette);
|
| /TwlSDK-5.5/build/demos/wvr/with_mb/common/include/ |
| D | disp.h | 74 void BgPutChar(s32 x, s32 y, s32 palette, s8 c); 75 void BgPutStringN(s32 x, s32 y, s32 palette, const char *text, s32 num); 76 void BgPutString(s32 x, s32 y, s32 palette, const char *text); 77 void BgPrintStr(s32 x, s32 y, s32 palette, const char *text, ...); 78 void BgSetMessage(s32 palette, const char *text, ...); 80 void BgColorString(s16 x, s16 y, s16 length, u8 palette);
|
| /TwlSDK-5.5/build/demos/wvr/with_mb/common/src/ |
| D | disp.c | 311 void BgPutStringN(s32 x, s32 y, s32 palette, const char *text, s32 num) in BgPutStringN() argument 325 BgPutChar(x + i, y, palette, text[i]); in BgPutStringN() 338 void BgPutChar(s32 x, s32 y, s32 palette, s8 c) in BgPutChar() argument 340 vscr[((y * 32) + x) % (32 * 32)] = (u16)((palette << 12) | c); in BgPutChar() 352 void BgPutString(s32 x, s32 y, s32 palette, const char *text) in BgPutString() argument 354 BgPutStringN(x, y, palette, text, BGSTR_MAX_LENGTH); in BgPutString() 366 void BgPrintStr(s32 x, s32 y, s32 palette, const char *text, ...) in BgPrintStr() argument 375 BgPutString(x, y, palette, temp); in BgPrintStr() 387 void BgSetMessage(s32 palette, const char *text, ...) in BgSetMessage() argument 396 BgPutString(4, 22, palette, temp); in BgSetMessage() [all …]
|
| /TwlSDK-5.5/build/demos/mb/multiboot-Model/common/src/ |
| D | disp.c | 311 void BgPutStringN(s32 x, s32 y, s32 palette, const char *text, s32 num) in BgPutStringN() argument 325 BgPutChar(x + i, y, palette, text[i]); in BgPutStringN() 338 void BgPutChar(s32 x, s32 y, s32 palette, s8 c) in BgPutChar() argument 340 vscr[((y * 32) + x) % (32 * 32)] = (u16)((palette << 12) | c); in BgPutChar() 352 void BgPutString(s32 x, s32 y, s32 palette, const char *text) in BgPutString() argument 354 BgPutStringN(x, y, palette, text, BGSTR_MAX_LENGTH); in BgPutString() 366 void BgPrintStr(s32 x, s32 y, s32 palette, const char *text, ...) in BgPrintStr() argument 375 BgPutString(x, y, palette, temp); in BgPrintStr() 387 void BgSetMessage(s32 palette, const char *text, ...) in BgSetMessage() argument 396 BgPutString(4, 22, palette, temp); in BgSetMessage() [all …]
|
| /TwlSDK-5.5/build/demos/mb/fake_child/common/src/ |
| D | disp.c | 314 void BgPutStringN(s32 x, s32 y, s32 palette, const char *text, s32 num) in BgPutStringN() argument 328 BgPutChar(x + i, y, palette, text[i]); in BgPutStringN() 341 void BgPutChar(s32 x, s32 y, s32 palette, s8 c) in BgPutChar() argument 343 vscr[((y * 32) + x) % (32 * 32)] = (u16)((palette << 12) | c); in BgPutChar() 355 void BgPutString(s32 x, s32 y, s32 palette, const char *text) in BgPutString() argument 357 BgPutStringN(x, y, palette, text, BGSTR_MAX_LENGTH); in BgPutString() 369 void BgPrintStr(s32 x, s32 y, s32 palette, const char *text, ...) in BgPrintStr() argument 378 BgPutString(x, y, palette, temp); in BgPrintStr() 390 void BgSetMessage(s32 palette, const char *text, ...) in BgSetMessage() argument 399 BgPutString(4, 22, palette, temp); in BgSetMessage() [all …]
|
| /TwlSDK-5.5/build/demos/mb/cloneboot/src/ |
| D | disp.c | 311 void BgPutStringN(s32 x, s32 y, s32 palette, const char *text, s32 num) in BgPutStringN() argument 325 BgPutChar(x + i, y, palette, text[i]); in BgPutStringN() 338 void BgPutChar(s32 x, s32 y, s32 palette, s8 c) in BgPutChar() argument 340 vscr[((y * 32) + x) % (32 * 32)] = (u16)((palette << 12) | c); in BgPutChar() 352 void BgPutString(s32 x, s32 y, s32 palette, const char *text) in BgPutString() argument 354 BgPutStringN(x, y, palette, text, BGSTR_MAX_LENGTH); in BgPutString() 366 void BgPrintStr(s32 x, s32 y, s32 palette, const char *text, ...) in BgPrintStr() argument 375 BgPutString(x, y, palette, temp); in BgPrintStr() 387 void BgSetMessage(s32 palette, const char *text, ...) in BgSetMessage() argument 396 BgPutString(4, 22, palette, temp); in BgSetMessage() [all …]
|
| /TwlSDK-5.5/build/demos/wxc/wxc-dataShare/common/src/ |
| D | disp.c | 223 void BgPutStringN(s32 x, s32 y, s32 palette, const char *text, s32 num) in BgPutStringN() argument 237 BgPutChar(x + i, y, palette, text[i]); in BgPutStringN() 250 void BgPutChar(s32 x, s32 y, s32 palette, s8 c) in BgPutChar() argument 252 vscr[((y * 32) + x) % (32 * 32)] = (u16)((palette << 12) | c); in BgPutChar() 264 void BgPutString(s32 x, s32 y, s32 palette, const char *text) in BgPutString() argument 266 BgPutStringN(x, y, palette, text, BGSTR_MAX_LENGTH); in BgPutString() 278 void BgPrintStr(s32 x, s32 y, s32 palette, const char *text, ...) in BgPrintStr() argument 287 BgPutString(x, y, palette, temp); in BgPrintStr()
|
| /TwlSDK-5.5/build/demos/wxc/relayStation-2/include/ |
| D | dispfunc.h | 63 void BgPrintf(int x, int y, u8 palette, const char *text, ...); 64 void BgPutString(int x, int y, u8 palette, const char *text); 65 void BgPutStringN(int x, int y, u8 palette, const char *text, u32 num); 66 void BgPutChar(int x, int y, u8 palette, char c);
|
| /TwlSDK-5.5/build/demos/wxc/wxc-dataShare/common/include/ |
| D | disp.h | 68 void BgPutChar(s32 x, s32 y, s32 palette, s8 c); 69 void BgPutStringN(s32 x, s32 y, s32 palette, const char *text, s32 num); 70 void BgPutString(s32 x, s32 y, s32 palette, const char *text); 71 void BgPrintStr(s32 x, s32 y, s32 palette, const char *text, ...);
|
| /TwlSDK-5.5/build/demos/wxc/wxc-pm/include/ |
| D | dispfunc.h | 74 void BgPrintf(s16 x, s16 y, u8 palette, char *text, ...); 75 void BgPutString(s16 x, s16 y, u8 palette, char *text); 76 void BgPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num); 77 void BgPutChar(s16 x, s16 y, u8 palette, char c);
|
| /TwlSDK-5.5/build/demos/wxc/simple-2/include/ |
| D | dispfunc.h | 74 void BgPrintf(s16 x, s16 y, u8 palette, char *text, ...); 75 void BgPutString(s16 x, s16 y, u8 palette, char *text); 76 void BgPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num); 77 void BgPutChar(s16 x, s16 y, u8 palette, char c);
|
| /TwlSDK-5.5/build/demos/wxc/relayStation-1/include/ |
| D | dispfunc.h | 74 void BgPrintf(s16 x, s16 y, u8 palette, char *text, ...); 75 void BgPutString(s16 x, s16 y, u8 palette, char *text); 76 void BgPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num); 77 void BgPutChar(s16 x, s16 y, u8 palette, char c);
|
| /TwlSDK-5.5/build/demos.TWL/spi/pm-2/src/ |
| D | screen.c | 50 void PrintString(s16 x, s16 y, u8 palette, char *text, ...) in PrintString() argument 68 *p = (u16)((palette << 12) | *tempPtr); in PrintString() 88 void ColorString(s16 x, s16 y, s16 length, u8 palette) in ColorString() argument 103 temp |= (palette << 12); in ColorString()
|
| /TwlSDK-5.5/build/demos/os/reset-1/src/ |
| D | screen.c | 54 void PrintString(s16 x, s16 y, u8 palette, char *text, ...) in PrintString() argument 72 *p = (u16)((palette << 12) | *tempPtr); in PrintString() 92 void ColorString(s16 x, s16 y, s16 length, u8 palette) in ColorString() argument 107 temp |= (palette << 12); in ColorString()
|
| /TwlSDK-5.5/build/demos/ctrdg/pullout-1/src/ |
| D | screen.c | 51 void PrintString(s16 x, s16 y, u8 palette, char *text, ...) in PrintString() argument 69 *p = (u16)((palette << 12) | *tempPtr); in PrintString() 89 void ColorString(s16 x, s16 y, s16 length, u8 palette) in ColorString() argument 104 temp |= (palette << 12); in ColorString()
|
| /TwlSDK-5.5/build/demos/os/consoleType-1/src/ |
| D | screen.c | 51 void PrintString(s16 x, s16 y, u8 palette, char *text, ...) in PrintString() argument 69 *p = (u16)((palette << 12) | *tempPtr); in PrintString() 89 void ColorString(s16 x, s16 y, s16 length, u8 palette) in ColorString() argument 104 temp |= (palette << 12); in ColorString()
|
| /TwlSDK-5.5/build/demos/os/exceptionDisplay-4/src/ |
| D | screen.c | 51 void PrintString(s16 x, s16 y, u8 palette, char *text, ...) in PrintString() argument 69 *p = (u16)((palette << 12) | *tempPtr); in PrintString() 89 void ColorString(s16 x, s16 y, s16 length, u8 palette) in ColorString() argument 104 temp |= (palette << 12); in ColorString()
|