Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeVerticalData.cpp515 size_t countWidths = m_advanceWidths.size(); in getVerticalTranslationsForGlyphs() local
516 ASSERT(countWidths > 0); in getVerticalTranslationsForGlyphs()
525 uint16_t widthFUnit = m_advanceWidths[glyph < countWidths ? glyph : countWidths - 1]; in getVerticalTranslationsForGlyphs()