Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 42) sorted by relevance

12

/TwlSDK-5.3.1/build/demos/wxc/relayStation-2/src/
Ddispfunc.c58 static void BgiPutStringN(int x, int y, u8 palette, const char *text, u32 num, u8 lcd) in BgiPutStringN()
122 void BgPrintf(int x, int y, u8 palette, const char *text, ...) in BgPrintf()
138 void BgPutString(int x, int y, u8 palette, const char *text) in BgPutString()
144 void BgPutStringN(int x, int y, u8 palette, const char *text, u32 num) in BgPutStringN()
/TwlSDK-5.3.1/build/demos/mb/multiboot/src/
Ddispfunc.c115 static void BgiPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num, u8 lcd) in BgiPutStringN()
179 void BgPrintf(s16 x, s16 y, u8 palette, char *text, ...) in BgPrintf()
195 void BgPutString(s16 x, s16 y, u8 palette, char *text) in BgPutString()
201 void BgPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num) in BgPutStringN()
224 void BgPrintfSub(s16 x, s16 y, u8 palette, char *text, ...) in BgPrintfSub()
239 void BgPutStringSub(s16 x, s16 y, u8 palette, char *text) in BgPutStringSub()
245 void BgPutStringNSub(s16 x, s16 y, u8 palette, char *text, u32 num) in BgPutStringNSub()
317 void BgSetMessageLogSub(u8 palette, char *text) in BgSetMessageLogSub()
/TwlSDK-5.3.1/build/demos/wxc/wxc-pm/src/
Ddispfunc.c59 static void BgiPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num, u8 lcd) in BgiPutStringN()
123 void BgPrintf(s16 x, s16 y, u8 palette, char *text, ...) in BgPrintf()
139 void BgPutString(s16 x, s16 y, u8 palette, char *text) in BgPutString()
145 void BgPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num) in BgPutStringN()
Dprint.c65 void PrintString(s16 x, s16 y, u8 palette, char *text, ...) in PrintString()
/TwlSDK-5.3.1/build/demos/wxc/relayStation-1/src/
Ddispfunc.c59 static void BgiPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num, u8 lcd) in BgiPutStringN()
123 void BgPrintf(s16 x, s16 y, u8 palette, char *text, ...) in BgPrintf()
139 void BgPutString(s16 x, s16 y, u8 palette, char *text) in BgPutString()
145 void BgPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num) in BgPutStringN()
/TwlSDK-5.3.1/build/demos/wxc/simple-2/src/
Ddispfunc.c59 static void BgiPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num, u8 lcd) in BgiPutStringN()
123 void BgPrintf(s16 x, s16 y, u8 palette, char *text, ...) in BgPrintf()
139 void BgPutString(s16 x, s16 y, u8 palette, char *text) in BgPutString()
145 void BgPutStringN(s16 x, s16 y, u8 palette, char *text, u32 num) in BgPutStringN()
/TwlSDK-5.3.1/build/demos/wxc/wxc-dataShare/common/src/
Ddisp.c223 void BgPutStringN(s32 x, s32 y, s32 palette, const char *text, s32 num) in BgPutStringN()
264 void BgPutString(s32 x, s32 y, s32 palette, const char *text) in BgPutString()
278 void BgPrintStr(s32 x, s32 y, s32 palette, const char *text, ...) in BgPrintStr()
/TwlSDK-5.3.1/build/demos.TWL/os/os_jump/src/
Dscreen.c119 void PutMainScreen(s32 x, s32 y, u8 palette, char* text, ...) in PutMainScreen()
150 void PutSubScreen(s32 x, s32 y, u8 palette, char* text, ...) in PutSubScreen()
/TwlSDK-5.3.1/build/demos/mb/multiboot-Model/common/src/
Ddisp.c311 void BgPutStringN(s32 x, s32 y, s32 palette, const char *text, s32 num) in BgPutStringN()
352 void BgPutString(s32 x, s32 y, s32 palette, const char *text) in BgPutString()
366 void BgPrintStr(s32 x, s32 y, s32 palette, const char *text, ...) in BgPrintStr()
387 void BgSetMessage(s32 palette, const char *text, ...) in BgSetMessage()
/TwlSDK-5.3.1/build/demos/mb/cloneboot/src/
Ddisp.c311 void BgPutStringN(s32 x, s32 y, s32 palette, const char *text, s32 num) in BgPutStringN()
352 void BgPutString(s32 x, s32 y, s32 palette, const char *text) in BgPutString()
366 void BgPrintStr(s32 x, s32 y, s32 palette, const char *text, ...) in BgPrintStr()
387 void BgSetMessage(s32 palette, const char *text, ...) in BgSetMessage()
/TwlSDK-5.3.1/build/demos/mb/fake_child/common/src/
Ddisp.c314 void BgPutStringN(s32 x, s32 y, s32 palette, const char *text, s32 num) in BgPutStringN()
355 void BgPutString(s32 x, s32 y, s32 palette, const char *text) in BgPutString()
369 void BgPrintStr(s32 x, s32 y, s32 palette, const char *text, ...) in BgPrintStr()
390 void BgSetMessage(s32 palette, const char *text, ...) in BgSetMessage()
/TwlSDK-5.3.1/build/demos/wvr/with_mb/common/src/
Ddisp.c311 void BgPutStringN(s32 x, s32 y, s32 palette, const char *text, s32 num) in BgPutStringN()
352 void BgPutString(s32 x, s32 y, s32 palette, const char *text) in BgPutString()
366 void BgPrintStr(s32 x, s32 y, s32 palette, const char *text, ...) in BgPrintStr()
387 void BgSetMessage(s32 palette, const char *text, ...) in BgSetMessage()
/TwlSDK-5.3.1/build/demos/wxc/unregister-1/src/
Dprint.c65 void PrintString(s16 x, s16 y, u8 palette, char *text, ...) in PrintString()
Dtext.c339 void mprintf(const char *text, ...) in mprintf()
387 void mfprintf(TEXT_CTRL * tc, const char *text, ...) in mfprintf()
396 void mfvprintf(TEXT_CTRL * tc, const char *text, va_list va) in mfvprintf()
/TwlSDK-5.3.1/build/demos/wxc/simple-1/src/
Dprint.c65 void PrintString(s16 x, s16 y, u8 palette, char *text, ...) in PrintString()
/TwlSDK-5.3.1/build/demos.TWL/tcl/tcl-2/src/
Dscreen.c83 void PutScreen(s32 x, s32 y, u8 palette, char* text, ...) in PutScreen()
/TwlSDK-5.3.1/build/demos.TWL/tcl/tcl-1/src/
Dscreen.c83 void PutScreen(s32 x, s32 y, u8 palette, char* text, ...) in PutScreen()
/TwlSDK-5.3.1/build/demos/mb/multiboot-wfs/common/src/
Dutil.c222 void PrintString(int x, int y, int palette, const char *text, ...) in PrintString()
288 void PrintLine(int x, int y, const char *text, ...) in PrintLine()
/TwlSDK-5.3.1/build/demos.TWL/spi/pm-2/src/
Dscreen.c50 void PrintString(s16 x, s16 y, u8 palette, char *text, ...) in PrintString()
/TwlSDK-5.3.1/build/demos/os/reset-1/src/
Dscreen.c54 void PrintString(s16 x, s16 y, u8 palette, char *text, ...) in PrintString()
/TwlSDK-5.3.1/build/demos/os/exceptionDisplay-4/src/
Dscreen.c51 void PrintString(s16 x, s16 y, u8 palette, char *text, ...) in PrintString()
/TwlSDK-5.3.1/build/demos/wm/wep-1/src/
Dprint.c60 void PR_PutString(PRScreen * scr, const char *text) in PR_PutString()
/TwlSDK-5.3.1/build/demos/ctrdg/pullout-1/src/
Dscreen.c51 void PrintString(s16 x, s16 y, u8 palette, char *text, ...) in PrintString()
/TwlSDK-5.3.1/build/demos/spi/pm-1/src/
Dscreen.c52 void PrintString(s16 x, s16 y, u8 palette, char *text, ...) in PrintString()
/TwlSDK-5.3.1/build/demos/os/consoleType-1/src/
Dscreen.c51 void PrintString(s16 x, s16 y, u8 palette, char *text, ...) in PrintString()

12