Home
last modified time | relevance | path

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

12

/external/pdfium/third_party/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()
Dftobjs.c2694 face->units_per_EM ); in FT_Select_Metrics()
2696 face->units_per_EM ); in FT_Select_Metrics()
2741 w = h = face->units_per_EM; in FT_Request_Metrics()
2814 scaled_w = FT_MulFix( face->units_per_EM, metrics->x_scale ); in FT_Request_Metrics()
2815 scaled_h = FT_MulFix( face->units_per_EM, metrics->y_scale ); in FT_Request_Metrics()
/external/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()
Dftobjs.c2829 face->units_per_EM ); in FT_Select_Metrics()
2831 face->units_per_EM ); in FT_Select_Metrics()
2876 w = h = face->units_per_EM; in FT_Request_Metrics()
2949 scaled_w = FT_MulFix( face->units_per_EM, metrics->x_scale ); in FT_Request_Metrics()
2950 scaled_h = FT_MulFix( face->units_per_EM, metrics->y_scale ); in FT_Request_Metrics()
/external/freetype/src/autofit/
Dafloader.c106 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()
555 FT_UShort units_per_EM; in af_loader_compute_darkening() local
564 units_per_EM = face->units_per_EM; in af_loader_compute_darkening()
567 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()
Dafshaper.c462 upem = (FT_Int)metrics->globals->face->units_per_EM; in af_shaper_get_cluster()
/external/pdfium/third_party/freetype/src/cid/
Dcidobjs.c432 if ( !cidface->units_per_EM ) in cid_face_init()
433 cidface->units_per_EM = 1000; in cid_face_init()
438 cidface->height = (FT_Short)( ( cidface->units_per_EM * 12 ) / 10 ); in cid_face_init()
Dcidload.c188 root->units_per_EM = (FT_UShort)FT_DivFix( 1000, temp_scale ); in cid_parse_font_matrix()
/external/pdfium/third_party/freetype/src/type1/
Dt1objs.c466 if ( !root->units_per_EM ) in T1_Face_Init()
467 root->units_per_EM = 1000; in T1_Face_Init()
472 root->height = (FT_Short)( ( root->units_per_EM * 12 ) / 10 ); in T1_Face_Init()
/external/harfbuzz_ng/src/
Dhb-ft.cc538 hb_face_set_upem (face, ft_face->units_per_EM); in hb_ft_face_create()
612 …(int) (((uint64_t) ft_face->size->metrics.x_scale * (uint64_t) ft_face->units_per_EM + (1u<<15)) >… in hb_ft_font_create()
613 …(int) (((uint64_t) ft_face->size->metrics.y_scale * (uint64_t) ft_face->units_per_EM + (1u<<15)) >… in hb_ft_font_create()
/external/icu/icu4c/source/samples/layout/
DGnomeFontInstance.cpp80 fUnitsPerEM = fFace->units_per_EM; in GnomeFontInstance()
/external/pdfium/third_party/freetype/src/cff/
Dcf2ft.c289 FT_ASSERT( decoder->builder.face->root.units_per_EM ); in cf2_getUnitsPerEm()
291 return decoder->builder.face->root.units_per_EM; in cf2_getUnitsPerEm()
Dcffobjs.c635 dict->units_per_em = pure_cff ? 1000 : face->root.units_per_EM; in cff_face_init()
758 cffface->units_per_EM = (FT_UShort)( dict->units_per_em ); in cff_face_init()
763 cffface->height = (FT_Short)( ( cffface->units_per_EM * 12 ) / 10 ); in cff_face_init()
/external/freetype/src/cff/
Dcf2ft.c290 FT_ASSERT( decoder->builder.face->root.units_per_EM ); in cf2_getUnitsPerEm()
292 return decoder->builder.face->root.units_per_EM; in cf2_getUnitsPerEm()
Dcffobjs.c744 dict->units_per_em = pure_cff ? 1000 : face->root.units_per_EM; in cff_face_init()
874 cffface->units_per_EM = (FT_UShort)( dict->units_per_em ); in cff_face_init()
879 cffface->height = (FT_Short)( ( cffface->units_per_EM * 12 ) / 10 ); in cff_face_init()
/external/pdfium/third_party/freetype/src/truetype/
Dttobjs.c1238 face->root.units_per_EM ); in tt_size_reset()
1240 face->root.units_per_EM ); in tt_size_reset()
/external/freetype/src/truetype/
Dttobjs.c1253 face->root.units_per_EM ); in tt_size_reset()
1255 face->root.units_per_EM ); in tt_size_reset()
/external/pdfium/core/fxge/
Dfx_freetype.h121 #define FXFT_Get_Face_UnitsPerEM(face) ((FT_Face)face)->units_per_EM
/external/pdfium/third_party/freetype/include/freetype/
Dfreetype.h1060 FT_UShort units_per_EM; member
/external/freetype/include/freetype/
Dfreetype.h1076 FT_UShort units_per_EM; member
/external/skia/src/ports/
DSkFontHost_FreeType.cpp753 return face ? face->units_per_EM : 0; in onGetUPEM()
1344 SkScalar upem = SkIntToScalar(face->units_per_EM); in generateFontMetrics()
1480 strength = FT_MulFix(face->units_per_EM, face->size->metrics.y_scale) in emboldenIfNeeded()
/external/pdfium/third_party/freetype/src/sfnt/
Dsfobjs.c1425 root->units_per_EM = face->header.Units_Per_EM; in sfnt_load_face()

12