Searched refs:cupsImageCrop (Results 1 – 4 of 4) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
D | image.h | 115 extern cups_image_t* cupsImageCrop(cups_image_t* img,int posw,
|
D | image.c | 832 cups_image_t* cupsImageCrop(cups_image_t* img,int posw,int posh,int width,int height) in cupsImageCrop() function
|
/third_party/cups-filters/filter/ |
D | imagetopdf.c | 1121 cups_image_t *img2 = cupsImageCrop(img,posw,posh,final_w,final_h); in main() 1135 cups_image_t *img2 = cupsImageCrop(img,posw,posh,final_w,final_h); in main()
|
D | imagetoraster.c | 789 cups_image_t *img2 = cupsImageCrop(img,posw,posh,final_w,final_h); in main() 871 cups_image_t *img2 = cupsImageCrop(img,posw,posh,final_w,final_h); in main()
|