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

  /external/pdfium/core/fpdfapi/parser/
cpdf_linearized_header.h 39 FX_FILESIZE GetHintLength() const { return m_szHintLength; }
cpdf_linearized_header.cpp 71 return GetPageCount() > 1 && GetHintStart() > 0 && GetHintLength() > 0;
cpdf_hint_tables.cpp 511 return static_cast<int>(m_pLinearized->GetHintLength());
cpdf_data_avail.cpp 638 FX_FILESIZE szHintLength = m_pLinearized->GetHintLength();
    [all...]

Completed in 2428 milliseconds