HomeSort by relevance Sort by last modified time
    Searched defs:spaceGlyph (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/graphics/chromium/
GlyphPageTreeNodeChromiumWin.cpp 53 static Glyph initSpaceGlyph(HDC dc, Glyph* spaceGlyph)
55 if (*spaceGlyph)
56 return *spaceGlyph;
59 GetGlyphIndices(dc, &space, 1, spaceGlyph, 0);
60 return *spaceGlyph;
140 Glyph spaceGlyph = 0; // Glyph for a space. Lazily filled.
152 glyph = initSpaceGlyph(dc, &spaceGlyph);
  /external/webkit/WebCore/platform/graphics/
SimpleFontData.h 94 Glyph spaceGlyph() const { return m_spaceGlyph; }

Completed in 532 milliseconds