Home
last modified time | relevance | path

Searched refs:m_spaceGlyph (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DSimpleFontData.cpp117 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()
DSimpleFontData.h122 Glyph spaceGlyph() const { return m_spaceGlyph; } in spaceGlyph()
228 Glyph m_spaceGlyph; variable
/external/webkit/Source/WebCore/platform/graphics/chromium/
DUniscribeHelper.h230 , m_spaceGlyph(0) in Shaping()
326 WORD m_spaceGlyph; member
396 WORD m_spaceGlyph; variable
DUniscribeHelper.cpp84 , 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()
/external/webkit/Source/WebCore/platform/graphics/qt/
DSimpleFontDataQt.cpp81 m_spaceGlyph = 0; in platformGlyphInit()
/external/webkit/Source/WebCore/
DChangeLog16931 (WebCore::UniscribeHelper::UniscribeHelper): m_spaceGlyph added.
16937 (WebCore::UniscribeHelper::Shaping::Shaping): m_spaceGlyph is added