Searched refs:stdHW (Results 1 – 4 of 4) sorted by relevance
335 CF2_Fixed stdHW; in cf2_font_setup() local399 stdHW = cf2_getStdHW( decoder ); in cf2_font_setup()401 if ( stdHW > 0 && font->stdVW > 2 * stdHW ) in cf2_font_setup()402 font->stdHW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup()406 font->stdHW = FT_DivFix( cf2_intToFixed( 110 ), emRatio ); in cf2_font_setup()411 font->stdHW, in cf2_font_setup()
97 CF2_Fixed stdHW; /* in character space; depends on dict entry */ member