Searched refs:m_spaceGlyph (Results 1 – 6 of 6) sorted by relevance
117 m_spaceGlyph = 0; in SimpleFontData()152 m_spaceGlyph = 0; in platformGlyphInit()166 m_spaceGlyph = glyphPageZero->glyphDataForCharacter(' ').glyph; in platformGlyphInit()167 float width = widthForGlyph(m_spaceGlyph); in platformGlyphInit()176 if (m_zeroWidthSpaceGlyph == m_spaceGlyph) { in platformGlyphInit()
122 Glyph spaceGlyph() const { return m_spaceGlyph; } in spaceGlyph()228 Glyph m_spaceGlyph; variable
230 , m_spaceGlyph(0) in Shaping()326 WORD m_spaceGlyph; member396 WORD m_spaceGlyph; variable
84 , m_spaceGlyph(spaceGlyph) in UniscribeHelper()522 WORD spaceGlyph = m_spaceGlyph; in shape()653 shaping.m_spaceGlyph = spaceGlyph; in shape()819 shaping.m_glyphs[glyphIndex] = shaping.m_spaceGlyph; in adjustSpaceAdvances()
81 m_spaceGlyph = 0; in platformGlyphInit()
16931 (WebCore::UniscribeHelper::UniscribeHelper): m_spaceGlyph added.16937 (WebCore::UniscribeHelper::Shaping::Shaping): m_spaceGlyph is added