| /TwlSDK-5.1.0/build/demos/mb/multiboot-PowerSave/include/ |
| D | dispfunc.h | 135 static inline void BgPutChar(int x, int y, int pal, int c) in BgPutChar() function
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-PowerSave/src/ |
| D | menu.c | 141 BgPutChar(DISP_OX - 2, DISP_OY + menu_context.cursor, RED, '*'); in MenuDraw()
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-Model/common/include/ |
| D | disp.h | 77 void BgPutChar(s32 x, s32 y, s32 palette, s8 c);
|
| /TwlSDK-5.1.0/build/demos/wvr/with_mb/common/include/ |
| D | disp.h | 74 void BgPutChar(s32 x, s32 y, s32 palette, s8 c);
|
| /TwlSDK-5.1.0/build/demos/mb/fake_child/common/include/ |
| D | disp.h | 77 void BgPutChar(s32 x, s32 y, s32 palette, s8 c);
|
| /TwlSDK-5.1.0/build/demos/mb/cloneboot/include/ |
| D | disp.h | 73 void BgPutChar(s32 x, s32 y, s32 palette, s8 c);
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-Model/common/src/ |
| D | disp.c | 325 BgPutChar(x + i, y, palette, text[i]); in BgPutStringN() 338 void BgPutChar(s32 x, s32 y, s32 palette, s8 c) in BgPutChar() function
|
| /TwlSDK-5.1.0/build/demos/wvr/with_mb/common/src/ |
| D | disp.c | 325 BgPutChar(x + i, y, palette, text[i]); in BgPutStringN() 338 void BgPutChar(s32 x, s32 y, s32 palette, s8 c) in BgPutChar() function
|
| /TwlSDK-5.1.0/build/demos/mb/fake_child/common/src/ |
| D | disp.c | 328 BgPutChar(x + i, y, palette, text[i]); in BgPutStringN() 341 void BgPutChar(s32 x, s32 y, s32 palette, s8 c) in BgPutChar() function
|
| /TwlSDK-5.1.0/build/demos/mb/cloneboot/src/ |
| D | disp.c | 325 BgPutChar(x + i, y, palette, text[i]); in BgPutStringN() 338 void BgPutChar(s32 x, s32 y, s32 palette, s8 c) in BgPutChar() function
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot/include/ |
| D | dispfunc.h | 92 void BgPutChar(s16 x, s16 y, u8 palette, char c);
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot/src/ |
| D | main.c | 241 BgPutChar((s16)(DISP_OX - 2), (s16)(DISP_OY + menu.item_no), RED, '*'); in Menu()
|
| D | dispfunc.c | 208 void BgPutChar(s16 x, s16 y, u8 palette, char c) in BgPutChar() function
|
| D | parent.c | 465 BgPutChar((s16)(DISP_OX - 2), (s16)(DISP_OY + i), RED, (char)((i == cursor) ? '*' : ' ')); in ParentMain()
|