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

  /external/webkit/WebCore/platform/graphics/
SimpleFontData.cpp 112 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page();
115 if (m_avgCharWidth <= 0.f && glyphPageZero) {
117 Glyph digitZeroGlyph = glyphPageZero->glyphDataForCharacter(digitZeroChar).glyph;
132 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page();
133 if (!glyphPageZero) {
147 m_spaceGlyph = glyphPageZero->glyphDataForCharacter(' ').glyph;
158 Glyph zeroWidthSpaceGlyph = glyphPageZero->glyphDataForCharacter(0).glyph;
  /external/webkit/WebCore/platform/graphics/chromium/
SimpleFontDataLinux.cpp 111 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page();
113 if (glyphPageZero) {
115 const Glyph xGlyph = glyphPageZero->glyphDataForCharacter(x_char).glyph;
  /external/webkit/WebCore/platform/graphics/win/
SimpleFontDataCGWin.cpp 103 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page();
104 Glyph xGlyph = glyphPageZero ? glyphPageZero->glyphDataForCharacter('x').glyph : 0;
  /external/webkit/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 264 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page();
265 NSGlyph xGlyph = glyphPageZero ? glyphPageZero->glyphDataForCharacter('x').glyph : 0;
285 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page();
286 if (glyphPageZero) {
294 Glyph glyph = glyphPageZero->glyphDataForCharacter((i < 26 ? i + 'a' : ' ')).glyph;

Completed in 378 milliseconds