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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 112 Glyph spaceGlyph = glyphPageZero->glyphForCharacter(' ');
113 fontData->setSpaceGlyph(spaceGlyph);
114 fontData->setSpaceWidth(fontData->widthForGlyph(spaceGlyph));
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.h 125 Glyph spaceGlyph() const { return m_spaceGlyph; }
126 void setSpaceGlyph(Glyph spaceGlyph) { m_spaceGlyph = spaceGlyph; }
128 void setZeroWidthSpaceGlyph(Glyph spaceGlyph) { m_zeroWidthSpaceGlyph = spaceGlyph; }
Font.cpp     [all...]

Completed in 5860 milliseconds