HomeSort by relevance Sort by last modified time
    Searched refs:setUnitsPerEm (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontMetrics.h 48 void setUnitsPerEm(unsigned unitsPerEm) { m_unitsPerEm = unitsPerEm; }
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SimpleFontDataSkia.cpp 184 m_fontMetrics.setUnitsPerEm(unitsPerEm);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 96 fontMetrics.setUnitsPerEm(unitsPerEm);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataMac.mm 261 m_fontMetrics.setUnitsPerEm(unitsPerEm);

Completed in 126 milliseconds