Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp541 if (CSection* pNextSection = m_SectionArray.GetAt(place.nSecIndex + 1)) in GetNextWordPlace() local
542 return pNextSection->GetBeginWordPlace(); in GetNextWordPlace()
625 if (CSection* pNextSection = m_SectionArray.GetAt(temp.nSecIndex)) { in GetDownWordPlace() local
627 return pNextSection->SearchWordPlace( in GetDownWordPlace()
901 if (CSection* pNextSection = m_SectionArray.GetAt(place.nSecIndex + 1)) { in LinkLatterSection() local
903 for (int32_t w = 0, sz = pNextSection->m_WordArray.GetSize(); w < sz; in LinkLatterSection()
905 if (CPVT_WordInfo* pWord = pNextSection->m_WordArray.GetAt(w)) { in LinkLatterSection()
911 delete pNextSection; in LinkLatterSection()