Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h62 : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) {} in CPVT_SectionInfo()
68 : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) { in CPVT_SectionInfo()
76 nTotalLine = other.nTotalLine;
93 int32_t nTotalLine; member
Ddoc_vt.cpp743 m_pSection->m_SecInfo.nTotalLine = nTotalLines; in OutputLines()