HomeSort by relevance Sort by last modified time
    Searched refs:glyphPageZero (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.cpp 129 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page();
132 if (m_avgCharWidth <= 0.f && glyphPageZero) {
134 Glyph digitZeroGlyph = glyphPageZero->glyphDataForCharacter(digitZeroChar).glyph;
149 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page();
150 if (!glyphPageZero) {
161 m_zeroWidthSpaceGlyph = glyphPageZero->glyphDataForCharacter(0).glyph;
166 m_spaceGlyph = glyphPageZero->glyphDataForCharacter(' ').glyph;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
SimpleFontDataLinux.cpp 137 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page();
139 if (glyphPageZero) {
141 const Glyph xGlyph = glyphPageZero->glyphDataForCharacter(x_char).glyph;
  /external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataCGWin.cpp 100 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page();
101 Glyph xGlyph = glyphPageZero ? glyphPageZero->glyphDataForCharacter('x').glyph : 0;
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 282 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page();
283 NSGlyph xGlyph = glyphPageZero ? glyphPageZero->glyphDataForCharacter('x').glyph : 0;

Completed in 167 milliseconds