/third_party/freetype/src/autofit/ |
D | afloader.c | 107 FT_Fixed em_size = af_intToFixed( face->units_per_EM ); in af_loader_embolden_glyph_in_slot() 113 if ( !face->units_per_EM ) in af_loader_embolden_glyph_in_slot() 266 face->units_per_EM ); in af_loader_load_glyph() 268 face->units_per_EM ); in af_loader_load_glyph() 595 FT_UShort units_per_EM; in af_loader_compute_darkening() local 604 units_per_EM = face->units_per_EM; in af_loader_compute_darkening() 607 af_intToFixed ( units_per_EM ) ); in af_loader_compute_darkening()
|
D | afindic.c | 38 metrics->units_per_em = face->units_per_EM; in af_indic_metrics_init()
|
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/ |
D | afloader.c | 107 FT_Fixed em_size = af_intToFixed( face->units_per_EM ); in af_loader_embolden_glyph_in_slot() 114 if ( !face->units_per_EM ) in af_loader_embolden_glyph_in_slot() 269 face->units_per_EM ); in af_loader_load_glyph() 271 face->units_per_EM ); in af_loader_load_glyph() 604 FT_UShort units_per_EM; in af_loader_compute_darkening() local 613 units_per_EM = face->units_per_EM; in af_loader_compute_darkening() 616 af_intToFixed ( units_per_EM ) ); in af_loader_compute_darkening()
|
D | afindic.c | 43 metrics->units_per_em = face->units_per_EM; in af_indic_metrics_init()
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afloader.c | 107 FT_Fixed em_size = af_intToFixed( face->units_per_EM ); in af_loader_embolden_glyph_in_slot() 113 if ( !face->units_per_EM ) in af_loader_embolden_glyph_in_slot() 266 face->units_per_EM ); in af_loader_load_glyph() 268 face->units_per_EM ); in af_loader_load_glyph() 595 FT_UShort units_per_EM; in af_loader_compute_darkening() local 604 units_per_EM = face->units_per_EM; in af_loader_compute_darkening() 607 af_intToFixed ( units_per_EM ) ); in af_loader_compute_darkening()
|
D | afindic.c | 38 metrics->units_per_em = face->units_per_EM; in af_indic_metrics_init()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftpfr.c | 71 *aoutline_resolution = face->units_per_EM; in FT_Get_PFR_Metrics() 74 *ametrics_resolution = face->units_per_EM; in FT_Get_PFR_Metrics()
|
D | ftsynth.c | 109 xstr = FT_MulFix( face->units_per_EM, in FT_GlyphSlot_Embolden()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftpfr.c | 70 *aoutline_resolution = face->units_per_EM; in FT_Get_PFR_Metrics() 73 *ametrics_resolution = face->units_per_EM; in FT_Get_PFR_Metrics()
|
D | ftsynth.c | 108 xstr = FT_MulFix( face->units_per_EM, in FT_GlyphSlot_Embolden()
|
/third_party/freetype/src/base/ |
D | ftpfr.c | 70 *aoutline_resolution = face->units_per_EM; in FT_Get_PFR_Metrics() 73 *ametrics_resolution = face->units_per_EM; in FT_Get_PFR_Metrics()
|
D | ftglyph.c | 333 glyph->units_per_EM = document->units_per_EM; in FT_DEFINE_GLYPH() 389 target->units_per_EM = source->units_per_EM; in ft_svg_glyph_copy() 482 document->units_per_EM = glyph->units_per_EM; in ft_svg_glyph_prepare()
|
D | ftsynth.c | 108 xstr = FT_MulFix( face->units_per_EM, in FT_GlyphSlot_Embolden()
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrobjs.c | 204 pfrface->units_per_EM = (FT_UShort)phy_font->outline_resolution; in pfr_face_init() 208 pfrface->height = (FT_Short)( ( pfrface->units_per_EM * 12 ) / 10 ); in pfr_face_init() 257 pfrface->underline_position = (FT_Short)( -pfrface->units_per_EM / 10 ); in pfr_face_init() 258 pfrface->underline_thickness = (FT_Short)( pfrface->units_per_EM / 30 ); in pfr_face_init()
|
/third_party/flutter/skia/third_party/externals/freetype/src/pfr/ |
D | pfrobjs.c | 200 pfrface->units_per_EM = (FT_UShort)phy_font->outline_resolution; in pfr_face_init() 204 pfrface->height = (FT_Short)( ( pfrface->units_per_EM * 12 ) / 10 ); in pfr_face_init() 253 pfrface->underline_position = (FT_Short)( -pfrface->units_per_EM / 10 ); in pfr_face_init() 254 pfrface->underline_thickness = (FT_Short)( pfrface->units_per_EM / 30 ); in pfr_face_init()
|
/third_party/freetype/src/pfr/ |
D | pfrobjs.c | 204 pfrface->units_per_EM = (FT_UShort)phy_font->outline_resolution; in pfr_face_init() 208 pfrface->height = (FT_Short)( ( pfrface->units_per_EM * 12 ) / 10 ); in pfr_face_init() 257 pfrface->underline_position = (FT_Short)( -pfrface->units_per_EM / 10 ); in pfr_face_init() 258 pfrface->underline_thickness = (FT_Short)( pfrface->units_per_EM / 30 ); in pfr_face_init()
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidobjs.c | 444 if ( !cidface->units_per_EM ) in cid_face_init() 445 cidface->units_per_EM = 1000; in cid_face_init() 450 cidface->height = (FT_Short)( ( cidface->units_per_EM * 12 ) / 10 ); in cid_face_init()
|
/third_party/flutter/skia/third_party/externals/freetype/src/cid/ |
D | cidobjs.c | 439 if ( !cidface->units_per_EM ) in cid_face_init() 440 cidface->units_per_EM = 1000; in cid_face_init() 445 cidface->height = (FT_Short)( ( cidface->units_per_EM * 12 ) / 10 ); in cid_face_init()
|
/third_party/freetype/src/cid/ |
D | cidobjs.c | 444 if ( !cidface->units_per_EM ) in cid_face_init() 445 cidface->units_per_EM = 1000; in cid_face_init() 450 cidface->height = (FT_Short)( ( cidface->units_per_EM * 12 ) / 10 ); in cid_face_init()
|
/third_party/freetype/include/freetype/ |
D | otsvg.h | 306 FT_UShort units_per_EM; member
|
D | ftglyph.h | 300 FT_UShort units_per_EM; member
|
/third_party/flutter/skia/third_party/externals/freetype/src/type1/ |
D | t1objs.c | 477 if ( !root->units_per_EM ) in T1_Face_Init() 478 root->units_per_EM = 1000; in T1_Face_Init() 483 root->height = (FT_Short)( ( root->units_per_EM * 12 ) / 10 ); in T1_Face_Init()
|
/third_party/freetype/src/type1/ |
D | t1objs.c | 480 if ( !root->units_per_EM ) in T1_Face_Init() 481 root->units_per_EM = 1000; in T1_Face_Init() 486 root->height = (FT_Short)( ( root->units_per_EM * 12 ) / 10 ); in T1_Face_Init()
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1objs.c | 480 if ( !root->units_per_EM ) in T1_Face_Init() 481 root->units_per_EM = 1000; in T1_Face_Init() 486 root->height = (FT_Short)( ( root->units_per_EM * 12 ) / 10 ); in T1_Face_Init()
|
/third_party/freetype/src/sfnt/ |
D | ttsvg.c | 371 svg_document->units_per_EM = glyph->face->units_per_EM; in tt_face_load_svg_doc()
|