Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpvt_section.cpp680 int32_t nTotalLines = fxcrt::CollectionSize<int32_t>(m_LineArray); in OutputLines() local
681 if (nTotalLines > 0) { in OutputLines()
684 for (int32_t l = 0; l < nTotalLines; l++) { in OutputLines()