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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp304 CTypeset::CTypeset(CSection* pSection) argument
306 m_pVT(pSection->m_pVT),
307 m_pSection(pSection) {}
829 if (CSection* pSection = m_SectionArray.GetAt(0)) {
830 pSection->ResetLinePlace();
881 if (CSection* pSection = m_SectionArray.GetAt(wordplace.nSecIndex)) {
896 sz = pSection->m_WordArray.GetSize();
898 if (CPVT_WordInfo* pWord = pSection->m_WordArray.GetAt(w)) {
950 if (CSection* pSection = m_SectionArray.GetAt(PlaceRange.EndPos.nSecIndex)) {
951 bLastSecPos = (PlaceRange.EndPos == pSection
1265 CSection* pSection = new CSection(this); local
[all...]

Completed in 131 milliseconds