Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeVerticalData.cpp502 size_t countHeights = m_advanceHeights.size(); in advanceHeight() local
503 if (countHeights) { in advanceHeight()
504 uint16_t advanceFUnit = m_advanceHeights[glyph < countHeights ? glyph : countHeights - 1]; in advanceHeight()