Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp937 int32_t& iTabstopsIndex = m_pTabstopContext->m_iTabIndex; in DoTabstops() local
939 if (!pdfium::IndexInBounds(m_pTabstopContext->m_tabstops, iTabstopsIndex)) in DoTabstops()
943 iTabstopsIndex++; in DoTabstops()
952 } else if (iTabstopsIndex > -1) { in DoTabstops()
955 uint32_t dwAlign = m_pTabstopContext->m_tabstops[iTabstopsIndex].dwAlign; in DoTabstops()