Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcsection.cpp182 CPVT_WordPlace wordplace = range.BeginPos; in SearchWordPlace() local
183 wordplace.nWordIndex = -1; in SearchWordPlace()
185 return wordplace; in SearchWordPlace()
211 wordplace.nWordIndex = nMid; in SearchWordPlace()
213 return wordplace; in SearchWordPlace()
Dcpdf_variabletext.cpp242 CPVT_WordPlace wordplace = place; in InsertSection() local
243 UpdateWordPlace(wordplace); in InsertSection()
244 if (!pdfium::IndexInBounds(m_SectionArray, wordplace.nSecIndex)) in InsertSection()
247 CSection* pSection = m_SectionArray[wordplace.nSecIndex].get(); in InsertSection()
248 CPVT_WordPlace NewPlace(wordplace.nSecIndex + 1, 0, -1); in InsertSection()
253 for (int32_t w = wordplace.nWordIndex + 1; in InsertSection()
259 ClearSectionRightWords(wordplace); in InsertSection()
715 CPVT_WordPlace wordplace = AdjustLineHeader(place, true); in ClearSectionRightWords() local
720 if (!pdfium::IndexInBounds(pSection->m_WordArray, wordplace.nWordIndex + 1)) in ClearSectionRightWords()
724 pSection->m_WordArray.begin() + wordplace.nWordIndex + 1, in ClearSectionRightWords()
[all …]