Home
last modified time | relevance | path

Searched refs:DEMOFontPuts (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoFont.h137 void DEMOFontPuts(f32 column, f32 line, const char* pStr);
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoFont.h137 void DEMOFontPuts(f32 column, f32 line, const char* pStr);
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoFont.c205 DEMOFontPuts( column, line, str ); in DEMOFontPrintf()
208 void DEMOFontPuts(f32 column, f32 line, const char* pStr) in DEMOFontPuts() function