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

  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.cpp 118 m_zeroWidthSpaceGlyph = 0;
155 m_zeroWidthSpaceGlyph = 0;
161 m_zeroWidthSpaceGlyph = glyphPageZero->glyphDataForCharacter(0).glyph;
176 if (m_zeroWidthSpaceGlyph == m_spaceGlyph) {
177 m_zeroWidthSpaceGlyph = 0;
SimpleFontData.h 123 bool isZeroWidthSpaceGlyph(Glyph glyph) const { return glyph == m_zeroWidthSpaceGlyph && glyph; }
231 Glyph m_zeroWidthSpaceGlyph;

Completed in 1176 milliseconds