Searched refs:m_glyphToBoundsMap (Results 1 – 2 of 2) sorted by relevance
212 mutable OwnPtr<GlyphMetricsMap<FloatRect> > m_glyphToBoundsMap; variable297 if (m_glyphToBoundsMap) { in boundsForGlyph()298 bounds = m_glyphToBoundsMap->metricsForGlyph(glyph); in boundsForGlyph()304 if (!m_glyphToBoundsMap) in boundsForGlyph()305 m_glyphToBoundsMap = adoptPtr(new GlyphMetricsMap<FloatRect>); in boundsForGlyph()306 m_glyphToBoundsMap->setMetricsForGlyph(glyph, bounds); in boundsForGlyph()
5513 Change SimpleFontData to have a pointer to the m_glyphToBoundsMap,