| /TwlSDK-5.1.0/build/demos/mb/multiboot-PowerSave/src/ |
| D | dispfunc.c | 184 void BgPutString(int x, int y, int pal, const char *str, int len) in BgPutString() function 215 BgPutString(x, y, pal, tmp, sizeof(tmp)); in BgPrintf() 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()
|
| D | menu.c | 138 BgPutString(DISP_OX + 3, DISP_OY - 3, WHITE, "Multiboot Sample", 32); in MenuDraw() 142 BgPutString(DISP_OX, DISP_OY + 14, WHITE, " Press A or START Button", 32); in MenuDraw()
|
| D | parent.c | 376 BgPutString(DISP_OX, DISP_OY - 1, WHITE, "AID USERNAME STATE ", 32); in ParentDraw() 377 BgPutString(DISP_OX, DISP_OY + MB_MAX_CHILD + 1, WHITE, "SEL:restart", 32); in ParentDraw() 399 BgPutString(DISP_OX + 4, DISP_OY + i, p->favoriteColor, name, 8); in ParentDraw()
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-PowerSave/include/ |
| D | dispfunc.h | 106 void BgPutString(int x, int y, int pal, const char *str, int len); 138 BgPutString(x, y, pal, &tmp, 1); in BgPutChar()
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-Model/common/src/ |
| D | gmain.c | 140 BgPutString(4, 5, 0x4, "Receive:"); in GMain() 156 BgPutString(4, (s16)(6 + i), 0x7, "No child"); in GMain()
|
| D | disp.c | 352 void BgPutString(s32 x, s32 y, s32 palette, const char *text) in BgPutString() function 375 BgPutString(x, y, palette, temp); in BgPrintStr() 396 BgPutString(4, 22, palette, temp); in BgSetMessage()
|
| /TwlSDK-5.1.0/build/demos/mb/cloneboot/src/ |
| D | gmain.c | 145 BgPutString(4, 5, 0x4, "Receive:"); in GMain() 161 BgPutString(4, (s16)(6 + i), 0x7, "No child"); in GMain()
|
| D | disp.c | 352 void BgPutString(s32 x, s32 y, s32 palette, const char *text) in BgPutString() function 375 BgPutString(x, y, palette, temp); in BgPrintStr() 396 BgPutString(4, 22, palette, temp); in BgSetMessage()
|
| D | parent.c | 204 BgPutString(8, 1, 0x2, "Parent mode"); in ParentMain() 457 BgPutString(STATE_DISP_X, i + BASE_DISP_Y, PLTT_WHITE, STATE_NAME[childState]); in PrintChildState()
|
| D | child.c | 181 BgPutString(8, 1, 0x2, "Child mode"); in ChildMain()
|
| /TwlSDK-5.1.0/build/demos/wvr/with_mb/common/src/ |
| D | gmain.c | 145 BgPutString(4, 5, 0x4, "Receive:"); in GMain() 161 BgPutString(4, (s16)(6 + i), 0x7, "No child"); in GMain()
|
| D | disp.c | 352 void BgPutString(s32 x, s32 y, s32 palette, const char *text) in BgPutString() function 375 BgPutString(x, y, palette, temp); in BgPrintStr() 396 BgPutString(4, 22, palette, temp); in BgSetMessage()
|
| /TwlSDK-5.1.0/build/demos/mb/fake_child/common/src/ |
| D | gmain.c | 146 BgPutString(4, 5, 0x4, "Receive:"); in GMain() 162 BgPutString(4, (s16)(6 + i), 0x7, "No child"); in GMain()
|
| D | disp.c | 355 void BgPutString(s32 x, s32 y, s32 palette, const char *text) in BgPutString() function 378 BgPutString(x, y, palette, temp); in BgPrintStr() 399 BgPutString(4, 22, palette, temp); in BgSetMessage()
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot/src/ |
| D | dispfunc.c | 190 BgPutString(x, y, palette, temp); in BgPrintf() 195 void BgPutString(s16 x, s16 y, u8 palette, char *text) in BgPutString() function 295 BgPutString(4, 22, palette, " "); in BgSetMessage() 296 BgPutString(4, 22, palette, temp); in BgSetMessage()
|
| D | parent.c | 433 BgPutString(DISP_OX, DISP_OY - 1, WHITE, "AID USERNAME STATE "); in ParentMain() 434 BgPutString(DISP_OX, DISP_OY + MB_MAX_CHILD + 1, WHITE, "A:operate B:refuse SEL:restart"); in ParentMain() 435 BgPutString(DISP_OX, DISP_OY + MB_MAX_CHILD + 2, WHITE, "START:operate all children"); in ParentMain() 446 BgPutString(DISP_OX, (s16)(DISP_OY + i), WHITE, " "); in ParentMain()
|
| D | main.c | 229 BgPutString((s16)(DISP_OX + 3), (s16)(DISP_OY - 3), WHITE, "Multiboot Sample"); in Menu() 243 BgPutString(DISP_OX, DISP_OY + 14, WHITE, " Push A or START Button"); in Menu()
|
| /TwlSDK-5.1.0/build/demos/wvr/with_mb/parent/src/ |
| D | main.c | 206 BgPutString(8, 1, 0x2, "Parent mode"); in NitroMain() 478 BgPutString(STATE_DISP_X, i + BASE_DISP_Y, PLTT_WHITE, STATE_NAME[childState]); in PrintChildState()
|
| /TwlSDK-5.1.0/build/demos/mb/fake_child/src/ |
| D | main.c | 397 BgPutString(10, 1, PLTT_RED, "Select Parent"); 399 BgPutString(STR_X - 2, STR_Y + cursol_idx, PLTT_WHITE, ">"); 413 BgPutString(STR_X, STR_Y + i, PLTT_WHITE, "Searching..."); 671 BgPutString(4, 10, PLTT_RED, "========== ERROR ==========");
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-Model/parent/src/ |
| D | main.c | 210 BgPutString(8, 1, 0x2, "Parent mode"); in NitroMain() 500 BgPutString(STATE_DISP_X, i + BASE_DISP_Y, PLTT_WHITE, STATE_NAME[childState]); in PrintChildState()
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-Model/child/src/ |
| D | main.c | 175 BgPutString(8, 1, 0x2, "Child mode"); in NitroMain()
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-Model/common/include/ |
| D | disp.h | 79 void BgPutString(s32 x, s32 y, s32 palette, const char *text);
|
| /TwlSDK-5.1.0/build/demos/wvr/with_mb/common/include/ |
| D | disp.h | 76 void BgPutString(s32 x, s32 y, s32 palette, const char *text);
|
| /TwlSDK-5.1.0/build/demos/mb/fake_child/common/include/ |
| D | disp.h | 79 void BgPutString(s32 x, s32 y, s32 palette, const char *text);
|
| /TwlSDK-5.1.0/build/demos/mb/cloneboot/include/ |
| D | disp.h | 75 void BgPutString(s32 x, s32 y, s32 palette, const char *text);
|