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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp500 size_t countHeights = m_advanceHeights.size(); local
501 if (countHeights) {
502 uint16_t advanceFUnit = m_advanceHeights[glyph < countHeights ? glyph : countHeights - 1];

Completed in 461 milliseconds