Searched refs:units_per_EM (Results 1 – 13 of 13) sorted by relevance
43 metrics->units_per_em = face->units_per_EM; in af_indic_metrics_init()
496 metrics->units_per_em = face->units_per_EM; in af_latin_metrics_init()
553 metrics->units_per_em = face->units_per_EM; in af_cjk_metrics_init()
482 metrics->units_per_em = face->units_per_EM; in af_latin2_metrics_init()
97 xstr = FT_MulFix( face->units_per_EM, in FT_GlyphSlot_Embolden()
2606 face->units_per_EM ); in FT_Select_Metrics()2608 face->units_per_EM ); in FT_Select_Metrics()2653 w = h = face->units_per_EM; in FT_Request_Metrics()2726 scaled_w = FT_MulFix( face->units_per_EM, metrics->x_scale ); in FT_Request_Metrics()2727 scaled_h = FT_MulFix( face->units_per_EM, metrics->y_scale ); in FT_Request_Metrics()
74 fUnitsPerEM = fFace->units_per_EM; in GnomeFontInstance()
637 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()
1152 face->root.units_per_EM ); in tt_size_reset()1154 face->root.units_per_EM ); in tt_size_reset()
107 *ah = face->root.units_per_EM; in TT_Get_VMetrics()
938 FT_UShort units_per_EM; member
692 unitsPerEm = rec->fFace->units_per_EM; in GetUnitsPerEm()894 strength = FT_MulFix(fFace->units_per_EM, fFace->size->metrics.y_scale) in emboldenOutline()1564 int upem = face->units_per_EM; in generateFontMetrics()
981 root->units_per_EM = face->header.Units_Per_EM; in sfnt_load_face()