Searched refs:nFirstPageNum (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_hint_tables.cpp178 int nFirstPageNum = GetFirstPageNumber(); local
179 if (nFirstPageNum < 0 || nFirstPageNum > std::numeric_limits<int>::max() - 1)
183 if (i == nFirstPageNum) {
185 } else if (i == nFirstPageNum + 1) {
387 int nFirstPageNum = GetFirstPageNumber(); local
388 if (!pdfium::base::IsValueInRangeForNumericType<uint32_t>(nFirstPageNum))
391 uint32_t dwFirstPageNum = static_cast<uint32_t>(nFirstPageNum);
408 int nFirstPageNum = GetFirstPageNumber(); local
409 if (!pdfium::base::IsValueInRangeForNumericType<uint32_t>(nFirstPageNum))
[all...]

Completed in 143 milliseconds