Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/
DdemoFont.h128 void DEMOFontPrintf(f32 column, f32 line, const char* pFmt, ... );
137 void DEMOFontPuts(f32 column, f32 line, const char* pStr);
/CafeSDK-2.12.13/system/include/cafe/demo/
DdemoFont.h128 void DEMOFontPrintf(f32 column, f32 line, const char* pFmt, ... );
137 void DEMOFontPuts(f32 column, f32 line, const char* pStr);
/CafeSDK-2.12.13/system/src/lib/demo/
DdemoFont.c184 void DEMOFontPrintf(f32 column, f32 line, const char* pFmt, ... ) in DEMOFontPrintf() argument
205 DEMOFontPuts( column, line, str ); in DEMOFontPrintf()
208 void DEMOFontPuts(f32 column, f32 line, const char* pStr) in DEMOFontPuts() argument
233 offsetX = (s32)(column * pFont->gridOffsetX); in DEMOFontPuts()