Searched refs:posw (Results 1 - 5 of 5) sorted by relevance
/third_party/cups-filters/filter/ |
H A D | imagetopdf.c | 1118 float posw=(w-final_w)/2,posh=(h-final_h)/2; in main() local 1119 posw = (1+XPosition)*posw; in main() 1121 cups_image_t *img2 = cupsImageCrop(img,posw,posh,final_w,final_h); in main() 1132 float posw=(w-final_w)/2,posh=(h-final_h)/2; in main() local 1133 posw = (1+XPosition)*posw; in main() 1135 cups_image_t *img2 = cupsImageCrop(img,posw,posh,final_w,final_h); in main()
|
H A D | imagetoraster.c | 785 // posw and posh are position of the cropped image along width and height. in main() 786 float posw=(w-final_w)/2,posh=(h-final_h)/2; in main() local 787 posw = (1+XPosition)*posw; in main() 789 cups_image_t *img2 = cupsImageCrop(img,posw,posh,final_w,final_h); in main() 800 float posw=(w-final_w)/2,posh=(h-final_h)/2; in main() local 801 posw = (1+XPosition)*posw; in main() 815 posw += cutoff; in main() 861 posw in main() [all...] |
/third_party/cups-filters/cupsfilters/ |
H A D | image.c | 829 * (posw,posh): Position of left corner 832 cups_image_t* cupsImageCrop(cups_image_t* img,int posw,int posh,int width,int height) in cupsImageCrop() argument 848 cupsImageGetRow(img,posw,i,min(width,image_width-posw),pixels); in cupsImageCrop() 849 _cupsImagePutRow(temp,0,i-posh,min(width,image_width-posw),pixels); in cupsImageCrop()
|
H A D | image.h | 115 extern cups_image_t* cupsImageCrop(cups_image_t* img,int posw,
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | qpdf_pdftopdf_processor.cc | 223 double posw = (width-final_w)/2, in crop() local 225 // posw, posh : Position along width and height respectively. in crop() 228 posw =0; in crop() 230 posw*=2; in crop() 238 currpage.left += posw; in crop()
|
Completed in 7 milliseconds