Home
last modified time | relevance | path

Searched refs:pStr (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.c208 void DEMOFontPuts(f32 column, f32 line, const char* pStr) in DEMOFontPuts() argument
225 DEMOAssert(pStr && in DEMOFontPuts()
230 stringLength = (u32)(strlen((const char *)pStr)); in DEMOFontPuts()
256 u32 id = (u32) pStr[cIn]; in DEMOFontPuts()