HomeSort by relevance Sort by last modified time
    Searched full:m_glyphtowidthmap (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h 213 mutable GlyphMetricsMap<float> m_glyphToWidthMap;
315 float width = m_glyphToWidthMap.metricsForGlyph(glyph);
320 m_glyphToWidthMap.setMetricsForGlyph(glyph, width);

Completed in 514 milliseconds