Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DSimpleFontData.h212 mutable OwnPtr<GlyphMetricsMap<FloatRect> > m_glyphToBoundsMap; variable
297 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()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-245513 Change SimpleFontData to have a pointer to the m_glyphToBoundsMap,