/external/chromium_org/third_party/freetype/src/cff/ |
cffobjs.c | 225 FT_ULong top_upm = font->top_font.font_dict.units_per_em; 236 FT_ULong sub_upm = sub->font_dict.units_per_em; 297 FT_ULong top_upm = font->top_font.font_dict.units_per_em; 308 FT_ULong sub_upm = sub->font_dict.units_per_em; 610 if ( !dict->units_per_em ) 611 dict->units_per_em = pure_cff ? 1000 : face->root.units_per_EM; 614 /* scaling is done with `units_per_em' then (at this point, */ 624 FT_ULong* upm = &dict->units_per_em; 655 if ( sub->units_per_em ) [all...] |
cfftypes.h | 120 FT_ULong units_per_em; /* temporarily used as scaling value also */ member in struct:CFF_FontRecDictRec_
|
cffparse.c | 451 FT_ULong* upm = &dict->units_per_em; 467 /* `units_per_em' value. */
|
/external/freetype/src/cff/ |
cffobjs.c | 229 FT_ULong top_upm = font->top_font.font_dict.units_per_em; 240 FT_ULong sub_upm = sub->font_dict.units_per_em; 301 FT_ULong top_upm = font->top_font.font_dict.units_per_em; 312 FT_ULong sub_upm = sub->font_dict.units_per_em; 630 dict->units_per_em = pure_cff ? 1000 : face->root.units_per_EM; 633 /* scaling is done with `units_per_em' then (at this point, */ 643 FT_ULong* upm = &dict->units_per_em; 684 if ( top->units_per_em > 1 && sub->units_per_em > 1 [all...] |
cfftypes.h | 121 FT_ULong units_per_em; /* temporarily used as scaling value also */ member in struct:CFF_FontRecDictRec_
|
cf2ft.c | 261 FT_ASSERT( decoder->builder.face->root.units_per_EM ); 263 return decoder->builder.face->root.units_per_EM;
|
/external/chromium_org/third_party/freetype/src/autofit/ |
aflatin.h | 33 /* constants are given with units_per_em == 2048 in mind */ 35 ( ( (c) * (FT_Long)( (AF_LatinMetrics)(metrics) )->units_per_em ) / 2048 ) 120 FT_UInt units_per_em; member in struct:AF_LatinMetricsRec_
|
afindic.c | 43 metrics->units_per_em = face->units_per_EM;
|
afcjk.h | 100 FT_UInt units_per_em; member in struct:AF_CJKMetricsRec_
|
/external/freetype/src/autofit/ |
aflatin.h | 33 /* constants are given with units_per_em == 2048 in mind */ 35 ( ( (c) * (FT_Long)( (AF_LatinMetrics)(metrics) )->units_per_em ) / 2048 ) 120 FT_UInt units_per_em; member in struct:AF_LatinMetricsRec_
|
afindic.c | 43 metrics->units_per_em = face->units_per_EM;
|
afcjk.h | 100 FT_UInt units_per_em; member in struct:AF_CJKMetricsRec_
|
aflatin.c | 93 dummy->units_per_em = metrics->units_per_em; 151 dummy->units_per_em / 100 ); 401 metrics->units_per_em / 8 ) 554 metrics->units_per_em = face->units_per_EM; [all...] |
afcjk.c | 100 dummy->units_per_em = metrics->units_per_em; 156 dummy->units_per_em / 100 ); 557 metrics->units_per_em = face->units_per_EM; [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ft.cc | 339 hb_face_set_upem (face, ft_face->units_per_EM); 385 ((uint64_t) ft_face->size->metrics.x_scale * (uint64_t) ft_face->units_per_EM) >> 16, 386 ((uint64_t) ft_face->size->metrics.y_scale * (uint64_t) ft_face->units_per_EM) >> 16);
|
/external/harfbuzz_ng/src/ |
hb-ft.cc | 339 hb_face_set_upem (face, ft_face->units_per_EM); 385 ((uint64_t) ft_face->size->metrics.x_scale * (uint64_t) ft_face->units_per_EM) >> 16, 386 ((uint64_t) ft_face->size->metrics.y_scale * (uint64_t) ft_face->units_per_EM) >> 16);
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftpfr.h | 65 * Outline resolution. This is equivalent to `face->units_per_EM'
|
/external/chromium_org/third_party/freetype/src/base/ |
ftsynth.c | 97 xstr = FT_MulFix( face->units_per_EM,
|
/external/freetype/include/freetype/ |
ftpfr.h | 65 * Outline resolution. This is equivalent to `face->units_per_EM'
|
/external/freetype/src/base/ |
ftsynth.c | 98 xstr = FT_MulFix( face->units_per_EM,
|
/external/icu4c/samples/layout/ |
GnomeFontInstance.cpp | 74 fUnitsPerEM = fFace->units_per_EM;
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
sfobjs.c | 612 if ( face->header.Units_Per_EM == 0 ) 914 FT_UShort em_size = face->header.Units_Per_EM; [all...] |
/external/freetype/src/sfnt/ |
sfobjs.c | 629 if ( face->header.Units_Per_EM == 0 ) 927 FT_UShort em_size = face->header.Units_Per_EM; [all...] |
/external/skia/src/ports/ |
SkFontHost_FreeType.cpp | 520 info->fEmSize = ttHeader->Units_Per_EM; 732 return face ? face->units_per_EM : 0; 738 SkDebugf(" units_per_EM: %hu\n", face->units_per_EM); [all...] |
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_FreeType_common.cpp | 324 strength = FT_MulFix(face->units_per_EM, face->size->metrics.y_scale)
|