Home
last modified time | relevance | path

Searched refs:units_per_EM (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/freetype/src/autofit/
Dafloader.c107 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()
Dafindic.c38 metrics->units_per_em = face->units_per_EM; in af_indic_metrics_init()
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafloader.c107 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()
Dafindic.c43 metrics->units_per_em = face->units_per_EM; in af_indic_metrics_init()
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafloader.c107 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()
Dafindic.c38 metrics->units_per_em = face->units_per_EM; in af_indic_metrics_init()
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftpfr.c71 *aoutline_resolution = face->units_per_EM; in FT_Get_PFR_Metrics()
74 *ametrics_resolution = face->units_per_EM; in FT_Get_PFR_Metrics()
Dftsynth.c109 xstr = FT_MulFix( face->units_per_EM, in FT_GlyphSlot_Embolden()
/third_party/skia/third_party/externals/freetype/src/base/
Dftpfr.c70 *aoutline_resolution = face->units_per_EM; in FT_Get_PFR_Metrics()
73 *ametrics_resolution = face->units_per_EM; in FT_Get_PFR_Metrics()
Dftsynth.c108 xstr = FT_MulFix( face->units_per_EM, in FT_GlyphSlot_Embolden()
/third_party/freetype/src/base/
Dftpfr.c70 *aoutline_resolution = face->units_per_EM; in FT_Get_PFR_Metrics()
73 *ametrics_resolution = face->units_per_EM; in FT_Get_PFR_Metrics()
Dftglyph.c333 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()
Dftsynth.c108 xstr = FT_MulFix( face->units_per_EM, in FT_GlyphSlot_Embolden()
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrobjs.c204 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/
Dpfrobjs.c200 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/
Dpfrobjs.c204 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/
Dcidobjs.c444 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/
Dcidobjs.c439 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/
Dcidobjs.c444 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/
Dotsvg.h306 FT_UShort units_per_EM; member
Dftglyph.h300 FT_UShort units_per_EM; member
/third_party/flutter/skia/third_party/externals/freetype/src/type1/
Dt1objs.c477 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/
Dt1objs.c480 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/
Dt1objs.c480 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/
Dttsvg.c371 svg_document->units_per_EM = glyph->face->units_per_EM; in tt_face_load_svg_doc()

1234