/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afindic.c | 93 FT_Pos* stdVW ) in af_indic_get_standard_widths() argument 98 if ( stdVW ) in af_indic_get_standard_widths() 99 *stdVW = metrics->axis[AF_DIMENSION_HORZ].standard_width; in af_indic_get_standard_widths()
|
D | afloader.c | 101 FT_Pos stdVW = 0; in af_loader_embolden_glyph_in_slot() local 130 &stdVW ); in af_loader_embolden_glyph_in_slot() 138 ( stdVW > 0 && stdVW != globals->standard_vertical_width ) ) in af_loader_embolden_glyph_in_slot() 146 stdVW ) ; in af_loader_embolden_glyph_in_slot() 150 globals->standard_vertical_width = stdVW; in af_loader_embolden_glyph_in_slot()
|
D | aftypes.h | 160 FT_Pos* stdVW );
|
D | afcjk.c | 775 FT_Pos* stdVW ) in af_cjk_get_standard_widths() argument 780 if ( stdVW ) in af_cjk_get_standard_widths() 781 *stdVW = metrics->axis[AF_DIMENSION_HORZ].standard_width; in af_cjk_get_standard_widths()
|
D | aflatin.c | 1510 FT_Pos* stdVW ) in af_latin_get_standard_widths() argument 1515 if ( stdVW ) in af_latin_get_standard_widths() 1516 *stdVW = metrics->axis[AF_DIMENSION_HORZ].standard_width; in af_latin_get_standard_widths()
|
/third_party/freetype/src/autofit/ |
D | afindic.c | 93 FT_Pos* stdVW ) in af_indic_get_standard_widths() argument 98 if ( stdVW ) in af_indic_get_standard_widths() 99 *stdVW = metrics->axis[AF_DIMENSION_HORZ].standard_width; in af_indic_get_standard_widths()
|
D | afloader.c | 101 FT_Pos stdVW = 0; in af_loader_embolden_glyph_in_slot() local 130 &stdVW ); in af_loader_embolden_glyph_in_slot() 138 ( stdVW > 0 && stdVW != globals->standard_vertical_width ) ) in af_loader_embolden_glyph_in_slot() 146 stdVW ) ; in af_loader_embolden_glyph_in_slot() 150 globals->standard_vertical_width = stdVW; in af_loader_embolden_glyph_in_slot()
|
D | aftypes.h | 160 FT_Pos* stdVW );
|
D | afcjk.c | 775 FT_Pos* stdVW ) in af_cjk_get_standard_widths() argument 780 if ( stdVW ) in af_cjk_get_standard_widths() 781 *stdVW = metrics->axis[AF_DIMENSION_HORZ].standard_width; in af_cjk_get_standard_widths()
|
D | aflatin.c | 1510 FT_Pos* stdVW ) in af_latin_get_standard_widths() argument 1515 if ( stdVW ) in af_latin_get_standard_widths() 1516 *stdVW = metrics->axis[AF_DIMENSION_HORZ].standard_width; in af_latin_get_standard_widths()
|
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/ |
D | afindic.c | 98 FT_Pos* stdVW ) in af_indic_get_standard_widths() argument 103 if ( stdVW ) in af_indic_get_standard_widths() 104 *stdVW = metrics->axis[AF_DIMENSION_HORZ].standard_width; in af_indic_get_standard_widths()
|
D | afloader.c | 101 FT_Pos stdVW = 0; in af_loader_embolden_glyph_in_slot() local 131 &stdVW ); in af_loader_embolden_glyph_in_slot() 139 ( stdVW > 0 && stdVW != globals->standard_vertical_width ) ) in af_loader_embolden_glyph_in_slot() 147 stdVW ) ); in af_loader_embolden_glyph_in_slot() 152 globals->standard_vertical_width = stdVW; in af_loader_embolden_glyph_in_slot()
|
D | aftypes.h | 219 FT_Pos* stdVW );
|
D | afcjk.c | 782 FT_Pos* stdVW ) in af_cjk_get_standard_widths() argument 787 if ( stdVW ) in af_cjk_get_standard_widths() 788 *stdVW = metrics->axis[AF_DIMENSION_HORZ].standard_width; in af_cjk_get_standard_widths()
|
D | aflatin2.c | 711 FT_Pos* stdVW ) in af_latin2_get_standard_widths() argument 716 if ( stdVW ) in af_latin2_get_standard_widths() 717 *stdVW = metrics->axis[AF_DIMENSION_HORZ].standard_width; in af_latin2_get_standard_widths()
|
D | aflatin.c | 1516 FT_Pos* stdVW ) in af_latin_get_standard_widths() argument 1521 if ( stdVW ) in af_latin_get_standard_widths() 1522 *stdVW = metrics->axis[AF_DIMENSION_HORZ].standard_width; in af_latin_get_standard_widths()
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psfont.c | 408 font->stdVW = cf2_getStdVW( decoder ); in cf2_font_setup() 410 if ( font->stdVW <= 0 ) in cf2_font_setup() 411 font->stdVW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup() 427 font->stdVW, in cf2_font_setup() 436 font->stdVW, in cf2_font_setup() 454 if ( stdHW > 0 && font->stdVW > MUL_INT32( 2, stdHW ) ) in cf2_font_setup()
|
D | psfont.h | 107 CF2_Fixed stdVW; /* in character space; depends on dict entry */ member
|
/third_party/freetype/src/psaux/ |
D | psfont.c | 408 font->stdVW = cf2_getStdVW( decoder ); in cf2_font_setup() 410 if ( font->stdVW <= 0 ) in cf2_font_setup() 411 font->stdVW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup() 427 font->stdVW, in cf2_font_setup() 436 font->stdVW, in cf2_font_setup() 454 if ( stdHW > 0 && font->stdVW > MUL_INT32( 2, stdHW ) ) in cf2_font_setup()
|
D | psfont.h | 107 CF2_Fixed stdVW; /* in character space; depends on dict entry */ member
|
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/ |
D | psfont.c | 409 font->stdVW = cf2_getStdVW( decoder ); in cf2_font_setup() 411 if ( font->stdVW <= 0 ) in cf2_font_setup() 412 font->stdVW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup() 428 font->stdVW, in cf2_font_setup() 437 font->stdVW, in cf2_font_setup() 455 if ( stdHW > 0 && font->stdVW > MUL_INT32( 2, stdHW ) ) in cf2_font_setup()
|
D | psfont.h | 107 CF2_Fixed stdVW; /* in character space; depends on dict entry */ member
|