Searched refs:m_spaceGlyph (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DUniscribeHelper.h244 , m_spaceGlyph(0)
340 WORD m_spaceGlyph; member in struct:WebCore::UniscribeHelper::Shaping
415 WORD m_spaceGlyph; member in class:WebCore::UniscribeHelper
H A DUniscribeHelper.cpp136 , m_spaceGlyph(spaceGlyph)
603 WORD spaceGlyph = m_spaceGlyph;
752 shaping.m_spaceGlyph = spaceGlyph;
887 shaping.m_glyphs[glyphIndex] = shaping.m_spaceGlyph;
905 // the glyph to m_spaceGlyph (invisible).
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DSimpleFontData.cpp112 m_spaceGlyph = 0;
128 m_spaceGlyph = glyphPageZero->glyphDataForCharacter(' ').glyph;
129 float width = widthForGlyph(m_spaceGlyph);
141 if (m_zeroWidthSpaceGlyph == m_spaceGlyph) {
H A DSimpleFontData.h141 Glyph spaceGlyph() const { return m_spaceGlyph; }
142 void setSpaceGlyph(Glyph spaceGlyph) { m_spaceGlyph = spaceGlyph; }
229 Glyph m_spaceGlyph; member in class:WebCore::SimpleFontData

Completed in 102 milliseconds