Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcsection.cpp211 CPVT_WordPlace wordplace = range.BeginPos; in SearchWordPlace() local
212 wordplace.nWordIndex = -1; in SearchWordPlace()
214 return wordplace; in SearchWordPlace()
244 wordplace.nWordIndex = nMid; in SearchWordPlace()
247 return wordplace; in SearchWordPlace()
Dcpdf_variabletext.cpp317 CPVT_WordPlace wordplace = place; in InsertSection() local
318 UpdateWordPlace(wordplace); in InsertSection()
320 if (CSection* pSection = m_SectionArray.GetAt(wordplace.nSecIndex)) { in InsertSection()
321 CPVT_WordPlace NewPlace(wordplace.nSecIndex + 1, 0, -1); in InsertSection()
326 for (int32_t w = wordplace.nWordIndex + 1, in InsertSection()
335 ClearSectionRightWords(wordplace); in InsertSection()
860 CPVT_WordPlace wordplace = AdjustLineHeader(place, true); in ClearSectionRightWords() local
863 w > wordplace.nWordIndex; w--) { in ClearSectionRightWords()
891 CPVT_WordPlace wordplace; in ClearEmptySections() local
894 wordplace.nSecIndex = s; in ClearEmptySections()
[all …]