Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DGlyphMetricsMap.h48 T metricsForGlyph(Glyph glyph) in metricsForGlyph() function
50 return locatePage(glyph / GlyphMetricsPage::size)->metricsForGlyph(glyph); in metricsForGlyph()
63 T metricsForGlyph(Glyph glyph) const { return m_metrics[glyph % size]; } in metricsForGlyph() function
DSimpleFontData.h264 bounds = m_glyphToBoundsMap->metricsForGlyph(glyph); in boundsForGlyph()
281 float width = m_glyphToWidthMap.metricsForGlyph(glyph); in widthForGlyph()