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

  /external/pdfium/core/fpdfapi/parser/
cpdf_linearized_header.h 27 uint32_t GetFirstPageNo() const { return m_dwFirstPageNo; }
cpdf_linearized_header.cpp 44 static_cast<int>(header->GetFirstPageNo()) >= 0 &&
45 header->GetFirstPageNo() < kMaxInt &&
cpdf_parser.h 107 uint32_t GetFirstPageNo() const;
cpdf_hint_tables.cpp 508 return static_cast<int>(m_pLinearized->GetFirstPageNo());
cpdf_data_avail.cpp 828 if (dwPage == m_pLinearized->GetFirstPageNo()) {
953 if (index == static_cast<int>(m_pLinearized->GetFirstPageNo()))
cpdf_parser.cpp     [all...]
cpdf_document.cpp 398 m_iFirstPageNo = pLinearizationParams->GetFirstPageNo();
    [all...]
  /external/pdfium/fpdfsdk/
fpdf_dataavail.cpp 163 return pDoc ? pDoc->GetParser()->GetFirstPageNo() : 0;

Completed in 104 milliseconds