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

  /external/webkit/Source/WebCore/platform/graphics/
GlyphMetricsMap.h 58 void setMetricsForGlyph(Glyph glyph, const T& metrics)
60 locatePage(glyph / GlyphMetricsPage::size)->setMetricsForGlyph(glyph, metrics);
69 void setMetricsForGlyph(Glyph glyph, const T& metrics)
SimpleFontData.h 306 m_glyphToBoundsMap->setMetricsForGlyph(glyph, bounds);
320 m_glyphToWidthMap.setMetricsForGlyph(glyph, width);

Completed in 490 milliseconds