Searched refs:cupsRasterParseIPPOptions (Results 1 - 6 of 6) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
H A D | raster.h | 40 extern int cupsRasterParseIPPOptions(cups_page_header2_t *h,
|
H A D | raster.c | 11 * cupsRasterParseIPPOptions() - Parse IPP options from the command line 67 * 'cupsRasterParseIPPOptions()' - Parse IPP options from the command line 72 cupsRasterParseIPPOptions(cups_page_header2_t *h, /* I - Raster header */ in cupsRasterParseIPPOptions() function
|
/third_party/cups-filters/filter/ |
H A D | mupdftoraster.c | 354 so we always set the PWG Raster flag in the cupsRasterParseIPPOptions() in main() 365 cupsRasterParseIPPOptions(&h, num_options, options, 1, 0); in main() 369 cupsRasterParseIPPOptions(&h, num_options, options, 1, 1); in main()
|
H A D | gstoraster.c | 883 cupsRasterParseIPPOptions(&h, num_options, options, pwgraster, 0); in main() 913 cupsRasterParseIPPOptions(&h, num_options, options, pwgraster, 1); in main() 916 * cupsRasterParseIPPOptions() would populate the TotalPageCount field in main()
|
H A D | pdftoraster.cxx | 449 cupsRasterParseIPPOptions(&header, num_options, options, pwgraster, 0); in parseOpts() 464 cupsRasterParseIPPOptions(&header,num_options,options,pwgraster,1); in parseOpts()
|
H A D | imagetopdf.c | 769 cupsRasterParseIPPOptions(&h, num_options, options, 0, 1); in main()
|
Completed in 14 milliseconds