Searched defs:page_indices (Results 1 – 6 of 6) sorted by relevance
41 std::vector<uint32_t> page_indices(count); in GetPageIndices() local79 const int* page_indices, in FPDF_ImportPagesByIndex()128 std::vector<uint32_t> page_indices = GetPageIndices(*csrc_doc, pagerange); in FPDF_ImportPages() local159 std::vector<uint32_t> page_indices = GetPageIndices(*csrc_doc, ByteString()); in FPDF_ImportNPagesToOne() local
199 const int* page_indices, in FPDF_MovePages()
128 std::vector<int> page_indices; member
20 bool CPDF_PageExporter::ExportPages(pdfium::span<const uint32_t> page_indices, in ExportPages()
156 pdfium::span<const uint32_t> page_indices, in ExportNPagesToOne()
643 bool CPDF_Document::MovePages(pdfium::span<const int> page_indices, in MovePages()