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 155 const Glyph xGlyph = glyphPageZero->glyphForCharacter(xChar);
157 if (xGlyph) {
158 // In widthForGlyph(), xGlyph will be compared with
163 m_avgCharWidth = widthForGlyph(xGlyph);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataMac.mm 243 NSGlyph xGlyph = glyphPageZero ? glyphPageZero->glyphForCharacter('x') : 0;
244 if (xGlyph)
245 xHeight = -CGRectGetMinY(platformBoundsForGlyph(xGlyph));

Completed in 38 milliseconds