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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphMetricsMap.h 53 void setMetricsForGlyph(Glyph glyph, const T& metrics)
55 locatePage(glyph / GlyphMetricsPage::size)->setMetricsForGlyph(glyph, metrics);
64 void setMetricsForGlyph(Glyph glyph, const T& metrics)
SimpleFontData.h 272 m_glyphToBoundsMap->setMetricsForGlyph(glyph, bounds);
298 m_glyphToWidthMap.setMetricsForGlyph(glyph, width);

Completed in 110 milliseconds