Searched refs:stdHW (Results 1 – 7 of 7) sorted by relevance
388 CF2_Fixed stdHW; in cf2_font_setup() local452 stdHW = cf2_getStdHW( decoder ); in cf2_font_setup()454 if ( stdHW > 0 && font->stdVW > MUL_INT32( 2, stdHW ) ) in cf2_font_setup()455 font->stdHW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup()459 font->stdHW = FT_DivFix( cf2_intToFixed( 110 ), emRatio ); in cf2_font_setup()464 font->stdHW, in cf2_font_setup()
108 CF2_Fixed stdHW; /* in character space; depends on dict entry */ member
91 FT_Pos* stdHW, in af_indic_get_standard_widths() argument94 if ( stdHW ) in af_indic_get_standard_widths()95 *stdHW = metrics->axis[AF_DIMENSION_VERT].standard_width; in af_indic_get_standard_widths()
102 FT_Pos stdHW = 0; in af_loader_embolden_glyph_in_slot() local129 &stdHW, in af_loader_embolden_glyph_in_slot()156 ( stdHW > 0 && stdHW != globals->standard_horizontal_width ) ) in af_loader_embolden_glyph_in_slot()164 stdHW ) ; in af_loader_embolden_glyph_in_slot()168 globals->standard_horizontal_width = stdHW; in af_loader_embolden_glyph_in_slot()
159 FT_Pos* stdHW,
776 FT_Pos* stdHW, in af_cjk_get_standard_widths() argument779 if ( stdHW ) in af_cjk_get_standard_widths()780 *stdHW = metrics->axis[AF_DIMENSION_VERT].standard_width; in af_cjk_get_standard_widths()
1509 FT_Pos* stdHW, in af_latin_get_standard_widths() argument1512 if ( stdHW ) in af_latin_get_standard_widths()1513 *stdHW = metrics->axis[AF_DIMENSION_VERT].standard_width; in af_latin_get_standard_widths()