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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp484 const OpenType::Int16* pTopSideBearingsExtra = reinterpret_cast<const OpenType::Int16*>(&vmtx->entries[countVmtxEntries]); local
485 for (; i < countTopSideBearings; ++i, ++pTopSideBearingsExtra)
486 m_topSideBearings[i] = *pTopSideBearingsExtra;

Completed in 5437 milliseconds