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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/opentype/
H A DOpenTypeVerticalData.h49 bool isOpenType() const { return !m_advanceWidths.isEmpty(); }
63 Vector<uint16_t> m_advanceWidths; member in class:WebCore::OpenTypeVerticalData
H A DOpenTypeVerticalData.cpp409 m_advanceWidths.resize(countHmtxEntries);
411 m_advanceWidths[i] = hmtx->entries[i].advanceWidth;
497 size_t countWidths = m_advanceWidths.size();
507 uint16_t widthFUnit = m_advanceWidths[glyph < countWidths ? glyph : countWidths - 1];

Completed in 74 milliseconds