Searched refs:cupsImageOpen (Results 1 - 5 of 5) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
H A D | testimage.c | 53 img = cupsImageOpen(argv[1], primary, CUPS_IMAGE_WHITE, 100, 0, NULL); in main()
|
H A D | image.h | 84 extern cups_image_t *cupsImageOpen(const char *filename,
|
H A D | image.c | 23 * cupsImageOpen() - Open an image file and read it into memory. 298 * 'cupsImageOpen()' - Open an image file and read it into memory. 302 cupsImageOpen( in cupsImageOpen() function 317 DEBUG_printf(("cupsImageOpen(\"%s\", %d, %d, %d, %d, %p)\n", in cupsImageOpen()
|
/third_party/cups-filters/filter/ |
H A D | imagetopdf.c | 67 #define cupsImageOpen ImageOpen macro 961 img = cupsImageOpen(filename, colorspace, CUPS_IMAGE_WHITE, sat, hue, NULL); in main() 1176 img = cupsImageOpen(filename2, colorspace, in main()
|
H A D | imagetoraster.c | 611 img = cupsImageOpen(filename, primary, secondary, sat, hue, NULL); in main() 613 img = cupsImageOpen(filename, primary, secondary, sat, hue, lut); in main()
|
Completed in 8 milliseconds