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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SimpleFontDataSkia.cpp 170 const Glyph xGlyph = glyphPageZero->glyphForCharacter(xChar);
172 if (xGlyph) {
173 // In widthForGlyph(), xGlyph will be compared with
178 m_avgCharWidth = widthForGlyph(xGlyph);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataMac.mm 253 NSGlyph xGlyph = glyphPageZero ? glyphPageZero->glyphForCharacter('x') : 0;
254 if (xGlyph)
255 xHeight = -CGRectGetMinY(platformBoundsForGlyph(xGlyph));

Completed in 50 milliseconds