Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h82 CPVT_SectionInfo() : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) in CPVT_SectionInfo()
94 …CPVT_SectionInfo(const CPVT_SectionInfo & other): rcSection(), nTotalLine(0), pSecProps(NULL), pWo… in CPVT_SectionInfo()
104 this->nTotalLine = other.nTotalLine;
121 FX_INT32 nTotalLine; member
Ddoc_vt.cpp757 m_pSection->m_SecInfo.nTotalLine = nTotalLines; in OutputLines()