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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp320 CTypeset::CTypeset(CSection * pSection) : m_pSection(pSection), m_pVT(pSection->m_pVT), m_rcRet(0.0f, 0.0f, 0.0f, 0.0f) argument
848 if (CSection * pSection = m_SectionArray.GetAt(0)) {
849 pSection->ResetLinePlace();
899 if (CSection * pSection = m_SectionArray.GetAt(wordplace.nSecIndex)) {
913 for (FX_INT32 w = wordplace.nWordIndex + 1, sz = pSection->m_WordArray.GetSize(); w < sz; w++) {
914 if (CPVT_WordInfo * pWord = pSection->m_WordArray.GetAt(w)) {
964 if (CSection * pSection = m_SectionArray.GetAt(PlaceRange.EndPos.nSecIndex)) {
965 bLastSecPos = (PlaceRange.EndPos == pSection
1284 CSection * pSection = FX_NEW CSection(this); local
[all...]

Completed in 123 milliseconds