Home
last modified time | relevance | path

Searched defs:pSection (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp120 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in NextLine() local
139 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetWord() local
165 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetLine() local
247 CSection* pSection = m_SectionArray[wordplace.nSecIndex].get(); in InsertSection() local
348 CSection* pSection = m_SectionArray[i].get(); in WordPlaceToWordIndex() local
365 CSection* pSection = m_SectionArray[i].get(); in WordIndexToWordPlace() local
405 CSection* pSection = m_SectionArray[place.nSecIndex].get(); in GetPrevWordPlace() local
420 CSection* pSection = m_SectionArray[place.nSecIndex].get(); in GetNextWordPlace() local
440 CSection* pSection = m_SectionArray[nMid].get(); in SearchWordPlace() local
473 CSection* pSection = m_SectionArray[place.nSecIndex].get(); in GetUpWordPlace() local
[all …]
Dctypeset.cpp176 CTypeset::CTypeset(CSection* pSection) in CTypeset()