Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp1673 int32_t& iTabstopsIndex = m_pTabstopContext->m_iTabIndex; in DoTabstops() local
1675 if (iTabstopsIndex > m_pTabstopContext->m_iTabCount - 1) { in DoTabstops()
1679 iTabstopsIndex++; in DoTabstops()
1688 } else if (iTabstopsIndex > -1) { in DoTabstops()
1692 m_pTabstopContext->m_tabstops.GetDataPtr(iTabstopsIndex); in DoTabstops()