Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
DGlyphPageTreeNodeWin.cpp70 static bool initSpaceGlyph(HFONT font, HDC dc, Glyph* spaceGlyph) in initSpaceGlyph()
155 Glyph spaceGlyph = 0; // Glyph for a space. Lazily filled. in fillBMPGlyphs() local
DUniscribeHelperTextRun.cpp100 WORD& spaceGlyph) in nextWinFontData()
DUniscribeHelper.cpp149 WORD spaceGlyph) in UniscribeHelper()
631 WORD spaceGlyph = kUnsupportedGlyph; in getSpaceGlyph() local
649 WORD spaceGlyph; member
679 int* ascent, HFONT* hfont, SCRIPT_CACHE** scriptCache, WORD* spaceGlyph) in getDerivedFontData()
741 WORD spaceGlyph = m_spaceGlyph; in shape() local
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DSimpleFontData.h130 Glyph spaceGlyph() const { return m_spaceGlyph; } in spaceGlyph() function
131 void setSpaceGlyph(Glyph spaceGlyph) { m_spaceGlyph = spaceGlyph; } in setSpaceGlyph()
133 void setZeroWidthSpaceGlyph(Glyph spaceGlyph) { m_zeroWidthSpaceGlyph = spaceGlyph; } in setZeroWidthSpaceGlyph()
DFontFastPath.cpp519 Glyph spaceGlyph = markFontData->spaceGlyph(); in drawEmphasisMarks() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFontData.cpp108 Glyph spaceGlyph = glyphPageZero->glyphForCharacter(' '); in initializeFontData() local