Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp115 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in NextLine() local
167 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in GetWord() local
192 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in SetWord() local
206 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in GetLine() local
223 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in GetSection() local
235 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in SetSection() local
275 if (CSection* pSection = m_SectionArray.GetAt(0)) in Initialize() local
320 if (CSection* pSection = m_SectionArray.GetAt(wordplace.nSecIndex)) { in InsertSection() local
379 if (CSection* pSection = m_SectionArray.GetAt(PlaceRange.EndPos.nSecIndex)) in DeleteWords() local
403 if (CSection* pSection = m_SectionArray.GetAt(0)) in SetText() local
[all …]
Dctypeset.cpp174 CTypeset::CTypeset(CSection* pSection) in CTypeset()