/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() 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/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/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 | ftsynth.c | 108 xstr = FT_MulFix( face->units_per_EM, in FT_GlyphSlot_Embolden()
|
/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/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/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/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/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/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/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/type1/ |
D | t1objs.c | 476 if ( !root->units_per_EM ) in T1_Face_Init() 477 root->units_per_EM = 1000; in T1_Face_Init() 482 root->height = (FT_Short)( ( root->units_per_EM * 12 ) / 10 ); in T1_Face_Init()
|
/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/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ft.cc | 601 hb_face_set_upem (face, ft_face->units_per_EM); in hb_ft_face_create() 688 …(int) (((uint64_t) ft_face->size->metrics.x_scale * (uint64_t) ft_face->units_per_EM + (1u<<15)) >… in hb_ft_font_changed() 689 …(int) (((uint64_t) ft_face->size->metrics.y_scale * (uint64_t) ft_face->units_per_EM + (1u<<15)) >… in hb_ft_font_changed()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ft.cc | 695 hb_face_set_upem (face, ft_face->units_per_EM); in hb_ft_face_create() 831 …(int) (((uint64_t) ft_face->size->metrics.x_scale * (uint64_t) ft_face->units_per_EM + (1u<<15)) >… in hb_ft_font_changed() 832 …(int) (((uint64_t) ft_face->size->metrics.y_scale * (uint64_t) ft_face->units_per_EM + (1u<<15)) >… in hb_ft_font_changed()
|
/third_party/harfbuzz/src/ |
D | hb-ft.cc | 701 hb_face_set_upem (face, ft_face->units_per_EM); in hb_ft_face_create() 837 …(int) (((uint64_t) ft_face->size->metrics.x_scale * (uint64_t) ft_face->units_per_EM + (1u<<15)) >… in hb_ft_font_changed() 838 …(int) (((uint64_t) ft_face->size->metrics.y_scale * (uint64_t) ft_face->units_per_EM + (1u<<15)) >… in hb_ft_font_changed()
|
/third_party/icu/icu4c/source/samples/layout/ |
D | GnomeFontInstance.cpp | 80 fUnitsPerEM = fFace->units_per_EM; in GnomeFontInstance()
|