Searched refs:emRatio (Results 1 – 1 of 1) sorted by relevance
51 cf2_computeDarkening( CF2_Fixed emRatio, in cf2_computeDarkening() argument119 if ( emRatio < cf2_doubleToFixed( .01 ) ) in cf2_computeDarkening()139 stemWidthPer1000 = FT_MulFix( stemWidth + boldenAmount, emRatio ); in cf2_computeDarkening()228 *darkenAmount = FT_DivFix( *darkenAmount, 2 * emRatio ); in cf2_computeDarkening()387 CF2_Fixed emRatio; in cf2_font_setup() local401 emRatio = cf2_fixedFracMul( cf2_intToFixed( 1000 ), fontMatrix->a ); in cf2_font_setup()407 emRatio = cf2_intToFixed( 1000 ) / unitsPerEm; in cf2_font_setup()411 font->stdVW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup()425 cf2_computeDarkening( emRatio, in cf2_font_setup()434 cf2_computeDarkening( emRatio, in cf2_font_setup()[all …]