Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/
DdemoFont.h59 BOOL proportional; member
156 void DEMOFontSetSpacing(BOOL proportional);
/CafeSDK-2.12.13/system/include/cafe/demo/
DdemoFont.h59 BOOL proportional; member
156 void DEMOFontSetSpacing(BOOL proportional);
/CafeSDK-2.12.13/system/src/lib/demo/
DdemoFont.c323 void DEMOFontSetSpacing(BOOL proportional) in DEMOFontSetSpacing() argument
330 gDemoFontCurInstance->proportional = proportional; in DEMOFontSetSpacing()
333 if (proportional) in DEMOFontSetSpacing()
391 if(gDemoFontCurInstance->proportional) in GetCurrentFont()