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

  /external/webkit/Source/WebCore/platform/graphics/
GlyphMetricsMap.h 53 T metricsForGlyph(Glyph glyph)
55 return locatePage(glyph / GlyphMetricsPage::size)->metricsForGlyph(glyph);
68 T metricsForGlyph(Glyph glyph) const { return m_metrics[glyph % size]; }
SimpleFontData.h 298 bounds = m_glyphToBoundsMap->metricsForGlyph(glyph);
315 float width = m_glyphToWidthMap.metricsForGlyph(glyph);

Completed in 2477 milliseconds