Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_texttabstopscontext.cpp21 auto it = std::lower_bound(m_tabstops.begin(), m_tabstops.end(), tabstop); in Append()
22 m_tabstops.insert(it, tabstop); in Append()
26 m_tabstops.clear(); in RemoveAll()
Dcxfa_texttabstopscontext.h36 std::vector<XFA_TABSTOPS> m_tabstops; variable
Dcxfa_textlayout.cpp239 for (const auto& stop : m_pTabstopContext->m_tabstops) in InitBreak()
951 if (!m_pTabstopContext || m_pTabstopContext->m_tabstops.empty()) in DoTabstops()
961 if (!pdfium::IndexInBounds(m_pTabstopContext->m_tabstops, iTabstopsIndex)) in DoTabstops()
977 uint32_t dwAlign = m_pTabstopContext->m_tabstops[iTabstopsIndex].dwAlign; in DoTabstops()