Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp230 CPVT_WordPlace wordplace = place; in InsertSection() local
231 UpdateWordPlace(wordplace); in InsertSection()
232 if (!pdfium::IndexInBounds(m_SectionArray, wordplace.nSecIndex)) in InsertSection()
235 CSection* pSection = m_SectionArray[wordplace.nSecIndex].get(); in InsertSection()
236 CPVT_WordPlace NewPlace(wordplace.nSecIndex + 1, 0, -1); in InsertSection()
241 for (int32_t w = wordplace.nWordIndex + 1; in InsertSection()
247 ClearSectionRightWords(wordplace); in InsertSection()
661 CPVT_WordPlace wordplace = AdjustLineHeader(place, true); in ClearSectionRightWords() local
666 if (!pdfium::IndexInBounds(pSection->m_WordArray, wordplace.nWordIndex + 1)) in ClearSectionRightWords()
670 pSection->m_WordArray.begin() + wordplace.nWordIndex + 1, in ClearSectionRightWords()
[all …]
Dcsection.cpp178 CPVT_WordPlace wordplace = range.BeginPos; in SearchWordPlace() local
179 wordplace.nWordIndex = -1; in SearchWordPlace()
205 wordplace.nWordIndex = nMid; in SearchWordPlace()
207 return wordplace; in SearchWordPlace()