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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp513 size_t countWidths = m_advanceWidths.size(); local
514 ASSERT(countWidths > 0);
523 uint16_t widthFUnit = m_advanceWidths[glyph < countWidths ? glyph : countWidths - 1];

Completed in 748 milliseconds