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

  /external/webkit/WebCore/platform/graphics/
SimpleFontData.cpp 94 m_spaceGlyph = 0;
135 m_spaceGlyph = 0;
147 m_spaceGlyph = glyphPageZero->glyphDataForCharacter(' ').glyph;
148 float width = widthForGlyph(m_spaceGlyph);
160 if (zeroWidthSpaceGlyph != m_spaceGlyph)
SimpleFontData.h 94 Glyph spaceGlyph() const { return m_spaceGlyph; }
195 Glyph m_spaceGlyph;
  /external/webkit/WebCore/platform/graphics/qt/
SimpleFontDataQt.cpp 55 m_spaceGlyph = 0;

Completed in 23 milliseconds