Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpsfont.c52 cf2_computeDarkening( CF2_Fixed emRatio, in cf2_computeDarkening() argument
120 if ( emRatio < cf2_doubleToFixed( .01 ) ) in cf2_computeDarkening()
140 stemWidthPer1000 = FT_MulFix( stemWidth + boldenAmount, emRatio ); in cf2_computeDarkening()
229 *darkenAmount = FT_DivFix( *darkenAmount, 2 * emRatio ); in cf2_computeDarkening()
388 CF2_Fixed emRatio; in cf2_font_setup() local
402 emRatio = cf2_fixedFracMul( cf2_intToFixed( 1000 ), fontMatrix->a ); in cf2_font_setup()
408 emRatio = cf2_intToFixed( 1000 ) / unitsPerEm; in cf2_font_setup()
412 font->stdVW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup()
426 cf2_computeDarkening( emRatio, in cf2_font_setup()
435 cf2_computeDarkening( emRatio, in cf2_font_setup()
[all …]