Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoFont.h33 f32 *charMagScale; member
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoFont.h33 f32 *charMagScale; member
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoFont.c240 GX2SetVertexUniformReg(s_Shader.uniformsVS.location[1], 1*4, &pFontData->charMagScale[0]); in DEMOFontPuts()
334 gDemoFontCurInstance->font.charMagScale = gDemoFontCurInstance->font.charMagScaleP; in DEMOFontSetSpacing()
336 gDemoFontCurInstance->font.charMagScale = gDemoFontCurInstance->font.charMagScaleF; in DEMOFontSetSpacing()