Home
last modified time | relevance | path

Searched refs:page_count (Results 1 - 18 of 18) sorted by relevance

/third_party/cups-filters/filter/foomatic-rip/
H A Dpdf.c250 int page_count, i; in print_pdf_file() local
253 page_count = pdf_count_pages(filename); in print_pdf_file()
255 if (page_count < 0) in print_pdf_file()
256 rip_die(EXIT_JOBERR, "Unable to determine number of pages, page count: %d\n", page_count); in print_pdf_file()
257 _log("File contains %d pages\n", page_count); in print_pdf_file()
258 if (page_count == 0) in print_pdf_file()
267 for (i = 1; i <= page_count; i++) in print_pdf_file()
280 render_pages(filename, firstpage, page_count); in print_pdf_file()
/third_party/gn/src/gn/
H A Dstring_output_buffer.cc69 size_t page_count = pages_.size(); in ContentsEqual()
71 for (size_t nn = 0; nn < page_count; ++nn) { in ContentsEqual()
97 size_t page_count = pages_.size(); in WriteToFile() local
102 for (size_t nn = 0; nn < page_count; ++nn) { in WriteToFile()
H A Dstring_output_buffer_unittest.cc49 const size_t page_count = 100; in TEST() local
50 const size_t data_size = page_size * page_count; in TEST()
55 for (size_t n = 0; n < page_count; ++n) { in TEST()
/third_party/skia/experimental/tools/
H A Dmskp_parser.py30 version, page_count = struct.unpack('II', src.read(8))[:2]
32 print('page count: ', page_count)
38 for page in range(page_count):
/third_party/backends/backend/escl/
H A Descl_mupdf.c127 int page_number = -1, page_count = -2; in get_PDF_data() local
187 page_count = fz_count_pages(ctx, doc); in get_PDF_data()
195 if (page_number < 0 || page_number >= page_count) in get_PDF_data()
197 DBG(1, "page number out of range: %d (page count %d)\n", page_number + 1, page_count); in get_PDF_data()
/third_party/cups-filters/filter/
H A Durftopdf.cpp261 uint32_t page_count; member
443 head.page_count = ntohl(head_orig.page_count); in main()
450 iprintf("%s file, with %d page(s).\n", head.unirast, head.page_count); in main()
452 if(create_pdf_file(&pdf, head.page_count) != 0) die("Unable to create PDF file"); in main()
454 for(page = 0 ; page < (int)head.page_count ; ++page) in main()
/third_party/skia/experimental/wasm-skp-debugger/
H A Ddebugger_bindings.cpp396 int page_count = SkMultiPictureDocumentReadPageCount(stream); in loadMultiFrame() local
397 if (!page_count) { in loadMultiFrame()
401 SkDebugf("Expecting %d frames\n", page_count); in loadMultiFrame()
403 std::vector<SkDocumentPage> pages(page_count); in loadMultiFrame()
404 if (!SkMultiPictureDocumentRead(stream, pages.data(), page_count, &procs)) { in loadMultiFrame()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dsweeper.cc395 size_t page_count = 1; in FinalizeSpaceWithDeadline() local
400 if (page_count % kDeadlineCheckInterval == 0 && in FinalizeSpaceWithDeadline()
405 page_count++; in FinalizeSpaceWithDeadline()
535 size_t page_count = 1; in SweepSpaceWithDeadline() local
538 if (page_count % kDeadlineCheckInterval == 0 && in SweepSpaceWithDeadline()
542 page_count++; in SweepSpaceWithDeadline()
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_bridge.h401 uint32_t page_count; member
417 uint32_t page_count; member
904 uint32_t page_count,
911 uint32_t page_count);
H A Dpvr_srv_bridge.c596 uint32_t page_count, in pvr_srv_int_map_pages()
604 .page_count = page_count, in pvr_srv_int_map_pages()
635 uint32_t page_count) in pvr_srv_int_unmap_pages()
640 .page_count = page_count, in pvr_srv_int_unmap_pages()
593 pvr_srv_int_map_pages(int fd, void *reservation, void *pmr, uint32_t page_count, uint32_t page_offset, uint64_t flags, pvr_dev_addr_t addr) pvr_srv_int_map_pages() argument
632 pvr_srv_int_unmap_pages(int fd, void *reservation, pvr_dev_addr_t dev_addr, uint32_t page_count) pvr_srv_int_unmap_pages() argument
/third_party/ffmpeg/libavformat/
H A Doggenc.c63 unsigned page_count; ///< number of page buffered member
129 oggstream->page_count--; in ogg_write_page()
185 oggstream->page_count++; in ogg_buffer_page()
460 if (oggstream->page_count < 2 && !flush) in ogg_write_pages()
463 flush == 1 && oggstream->page_count == 1 ? 4 : 0); // eos in ogg_write_pages()
/third_party/skia/tools/skpbench/
H A Dskpbench.cpp182 int page_count = SkMultiPictureDocumentReadPageCount(stream.get()); in MakeFromFile() local
183 if (!page_count) { in MakeFromFile()
186 std::vector<SkDocumentPage> frames(page_count); // can't call reserve, why? in MakeFromFile()
187 if (!SkMultiPictureDocumentRead(stream.get(), frames.data(), page_count, &procs)) { in MakeFromFile()
/third_party/ntfs-3g/include/ntfs-3g/
H A Dlogfile.h324 le16 page_count; member
/third_party/backends/backend/pixma/
H A Dpixma.c122 unsigned page_count; /* valid for ADF */ member
951 sp->adf_pageid = ss->page_count; in calc_scan_param()
1113 if (OVAL (opt_button_controlled).b && ss->page_count == 0) in reader_loop()
1920 ss->page_count = 0; /* start from idle state or scan from flatbed or TPU */ in sane_start()
1922 ss->page_count++; in sane_start()
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H A Dstr_agp.h390 struct agp_memory *agp_generic_alloc_by_type(size_t page_count, int type);
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsdump_logfile.c633 ntfs_log_info("page count = %i\n", le16_to_cpu(rcrd->page_count)); in dump_log_records()
H A Dntfsrecover.c2408 printf("page_count %d\n", in showheadrcrd()
2409 (int)le16_to_cpu(rph->page_count)); in showheadrcrd()
/third_party/glfw/deps/
H A Dnuklear.h5562 unsigned int page_count; member

Completed in 64 milliseconds