Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp320 CTypeset::CTypeset(CSection * pSection) : m_pSection(pSection), m_pVT(pSection->m_pVT), m_rcRet(0.0… in CTypeset() argument
848 if (CSection * pSection = m_SectionArray.GetAt(0)) { in Initialize() local
849 pSection->ResetLinePlace(); in Initialize()
899 if (CSection * pSection = m_SectionArray.GetAt(wordplace.nSecIndex)) { in InsertSection() local
913 … for (FX_INT32 w = wordplace.nWordIndex + 1, sz = pSection->m_WordArray.GetSize(); w < sz; w++) { in InsertSection()
914 if (CPVT_WordInfo * pWord = pSection->m_WordArray.GetAt(w)) { in InsertSection()
964 if (CSection * pSection = m_SectionArray.GetAt(PlaceRange.EndPos.nSecIndex)) { in DeleteWords() local
965 bLastSecPos = (PlaceRange.EndPos == pSection->GetEndWordPlace()); in DeleteWords()
999 if (CSection * pSection = m_SectionArray.GetAt(0)) { in SetText() local
1000 pSection->m_SecInfo = secinfo; in SetText()
[all …]
Dpdf_vt.h322 CTypeset(CSection * pSection);