Searched refs:m_tabstops (Results 1 – 3 of 3) sorted by relevance
21 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()
36 std::vector<XFA_TABSTOPS> m_tabstops; variable
239 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()