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

  /external/webkit/WebCore/platform/graphics/chromium/
SimpleFontDataLinux.cpp 115 const Glyph xGlyph = glyphPageZero->glyphDataForCharacter(x_char).glyph;
117 if (xGlyph)
118 m_avgCharWidth = widthForGlyph(xGlyph);
  /external/webkit/WebCore/platform/graphics/win/
SimpleFontDataCGWin.cpp 104 Glyph xGlyph = glyphPageZero ? glyphPageZero->glyphDataForCharacter('x').glyph : 0;
105 if (xGlyph) {
107 CGFontGetGlyphBBoxes(font, &xGlyph, 1, &xBox);
  /external/webkit/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 265 NSGlyph xGlyph = glyphPageZero ? glyphPageZero->glyphDataForCharacter('x').glyph : 0;
266 if (xGlyph) {
267 NSRect xBox = [m_platformData.font() boundingRectForGlyph:xGlyph];

Completed in 164 milliseconds