Searched refs:xGlyph (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DSimpleFontDataLinux.cpp141 const Glyph xGlyph = glyphPageZero->glyphDataForCharacter(x_char).glyph; local
143 if (xGlyph)
144 m_avgCharWidth = widthForGlyph(xGlyph);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DSimpleFontDataCGWin.cpp101 Glyph xGlyph = glyphPageZero ? glyphPageZero->glyphDataForCharacter('x').glyph : 0; local
102 if (xGlyph) {
106 CGFontGetGlyphBBoxes(font, &xGlyph, 1, &xBox);
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DSimpleFontDataMac.mm283 NSGlyph xGlyph = glyphPageZero ? glyphPageZero->glyphDataForCharacter('x').glyph : 0;
284 if (xGlyph)
285 xHeight = -CGRectGetMinY(platformBoundsForGlyph(xGlyph));

Completed in 110 milliseconds