HomeSort by relevance Sort by last modified time
    Searched refs:m_glyphToWidthMap (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/graphics/
SimpleFontData.h 184 mutable GlyphWidthMap m_glyphToWidthMap;
242 float width = m_glyphToWidthMap.widthForGlyph(glyph);
247 m_glyphToWidthMap.setWidthForGlyph(glyph, width);
SimpleFontData.cpp 161 m_glyphToWidthMap.setWidthForGlyph(zeroWidthSpaceGlyph, 0);

Completed in 11 milliseconds