Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpvt_section.cpp176 CPVT_Section::Line::Line(const CPVT_LineInfo& lineinfo) in Line()
179 CPVT_Section::Line::~Line() = default;
181 CPVT_WordPlace CPVT_Section::Line::GetBeginWordPlace() const { in GetBeginWordPlace()
185 CPVT_WordPlace CPVT_Section::Line::GetEndWordPlace() const { in GetEndWordPlace()
190 CPVT_WordPlace CPVT_Section::Line::GetPrevWordPlace( in GetPrevWordPlace()
200 CPVT_WordPlace CPVT_Section::Line::GetNextWordPlace( in GetNextWordPlace()
210 CPVT_Section::CPVT_Section(CPVT_VariableText* pVT) : m_pVT(pVT) { in CPVT_Section() function in CPVT_Section
214 CPVT_Section::~CPVT_Section() = default;
216 void CPVT_Section::ResetLinePlace() { in ResetLinePlace()
224 CPVT_WordPlace CPVT_Section::AddWord(const CPVT_WordPlace& place, in AddWord()
[all …]
Dcpvt_variabletext.cpp108 CPVT_Section* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in NextLine()
126 CPVT_Section* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetWord()
153 CPVT_Section* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetLine()
154 const CPVT_Section::Line* pLine = in GetLine()
224 CPVT_Section* pSection = m_SectionArray[wordplace.nSecIndex].get(); in InsertSection()
229 CPVT_Section* pNewSection = m_SectionArray[NewPlace.nSecIndex].get(); in InsertSection()
326 CPVT_Section* pSection = m_SectionArray[i].get(); in WordPlaceToWordIndex()
342 CPVT_Section* pSection = m_SectionArray[i].get(); in WordIndexToWordPlace()
382 CPVT_Section* pSection = m_SectionArray[place.nSecIndex].get(); in GetPrevWordPlace()
397 CPVT_Section* pSection = m_SectionArray[place.nSecIndex].get(); in GetNextWordPlace()
[all …]
Dcpvt_section.h26 class CPVT_Section final {
41 explicit CPVT_Section(CPVT_VariableText* pVT);
42 ~CPVT_Section();
Dcpvt_variabletext.h25 class CPVT_Section; variable
196 std::vector<std::unique_ptr<CPVT_Section>> m_SectionArray;