Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DSimpleFontData.h196 mutable OwnPtr<GlyphMetricsMap<FloatRect> > m_glyphToBoundsMap; variable
257 if (m_glyphToBoundsMap) { in boundsForGlyph()
258 bounds = m_glyphToBoundsMap->metricsForGlyph(glyph); in boundsForGlyph()
264 if (!m_glyphToBoundsMap) in boundsForGlyph()
265 m_glyphToBoundsMap = adoptPtr(new GlyphMetricsMap<FloatRect>); in boundsForGlyph()
266 m_glyphToBoundsMap->setMetricsForGlyph(glyph, bounds); in boundsForGlyph()