Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp121 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in NextLine() local
140 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetWord() local
166 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetLine() local
235 CSection* pSection = m_SectionArray[wordplace.nSecIndex].get(); in InsertSection() local
337 CSection* pSection = m_SectionArray[i].get(); in WordPlaceToWordIndex() local
354 CSection* pSection = m_SectionArray[i].get(); in WordIndexToWordPlace() local
394 CSection* pSection = m_SectionArray[place.nSecIndex].get(); in GetPrevWordPlace() local
409 CSection* pSection = m_SectionArray[place.nSecIndex].get(); in GetNextWordPlace() local
429 CSection* pSection = m_SectionArray[nMid].get(); in SearchWordPlace() local
462 CSection* pSection = m_SectionArray[place.nSecIndex].get(); in GetUpWordPlace() local
[all …]
Dctypeset.cpp176 CTypeset::CTypeset(CSection* pSection) in CTypeset()