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

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

Completed in 343 milliseconds