Searched refs:stdVW (Results 1 – 6 of 6) sorted by relevance
249 font->stdVW = cf2_getStdVW( decoder ); in cf2_font_setup()251 if ( font->stdVW <= 0 ) in cf2_font_setup()252 font->stdVW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup()268 font->stdVW, in cf2_font_setup()276 font->stdVW, in cf2_font_setup()293 if ( stdHW > 0 && font->stdVW > 2 * stdHW ) in cf2_font_setup()
89 CF2_Fixed stdVW; /* in character space; depends on dict entry */ member
247 font->stdVW = cf2_getStdVW( decoder ); in cf2_font_setup()249 if ( font->stdVW <= 0 ) in cf2_font_setup()250 font->stdVW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup()266 font->stdVW, in cf2_font_setup()274 font->stdVW, in cf2_font_setup()291 if ( stdHW > 0 && font->stdVW > 2 * stdHW ) in cf2_font_setup()
344 font->stdVW = cf2_getStdVW( decoder ); in cf2_font_setup()346 if ( font->stdVW <= 0 ) in cf2_font_setup()347 font->stdVW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup()363 font->stdVW, in cf2_font_setup()372 font->stdVW, in cf2_font_setup()390 if ( stdHW > 0 && font->stdVW > 2 * stdHW ) in cf2_font_setup()
91 CF2_Fixed stdVW; /* in character space; depends on dict entry */ member