Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/
DdemoFont.h167 void DEMOFontGetCharSize(f32 *pCharWidth, f32 *pCharHeight);
/CafeSDK-2.12.13/system/include/cafe/demo/
DdemoFont.h167 void DEMOFontGetCharSize(f32 *pCharWidth, f32 *pCharHeight);
/CafeSDK-2.12.13/system/src/lib/demo/
DdemoFont.c376 void DEMOFontGetCharSize(f32 *pCharWidth, f32 *pCharHeight) in DEMOFontGetCharSize() argument
381 *pCharWidth = pFont->gridOffsetX; in DEMOFontGetCharSize()