/external/chromium_org/third_party/harfbuzz-ng/src/ |
test-buffer-serialize.cc | 91 unsigned int upem = hb_face_get_upem (face); local 94 hb_font_set_scale (font, upem, upem);
|
test.cc | 94 unsigned int upem = hb_face_get_upem (face); local 97 hb_font_set_scale (font, upem, upem);
|
hb-face-private.hh | 55 mutable unsigned int upem; member in struct:hb_face_t 82 if (unlikely (!upem)) 84 return upem;
|
hb-ot-head-table.hh | 49 unsigned int upem = unitsPerEm; local 51 return 16 <= upem && upem <= 16384 ? upem : 1000;
|
/external/harfbuzz_ng/src/ |
test-buffer-serialize.cc | 88 unsigned int upem = hb_face_get_upem (face); local 91 hb_font_set_scale (font, upem, upem);
|
test.cc | 91 unsigned int upem = hb_face_get_upem (face); local 94 hb_font_set_scale (font, upem, upem);
|
hb-ot-head-table.hh | 49 unsigned int upem = unitsPerEm; local 51 return 16 <= upem && upem <= 16384 ? upem : 1000;
|
hb-font-private.hh | 102 mutable unsigned int upem; member in struct:hb_face_t 129 if (unlikely (!upem)) 131 return upem;
|
/external/harfbuzz_ng/util/ |
options.cc | 475 unsigned int upem = hb_face_get_upem (face); local 476 hb_font_set_scale (font, upem, upem);
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_FreeType.cpp | 1350 SkScalar upem = SkIntToScalar(face->units_per_EM); local [all...] |
SkFontHost_win.cpp | 764 SkScalar upem = SkIntToScalar(otm.otmEMSquare); local 766 SkScalar gdiTextSizeToEMScale = upem / gdiTextSize; 772 SkScalar removeEMScale = SkScalarInvert(upem); [all...] |
SkFontHost_win_dw.cpp | 860 SkScalar upem = SkIntToScalar(dwfm.designUnitsPerEm); local 862 mx->fTop = -fRec.fTextSize * SkIntToScalar(dwfm.ascent) / upem; 864 mx->fDescent = fRec.fTextSize * SkIntToScalar(dwfm.descent) / upem; 866 mx->fLeading = fRec.fTextSize * SkIntToScalar(dwfm.lineGap) / upem; 867 mx->fXHeight = fRec.fTextSize * SkIntToScalar(dwfm.xHeight) / upem; 871 my->fTop = -fRec.fTextSize * SkIntToScalar(dwfm.ascent) / upem; 873 my->fDescent = fRec.fTextSize * SkIntToScalar(dwfm.descent) / upem; 875 my->fLeading = fRec.fTextSize * SkIntToScalar(dwfm.lineGap) / upem; 876 my->fXHeight = fRec.fTextSize * SkIntToScalar(dwfm.xHeight) / upem; [all...] |
/external/skia/src/ports/ |
SkFontHost_FreeType.cpp | 1420 SkScalar upem = SkIntToScalar(face->units_per_EM); local [all...] |
SkFontHost_win.cpp | 764 SkScalar upem = SkIntToScalar(otm.otmEMSquare); local 766 SkScalar gdiTextSizeToEMScale = upem / gdiTextSize; 772 SkScalar removeEMScale = SkScalarInvert(upem); [all...] |
SkFontHost_win_dw.cpp | 860 SkScalar upem = SkIntToScalar(dwfm.designUnitsPerEm); local 862 mx->fTop = -fRec.fTextSize * SkIntToScalar(dwfm.ascent) / upem; 864 mx->fDescent = fRec.fTextSize * SkIntToScalar(dwfm.descent) / upem; 866 mx->fLeading = fRec.fTextSize * SkIntToScalar(dwfm.lineGap) / upem; 867 mx->fXHeight = fRec.fTextSize * SkIntToScalar(dwfm.xHeight) / upem; 871 my->fTop = -fRec.fTextSize * SkIntToScalar(dwfm.ascent) / upem; 873 my->fDescent = fRec.fTextSize * SkIntToScalar(dwfm.descent) / upem; 875 my->fLeading = fRec.fTextSize * SkIntToScalar(dwfm.lineGap) / upem; 876 my->fXHeight = fRec.fTextSize * SkIntToScalar(dwfm.xHeight) / upem; [all...] |