Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_data_avail.cpp421 uint32_t dwEnd = m_pLinearized->GetFirstPageEndOffset(); in CheckFirstPage() local
422 dwEnd += 512; in CheckFirstPage()
423 if ((FX_FILESIZE)dwEnd > m_dwFileLen) in CheckFirstPage()
424 dwEnd = (uint32_t)m_dwFileLen; in CheckFirstPage()
427 const size_t data_size = dwEnd > 1024 ? static_cast<size_t>(dwEnd - 1024) : 0; in CheckFirstPage()