Searched refs:stdHW (Results 1 – 8 of 8) sorted by relevance
/external/freetype/src/psaux/ |
D | psfont.c | 388 CF2_Fixed stdHW; in cf2_font_setup() local 452 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()
|
D | psfont.h | 108 CF2_Fixed stdHW; /* in character space; depends on dict entry */ member
|
/external/freetype/src/autofit/ |
D | afindic.c | 97 FT_Pos* stdHW, in af_indic_get_standard_widths() argument 100 if ( stdHW ) in af_indic_get_standard_widths() 101 *stdHW = metrics->axis[AF_DIMENSION_VERT].standard_width; in af_indic_get_standard_widths()
|
D | afloader.c | 102 FT_Pos stdHW = 0; in af_loader_embolden_glyph_in_slot() local 130 &stdHW, in af_loader_embolden_glyph_in_slot() 158 ( stdHW > 0 && stdHW != globals->standard_horizontal_width ) ) in af_loader_embolden_glyph_in_slot() 166 stdHW ) ); in af_loader_embolden_glyph_in_slot() 171 globals->standard_horizontal_width = stdHW; in af_loader_embolden_glyph_in_slot()
|
D | aftypes.h | 217 FT_Pos* stdHW,
|
D | afcjk.c | 780 FT_Pos* stdHW, in af_cjk_get_standard_widths() argument 783 if ( stdHW ) in af_cjk_get_standard_widths() 784 *stdHW = metrics->axis[AF_DIMENSION_VERT].standard_width; in af_cjk_get_standard_widths()
|
D | aflatin2.c | 710 FT_Pos* stdHW, in af_latin2_get_standard_widths() argument 713 if ( stdHW ) in af_latin2_get_standard_widths() 714 *stdHW = metrics->axis[AF_DIMENSION_VERT].standard_width; in af_latin2_get_standard_widths()
|
D | aflatin.c | 1514 FT_Pos* stdHW, in af_latin_get_standard_widths() argument 1517 if ( stdHW ) in af_latin_get_standard_widths() 1518 *stdHW = metrics->axis[AF_DIMENSION_VERT].standard_width; in af_latin_get_standard_widths()
|