HomeSort by relevance Sort by last modified time
    Searched refs:GetHintStart (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fpdfapi/parser/
cpdf_linearized_header.h 42 FX_FILESIZE GetHintStart() const { return m_szHintStart; }
cpdf_linearized_header.cpp 50 header->GetHintStart() < file_size;
110 return GetPageCount() > 1 && GetHintStart() > 0 && GetHintLength() > 0;
cpdf_hint_tables.cpp 512 return static_cast<int>(m_pLinearized->GetHintStart());
cpdf_data_avail.cpp 454 const FX_FILESIZE szHintStart = m_pLinearized->GetHintStart();

Completed in 125 milliseconds