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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSimpleFontData.h188 mutable OwnPtr<GlyphMetricsMap<FloatRect> > m_glyphToBoundsMap; member in class:blink::SimpleFontData
248 if (m_glyphToBoundsMap) {
249 bounds = m_glyphToBoundsMap->metricsForGlyph(glyph);
255 if (!m_glyphToBoundsMap)
256 m_glyphToBoundsMap = adoptPtr(new GlyphMetricsMap<FloatRect>);
257 m_glyphToBoundsMap->setMetricsForGlyph(glyph, bounds);

Completed in 53 milliseconds