Searched refs:pFmt (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demoFont.h | 128 void DEMOFontPrintf(f32 column, f32 line, const char* pFmt, ... );
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demoFont.h | 128 void DEMOFontPrintf(f32 column, f32 line, const char* pFmt, ... );
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demoFont.c | 184 void DEMOFontPrintf(f32 column, f32 line, const char* pFmt, ... ) in DEMOFontPrintf() argument 194 va_start(args, pFmt); in DEMOFontPrintf() 195 stringSize = vsnprintf( str, FONT_MAX_BUFSIZ, pFmt, args ); in DEMOFontPrintf()
|