Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp248 CPVT_WordPlace NewPlace(wordplace.nSecIndex + 1, 0, -1); in InsertSection() local
249 AddSection(NewPlace); in InsertSection()
250 CPVT_WordPlace result = NewPlace; in InsertSection()
251 if (pdfium::IndexInBounds(m_SectionArray, NewPlace.nSecIndex)) { in InsertSection()
252 CSection* pNewSection = m_SectionArray[NewPlace.nSecIndex].get(); in InsertSection()
255 NewPlace.nWordIndex++; in InsertSection()
256 pNewSection->AddWord(NewPlace, *pSection->m_WordArray[w]); in InsertSection()