Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeVerticalData.cpp504 uint16_t advanceFUnit = m_advanceHeights[glyph < countHeights ? glyph : countHeights - 1]; in advanceHeight() local
505 float advance = advanceFUnit * font->sizePerUnit(); in advanceHeight()