HomeSort by relevance Sort by last modified time
    Searched defs:unitsPerEm (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebCore/svg/
SVGFontFaceElement.cpp 126 unsigned SVGFontFaceElement::unitsPerEm() const
230 return static_cast<int>(unitsPerEm()) - static_cast<int>(ceilf(vertOriginY.toFloat()));
234 return static_cast<int>(ceilf(unitsPerEm() * 0.8f));
258 return static_cast<int>(ceilf(unitsPerEm() * 0.2f));
  /external/webkit/WebCore/platform/graphics/
Font.h 123 unsigned unitsPerEm() const { return primaryFont()->unitsPerEm(); }
SimpleFontData.h 82 unsigned unitsPerEm() const { return m_unitsPerEm; }
  /external/icu4c/samples/layout/
sfnt.h 153 le_uint16 unitsPerEm;
  /external/icu4c/test/letest/
FontObject.h 116 le_uint16 unitsPerEm;