| /TwlSDK-5.2.1/build/demos/wxc/relayStation-2/src/ |
| D | dispfunc.c | 43 static void BgiPutStringN(int x, int y, u8 palette, const char *text, u32 num, u8 lcd); 58 static void BgiPutStringN(int x, int y, u8 palette, const char *text, u32 num, u8 lcd) in BgiPutStringN() argument 64 if (text[i] == 0x00) in BgiPutStringN() 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 129 va_start(vlist, text); in BgPrintf() 130 (void)OS_VSNPrintf(temp, 32 * 2 + 2, text, vlist); in BgPrintf() 138 void BgPutString(int x, int y, u8 palette, const char *text) in BgPutString() argument 140 BgPutStringN(x, y, palette, text, 32); in BgPutString() 144 void BgPutStringN(int x, int y, u8 palette, const char *text, u32 num) in BgPutStringN() argument [all …]
|
| /TwlSDK-5.2.1/build/demos/mb/multiboot/src/ |
| D | dispfunc.c | 100 static void BgiPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num, u8 lcd); 115 static void BgiPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num, u8 lcd) in BgiPutStringN() argument 121 if (text[i] == 0x00) in BgiPutStringN() 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 186 va_start(vlist, text); in BgPrintf() 187 (void)OS_VSNPrintf(temp, 32 * 2 + 2, text, vlist); in BgPrintf() 195 void BgPutString(s16 x, s16 y, u8 palette, char *text) in BgPutString() argument 197 BgPutStringN(x, y, palette, text, 32); in BgPutString() 201 void BgPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num) in BgPutStringN() argument [all …]
|
| /TwlSDK-5.2.1/build/demos/wxc/wxc-pm/src/ |
| D | dispfunc.c | 44 static void BgiPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num, u8 lcd); 59 static void BgiPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num, u8 lcd) in BgiPutStringN() argument 65 if (text[i] == 0x00) in BgiPutStringN() 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 130 va_start(vlist, text); in BgPrintf() 131 (void)OS_VSNPrintf(temp, 32 * 2 + 2, text, vlist); in BgPrintf() 139 void BgPutString(s16 x, s16 y, u8 palette, char *text) in BgPutString() argument 141 BgPutStringN(x, y, palette, text, 32); in BgPutString() 145 void BgPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num) in BgPutStringN() argument [all …]
|
| D | print.c | 65 void PrintString(s16 x, s16 y, u8 palette, char *text, ...) in PrintString() argument 71 va_start(vlist, text); in PrintString() 72 (void)OS_VSNPrintf(temp, 33, text, vlist); in PrintString()
|
| /TwlSDK-5.2.1/build/demos/wxc/relayStation-1/src/ |
| D | dispfunc.c | 44 static void BgiPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num, u8 lcd); 59 static void BgiPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num, u8 lcd) in BgiPutStringN() argument 65 if (text[i] == 0x00) in BgiPutStringN() 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 130 va_start(vlist, text); in BgPrintf() 131 (void)OS_VSNPrintf(temp, 32 * 2 + 2, text, vlist); in BgPrintf() 139 void BgPutString(s16 x, s16 y, u8 palette, char *text) in BgPutString() argument 141 BgPutStringN(x, y, palette, text, 32); in BgPutString() 145 void BgPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num) in BgPutStringN() argument [all …]
|
| /TwlSDK-5.2.1/build/demos/wxc/simple-2/src/ |
| D | dispfunc.c | 44 static void BgiPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num, u8 lcd); 59 static void BgiPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num, u8 lcd) in BgiPutStringN() argument 65 if (text[i] == 0x00) in BgiPutStringN() 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 130 va_start(vlist, text); in BgPrintf() 131 (void)OS_VSNPrintf(temp, 32 * 2 + 2, text, vlist); in BgPrintf() 139 void BgPutString(s16 x, s16 y, u8 palette, char *text) in BgPutString() argument 141 BgPutStringN(x, y, palette, text, 32); in BgPutString() 145 void BgPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num) in BgPutStringN() argument [all …]
|
| /TwlSDK-5.2.1/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); 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); 108 void BgSetMessageLogSub(u8 palette, char *text);
|
| /TwlSDK-5.2.1/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 233 if (text[i] == '\0') in BgPutStringN() 237 BgPutChar(x + i, y, palette, text[i]); in BgPutStringN() 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 284 va_start(vlist, text); in BgPrintStr() 285 (void)vsnprintf(temp, sizeof(temp) - 1, text, vlist); in BgPrintStr()
|
| /TwlSDK-5.2.1/build/tools/makelcf/test/ |
| D | simple.lcf | 5 ---text--- 6 OBJS=[*.o (.text)] 7 OBJS=[*.axxx (.text)] 9 OBJS=[bin/ARM9-TEG/Release/*.o (.text)] 10 OBJS=[d:/Program Files/bin/ARM9-TEG/Release/*.o (.text)] 11 OBJS=[A/B/C (.text)] 12 OBJS=[* (.text)] 13 OBJS=[GROUP(ROOT) (.text)] 14 OBJS=[. (.text)] 15 OBJS=[.. (.text)] [all …]
|
| D | simple1.lcf | 5 ---text--- 6 OBJS=[*.o (.text)] 7 OBJS=[*.axxx (.text)] 9 OBJS=[bin/ARM9-TEG/Release/*.o (.text)] 10 OBJS=[d:/Program Files/bin/ARM9-TEG/Release/*.o (.text)] 11 OBJS=[A/B/C (.text)] 12 OBJS=[* (.text)] 13 OBJS=[GROUP(ROOT) (.text)] 14 OBJS=[. (.text)] 15 OBJS=[.. (.text)] [all …]
|
| D | simple2.lcf | 5 ---text--- 6 OBJS=[*.o (.text)] 7 OBJS=[*.axxx (.text)] 9 OBJS=[bin/ARM9-TEG/Release/*.o (.text)] 10 OBJS=[d:/Program Files/bin/ARM9-TEG/Release/*.o (.text)] 11 OBJS=[A/B/C (.text)] 12 OBJS=[* (.text)] 13 OBJS=[GROUP(ROOT) (.text)] 14 OBJS=[. (.text)] 15 OBJS=[.. (.text)] [all …]
|
| /TwlSDK-5.2.1/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 321 if (text[i] == '\0') in BgPutStringN() 325 BgPutChar(x + i, y, palette, text[i]); in BgPutStringN() 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 372 va_start(vlist, text); in BgPrintStr() 373 (void)vsnprintf(temp, sizeof(temp) - 1, text, vlist); in BgPrintStr() 387 void BgSetMessage(s32 palette, const char *text, ...) in BgSetMessage() argument 393 va_start(vlist, text); in BgSetMessage() [all …]
|
| /TwlSDK-5.2.1/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 321 if (text[i] == '\0') in BgPutStringN() 325 BgPutChar(x + i, y, palette, text[i]); in BgPutStringN() 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 372 va_start(vlist, text); in BgPrintStr() 373 (void)vsnprintf(temp, sizeof(temp) - 1, text, vlist); in BgPrintStr() 387 void BgSetMessage(s32 palette, const char *text, ...) in BgSetMessage() argument 393 va_start(vlist, text); in BgSetMessage() [all …]
|
| /TwlSDK-5.2.1/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 321 if (text[i] == '\0') in BgPutStringN() 325 BgPutChar(x + i, y, palette, text[i]); in BgPutStringN() 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 372 va_start(vlist, text); in BgPrintStr() 373 (void)vsnprintf(temp, sizeof(temp) - 1, text, vlist); in BgPrintStr() 387 void BgSetMessage(s32 palette, const char *text, ...) in BgSetMessage() argument 393 va_start(vlist, text); in BgSetMessage() [all …]
|
| /TwlSDK-5.2.1/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 324 if (text[i] == '\0') in BgPutStringN() 328 BgPutChar(x + i, y, palette, text[i]); in BgPutStringN() 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 375 va_start(vlist, text); in BgPrintStr() 376 (void)vsnprintf(temp, sizeof(temp) - 1, text, vlist); in BgPrintStr() 390 void BgSetMessage(s32 palette, const char *text, ...) in BgSetMessage() argument 396 va_start(vlist, text); in BgSetMessage() [all …]
|
| /TwlSDK-5.2.1/build/tools/makelcf.TWL/test/ |
| D | simple.lcf | 5 ---text--- 6 OBJS=[*.o (.text)] 7 OBJS=[*.axxx (.text)] 9 OBJS=[bin/ARM9-TEG/Release/*.o (.text)] 10 OBJS=[d:/Program Files/bin/ARM9-TEG/Release/*.o (.text)] 11 OBJS=[A/B/C (.text)] 12 OBJS=[* (.text)] 13 OBJS=[GROUP(ROOT) (.text)] 14 OBJS=[. (.text)] 15 OBJS=[.. (.text)] [all …]
|
| D | simple1.lcf | 5 ---text--- 6 OBJS=[*.o (.text)] 7 OBJS=[*.axxx (.text)] 9 OBJS=[bin/ARM9-TEG/Release/*.o (.text)] 10 OBJS=[d:/Program Files/bin/ARM9-TEG/Release/*.o (.text)] 11 OBJS=[A/B/C (.text)] 12 OBJS=[* (.text)] 13 OBJS=[GROUP(ROOT) (.text)] 14 OBJS=[. (.text)] 15 OBJS=[.. (.text)] [all …]
|
| D | simple2.lcf | 5 ---text--- 6 OBJS=[*.o (.text)] 7 OBJS=[*.axxx (.text)] 9 OBJS=[bin/ARM9-TEG/Release/*.o (.text)] 10 OBJS=[d:/Program Files/bin/ARM9-TEG/Release/*.o (.text)] 11 OBJS=[A/B/C (.text)] 12 OBJS=[* (.text)] 13 OBJS=[GROUP(ROOT) (.text)] 14 OBJS=[. (.text)] 15 OBJS=[.. (.text)] [all …]
|
| /TwlSDK-5.2.1/man/en_US/css/ |
| D | categories.css | 11 text-decoration : none; 17 text-decoration : none; 23 text-decoration : underline; 29 text-decoration : underline; 59 text-align : center; 98 text-decoration : underline; 145 text-align : right; 152 text-align : right;
|
| D | icons.css | 11 text-decoration : none; 17 text-decoration : none; 23 text-decoration : underline; 29 text-decoration : underline; 90 text-decoration : underline; 137 text-align : right; 144 text-align : right;
|
| /TwlSDK-5.2.1/build/demos.TWL/os/os_jump/src/ |
| D | screen.c | 119 void PutMainScreen(s32 x, s32 y, u8 palette, char* text, ...) in PutMainScreen() argument 125 va_start(vlist, text); in PutMainScreen() 126 (void)vsnprintf(temp, 33, text, vlist); in PutMainScreen() 150 void PutSubScreen(s32 x, s32 y, u8 palette, char* text, ...) in PutSubScreen() argument 156 va_start(vlist, text); in PutSubScreen() 157 (void)vsnprintf(temp, 33, text, vlist); in PutSubScreen()
|
| /TwlSDK-5.2.1/build/demos/wxc/unregister-1/src/ |
| D | print.c | 65 void PrintString(s16 x, s16 y, u8 palette, char *text, ...) in PrintString() argument 71 va_start(vlist, text); in PrintString() 72 (void)OS_VSNPrintf(temp, 33, text, vlist); in PrintString()
|
| /TwlSDK-5.2.1/build/demos/wxc/simple-1/src/ |
| D | print.c | 65 void PrintString(s16 x, s16 y, u8 palette, char *text, ...) in PrintString() argument 71 va_start(vlist, text); in PrintString() 72 (void)OS_VSNPrintf(temp, 33, text, vlist); in PrintString()
|
| /TwlSDK-5.2.1/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);
|
| /TwlSDK-5.2.1/build/demos/mb/multiboot-Model/common/include/ |
| D | disp.h | 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, ...);
|