Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp236 CPVT_WordPlace NewPlace(wordplace.nSecIndex + 1, 0, -1); in InsertSection() local
237 AddSection(NewPlace); in InsertSection()
238 CPVT_WordPlace result = NewPlace; in InsertSection()
239 if (pdfium::IndexInBounds(m_SectionArray, NewPlace.nSecIndex)) { in InsertSection()
240 CSection* pNewSection = m_SectionArray[NewPlace.nSecIndex].get(); in InsertSection()
243 NewPlace.nWordIndex++; in InsertSection()
244 pNewSection->AddWord(NewPlace, *pSection->m_WordArray[w]); in InsertSection()