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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.cpp 82 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page();
85 if (m_avgCharWidth <= 0.f && glyphPageZero) {
87 Glyph digitZeroGlyph = glyphPageZero->glyphForCharacter(digitZeroChar);
102 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page();
103 if (!glyphPageZero) {
114 m_zeroWidthSpaceGlyph = glyphPageZero->glyphForCharacter(0);
119 m_spaceGlyph = glyphPageZero->glyphForCharacter(' ');
122 m_zeroGlyph = glyphPageZero->glyphForCharacter('0');
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 87 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(fontData, 0)->page();
89 if (!xHeight && glyphPageZero) {
91 Glyph letterXGlyph = glyphPageZero->glyphForCharacter('x');
103 if (!glyphPageZero) {
112 Glyph spaceGlyph = glyphPageZero->glyphForCharacter(' ');
117 Glyph numeralZeroGlyph = glyphPageZero->glyphForCharacter('0');
121 Glyph letterWGlyph = glyphPageZero->glyphForCharacter('W');
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SimpleFontDataSkia.cpp 166 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page();
168 if (glyphPageZero) {
170 const Glyph xGlyph = glyphPageZero->glyphForCharacter(xChar);

Completed in 132 milliseconds