HomeSort by relevance Sort by last modified time
    Searched refs:m_advanceHeights (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.h 51 bool hasVerticalMetrics() const { return !m_advanceHeights.isEmpty(); }
68 Vector<uint16_t> m_advanceHeights;
OpenTypeVerticalData.cpp 464 m_advanceHeights.resize(countVmtxEntries);
466 m_advanceHeights[i] = vmtx->entries[i].advanceHeight;
500 size_t countHeights = m_advanceHeights.size();
502 uint16_t advanceFUnit = m_advanceHeights[glyph < countHeights ? glyph : countHeights - 1];

Completed in 392 milliseconds