Searched refs:metricsForGlyph (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DGlyphMetricsMap.h53 T metricsForGlyph(Glyph glyph) function in class:WebCore::GlyphMetricsMap
55 return locatePage(glyph / GlyphMetricsPage::size)->metricsForGlyph(glyph);
68 T metricsForGlyph(Glyph glyph) const { return m_metrics[glyph % size]; } function in struct:WebCore::GlyphMetricsMap::GlyphMetricsPage
H A DSimpleFontData.h298 bounds = m_glyphToBoundsMap->metricsForGlyph(glyph);
315 float width = m_glyphToWidthMap.metricsForGlyph(glyph);

Completed in 72 milliseconds