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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
UniscribeHelper.h 244 , m_spaceGlyph(0)
340 WORD m_spaceGlyph;
415 WORD m_spaceGlyph;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.h 130 Glyph spaceGlyph() const { return m_spaceGlyph; }
131 void setSpaceGlyph(Glyph spaceGlyph) { m_spaceGlyph = spaceGlyph; }
212 Glyph m_spaceGlyph;

Completed in 29 milliseconds