Home
last modified time | relevance | path

Searched defs:spaceGlyph (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DSimpleFontData.h129 Glyph spaceGlyph() const { return m_spaceGlyph; } in spaceGlyph() function
130 void setSpaceGlyph(Glyph spaceGlyph) { m_spaceGlyph = spaceGlyph; } in setSpaceGlyph()
132 void setZeroWidthSpaceGlyph(Glyph spaceGlyph) { m_zeroWidthSpaceGlyph = spaceGlyph; } in setZeroWidthSpaceGlyph()
DFont.cpp751 Glyph spaceGlyph = markFontData->spaceGlyph(); in drawEmphasisMarks() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFontData.cpp112 Glyph spaceGlyph = glyphPageZero->glyphForCharacter(' '); in initializeFontData() local