Home
last modified time | relevance | path

Searched refs:BgPutString (Results 1 – 25 of 27) sorted by relevance

12

/TwlSDK-5.1.0/build/demos/mb/multiboot-PowerSave/src/
Ddispfunc.c184 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()
Dmenu.c138 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()
Dparent.c376 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/
Ddispfunc.h106 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/
Dgmain.c140 BgPutString(4, 5, 0x4, "Receive:"); in GMain()
156 BgPutString(4, (s16)(6 + i), 0x7, "No child"); in GMain()
Ddisp.c352 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/
Dgmain.c145 BgPutString(4, 5, 0x4, "Receive:"); in GMain()
161 BgPutString(4, (s16)(6 + i), 0x7, "No child"); in GMain()
Ddisp.c352 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()
Dparent.c204 BgPutString(8, 1, 0x2, "Parent mode"); in ParentMain()
457 BgPutString(STATE_DISP_X, i + BASE_DISP_Y, PLTT_WHITE, STATE_NAME[childState]); in PrintChildState()
Dchild.c181 BgPutString(8, 1, 0x2, "Child mode"); in ChildMain()
/TwlSDK-5.1.0/build/demos/wvr/with_mb/common/src/
Dgmain.c145 BgPutString(4, 5, 0x4, "Receive:"); in GMain()
161 BgPutString(4, (s16)(6 + i), 0x7, "No child"); in GMain()
Ddisp.c352 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/
Dgmain.c146 BgPutString(4, 5, 0x4, "Receive:"); in GMain()
162 BgPutString(4, (s16)(6 + i), 0x7, "No child"); in GMain()
Ddisp.c355 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/
Ddispfunc.c190 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()
Dparent.c433 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()
Dmain.c229 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/
Dmain.c206 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/
Dmain.c397 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/
Dmain.c210 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/
Dmain.c175 BgPutString(8, 1, 0x2, "Child mode"); in NitroMain()
/TwlSDK-5.1.0/build/demos/mb/multiboot-Model/common/include/
Ddisp.h79 void BgPutString(s32 x, s32 y, s32 palette, const char *text);
/TwlSDK-5.1.0/build/demos/wvr/with_mb/common/include/
Ddisp.h76 void BgPutString(s32 x, s32 y, s32 palette, const char *text);
/TwlSDK-5.1.0/build/demos/mb/fake_child/common/include/
Ddisp.h79 void BgPutString(s32 x, s32 y, s32 palette, const char *text);
/TwlSDK-5.1.0/build/demos/mb/cloneboot/include/
Ddisp.h75 void BgPutString(s32 x, s32 y, s32 palette, const char *text);

12