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

  /external/pdfium/core/fpdfapi/parser/
cpdf_linearized_header.h 26 uint32_t GetFirstPageNo() const { return m_dwFirstPageNo; }
cpdf_parser.h 95 uint32_t GetFirstPageNo() const;
cpdf_hint_tables.cpp 503 return static_cast<int>(m_pLinearized->GetFirstPageNo());
cpdf_data_avail.cpp     [all...]
cpdf_parser.cpp     [all...]
cpdf_document.cpp 392 m_iFirstPageNo = pLinearizationParams->GetFirstPageNo();
    [all...]
  /external/pdfium/fpdfsdk/
fpdf_dataavail.cpp 166 return pDoc ? pDoc->GetParser()->GetFirstPageNo() : 0;

Completed in 219 milliseconds