Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/chromium/
DGlyphPageTreeNodeChromiumWin.cpp53 static Glyph initSpaceGlyph(HDC dc, Glyph* spaceGlyph) in initSpaceGlyph()
140 Glyph spaceGlyph = 0; // Glyph for a space. Lazily filled. in fillBMPGlyphs() local
DFontUtilsChromiumWin.cpp258 WORD spaceGlyph = 0; in getSpaceGlyph() local
277 WORD spaceGlyph; member
397 WORD* spaceGlyph) in getDerivedFontData()
DUniscribeHelper.cpp77 WORD spaceGlyph) in UniscribeHelper()
522 WORD spaceGlyph = m_spaceGlyph; in shape() local
/external/webkit/Source/WebCore/platform/graphics/
DSimpleFontData.h122 Glyph spaceGlyph() const { return m_spaceGlyph; } in spaceGlyph() function
DFontFastPath.cpp432 Glyph spaceGlyph = markFontData->spaceGlyph(); in drawEmphasisMarks() local
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontAndroid.cpp860 static Glyph spaceGlyph = m_font->glyphDataForCharacter(space, false).glyph; in setGlyphPositions() local