Home
last modified time | relevance | path

Searched refs:cupsImageCrop (Results 1 – 4 of 4) sorted by relevance

/third_party/cups-filters/cupsfilters/
Dimage.h115 extern cups_image_t* cupsImageCrop(cups_image_t* img,int posw,
Dimage.c832 cups_image_t* cupsImageCrop(cups_image_t* img,int posw,int posh,int width,int height) in cupsImageCrop() function
/third_party/cups-filters/filter/
Dimagetopdf.c1121 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()
Dimagetoraster.c789 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()