Searched refs:getUnitsPerEm (Results 1 - 6 of 6) sorted by relevance

/external/skia/gm/
H A Dtypeface.cpp93 SkScalar scale = paint.getTextSize() / paint.getTypeface()->getUnitsPerEm();
/external/skia/include/core/
H A DSkTypeface.h228 int getUnitsPerEm() const;
233 * typeface's units per em (see getUnitsPerEm).
/external/skia/src/core/
H A DSkTypeface.cpp239 int SkTypeface::getUnitsPerEm() const { function in class:SkTypeface
/external/skia/src/fonts/
H A DSkGScalerContext.cpp206 return fProxy->getUnitsPerEm();
/external/skia/tests/
H A DFontHostTest.cpp32 // Test that getUnitsPerEm() agrees with a direct lookup in the 'head' table
35 int nativeUPEM = face->getUnitsPerEm();
/external/skia/tools/
H A Dcreate_test_font.cpp266 int emSize = face->getUnitsPerEm() * 2;

Completed in 141 milliseconds