Searched refs:stdHW (Results 1 – 6 of 6) sorted by relevance
229 CF2_Fixed stdHW; in cf2_font_setup() local291 stdHW = cf2_getStdHW( decoder ); in cf2_font_setup()293 if ( stdHW > 0 && font->stdVW > 2 * stdHW ) in cf2_font_setup()294 font->stdHW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup()298 font->stdHW = FT_DivFix( cf2_intToFixed( 110 ), emRatio ); in cf2_font_setup()303 font->stdHW, in cf2_font_setup()
90 CF2_Fixed stdHW; /* in character space; depends on dict entry */ member
227 CF2_Fixed stdHW; in cf2_font_setup() local289 stdHW = cf2_getStdHW( decoder ); in cf2_font_setup()291 if ( stdHW > 0 && font->stdVW > 2 * stdHW ) in cf2_font_setup()292 font->stdHW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup()296 font->stdHW = FT_DivFix( cf2_intToFixed( 110 ), emRatio ); in cf2_font_setup()301 font->stdHW, in cf2_font_setup()
324 CF2_Fixed stdHW; in cf2_font_setup() local388 stdHW = cf2_getStdHW( decoder ); in cf2_font_setup()390 if ( stdHW > 0 && font->stdVW > 2 * stdHW ) in cf2_font_setup()391 font->stdHW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup()395 font->stdHW = FT_DivFix( cf2_intToFixed( 110 ), emRatio ); in cf2_font_setup()400 font->stdHW, in cf2_font_setup()
92 CF2_Fixed stdHW; /* in character space; depends on dict entry */ member