Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dctypeset.cpp442 int32_t nTotalLines = m_pSection->m_LineArray.GetSize(); in OutputLines() local
443 if (nTotalLines > 0) { in OutputLines()
444 m_pSection->m_SecInfo.nTotalLine = nTotalLines; in OutputLines()
445 for (int32_t l = 0; l < nTotalLines; l++) { in OutputLines()