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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSimpleFontData.cpp104 m_spaceGlyph = 0;
119 m_spaceGlyph = glyphPageZero->glyphForCharacter(' ');
120 float width = widthForGlyph(m_spaceGlyph);
131 if (m_zeroWidthSpaceGlyph == m_spaceGlyph) {
H A DSimpleFontData.h125 Glyph spaceGlyph() const { return m_spaceGlyph; }
126 void setSpaceGlyph(Glyph spaceGlyph) { m_spaceGlyph = spaceGlyph; }
200 Glyph m_spaceGlyph; member in class:blink::SimpleFontData

Completed in 69 milliseconds