Home
last modified time | relevance | path

Searched refs:glyphPageZero (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DSimpleFontData.cpp129 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page(); in initCharWidths() local
132 if (m_avgCharWidth <= 0.f && glyphPageZero) { in initCharWidths()
134 Glyph digitZeroGlyph = glyphPageZero->glyphDataForCharacter(digitZeroChar).glyph; in initCharWidths()
149 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page(); in platformGlyphInit() local
150 if (!glyphPageZero) { in platformGlyphInit()
161 m_zeroWidthSpaceGlyph = glyphPageZero->glyphDataForCharacter(0).glyph; in platformGlyphInit()
166 m_spaceGlyph = glyphPageZero->glyphDataForCharacter(' ').glyph; in platformGlyphInit()
/external/webkit/Source/WebCore/platform/graphics/win/
DSimpleFontDataCGWin.cpp100 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page(); in platformInit() local
101 Glyph xGlyph = glyphPageZero ? glyphPageZero->glyphDataForCharacter('x').glyph : 0; in platformInit()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DSimpleFontDataLinux.cpp137 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page(); in platformInit() local
139 if (glyphPageZero) { in platformInit()
141 const Glyph xGlyph = glyphPageZero->glyphDataForCharacter(x_char).glyph; in platformInit()
/external/webkit/Source/WebCore/platform/graphics/mac/
DSimpleFontDataMac.mm282 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page();
283 NSGlyph xGlyph = glyphPageZero ? glyphPageZero->glyphDataForCharacter('x').glyph : 0;