Home
last modified time | relevance | path

Searched refs:digitZeroGlyph (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DSimpleFontData.cpp89 Glyph digitZeroGlyph = glyphPageZero->glyphForCharacter(digitZeroChar); in initCharWidths() local
90 if (digitZeroGlyph) in initCharWidths()
91 m_avgCharWidth = widthForGlyph(digitZeroGlyph); in initCharWidths()