Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp117 if (!pdfium::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.nSecIndex)) in NextLine()
120 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in NextLine()
127 pdfium::CollectionSize<int32_t>(m_pVT->m_SectionArray) - 1) { in NextLine()
136 if (!pdfium::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.nSecIndex)) in GetWord()
139 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetWord()
162 if (!pdfium::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.nSecIndex)) in GetLine()
165 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetLine()
210 if (!m_SectionArray.empty()) in Initialize()
211 m_SectionArray.front()->ResetLinePlace(); in Initialize()
244 if (!pdfium::IndexInBounds(m_SectionArray, wordplace.nSecIndex)) in InsertSection()
[all …]
Dcpdf_variabletext.h199 std::vector<std::unique_ptr<CSection>> m_SectionArray; variable