Searched defs:glyphPageZero (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/graphics/
H A DSimpleFontData.cpp112 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page(); local
115 if (m_avgCharWidth <= 0.f && glyphPageZero) {
117 Glyph digitZeroGlyph = glyphPageZero->glyphDataForCharacter(digitZeroChar).glyph;
132 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page(); local
133 if (!glyphPageZero) {
147 m_spaceGlyph = glyphPageZero->glyphDataForCharacter(' ').glyph;
158 Glyph zeroWidthSpaceGlyph = glyphPageZero->glyphDataForCharacter(0).glyph;
/external/webkit/WebCore/platform/graphics/win/
H A DSimpleFontDataCGWin.cpp103 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page(); local
104 Glyph xGlyph = glyphPageZero ? glyphPageZero->glyphDataForCharacter('x').glyph : 0;
/external/webkit/WebCore/platform/graphics/chromium/
H A DSimpleFontDataLinux.cpp111 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page(); local
113 if (glyphPageZero) {
115 const Glyph xGlyph = glyphPageZero->glyphDataForCharacter(x_char).glyph;

Completed in 20 milliseconds