Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpvt_variabletext.cpp104 if (!fxcrt::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.nSecIndex)) in NextLine()
107 CPVT_Section* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in NextLine()
113 fxcrt::CollectionSize<int32_t>(m_pVT->m_SectionArray) - 1) { in NextLine()
122 if (!fxcrt::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.nSecIndex)) in GetWord()
125 CPVT_Section* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetWord()
149 if (!fxcrt::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.nSecIndex)) in GetLine()
152 CPVT_Section* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetLine()
186 if (!m_SectionArray.empty()) in Initialize()
187 m_SectionArray.front()->ResetLinePlace(); in Initialize()
220 if (!fxcrt::IndexInBounds(m_SectionArray, wordplace.nSecIndex)) in InsertSection()
[all …]
H A Dcpvt_variabletext.h196 std::vector<std::unique_ptr<CPVT_Section>> m_SectionArray; variable