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 43 uint32_t GetHintLength() const { return m_HintLength; }
cpdf_linearized_header.cpp 110 return GetPageCount() > 1 && GetHintStart() > 0 && GetHintLength() > 0;
cpdf_hint_tables.cpp 516 return static_cast<int>(m_pLinearized->GetHintLength());
cpdf_data_avail.cpp 455 const uint32_t szHintLength = m_pLinearized->GetHintLength();

Completed in 94 milliseconds