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 37 FX_FILESIZE GetHintStart() const { return m_szHintStart; }
cpdf_linearized_header.cpp 71 return GetPageCount() > 1 && GetHintStart() > 0 && GetHintLength() > 0;
cpdf_hint_tables.cpp 507 return static_cast<int>(m_pLinearized->GetHintStart());
cpdf_data_avail.cpp 637 FX_FILESIZE szHintStart = m_pLinearized->GetHintStart();
    [all...]

Completed in 1560 milliseconds