Searched refs:posh (Results 1 - 6 of 6) 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 1120 posh = (1-YPosition)*posh; 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 1134 posh = (1-YPosition)*posh; 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 788 posh = (1-YPosition)*posh; 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 802 posh = (1-YPosition)*posh; in main() 829 posh += cutoff; in main() 847 posh 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 847 for(int i=posh;i<min(cupsImageGetHeight(img),posh+height);i++){ in cupsImageCrop() 849 _cupsImagePutRow(temp,0,i-posh,min(width,image_width-posw),pixels); in cupsImageCrop()
|
H A D | image.h | 116 int posh,int width,int height);
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | qpdf_pdftopdf_processor.cc | 224 posh = (height-final_h)/2; in crop() local 225 // posw, posh : Position along width and height respectively. in crop() 233 posh*=2; in crop() 235 posh=0; in crop() 239 currpage.bottom += posh; in crop()
|
/third_party/ltp/scripts/ |
H A D | checkbashisms.pl | 163 } elsif ($interpreter !~ m,(?:^|/)(sh|dash|posh)$,) {
|
Completed in 10 milliseconds