Searched refs:yc1 (Results 1 - 4 of 4) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
H A D | image-zoom.c | 84 int yc1, /* I - ... */ in _cupsImageZoomNew() 97 (yc1 - yc0) > CUPS_IMAGE_MAX_HEIGHT) in _cupsImageZoomNew() 123 z->width = yc1 - yc0 + 1; in _cupsImageZoomNew() 151 z->height = yc1 - yc0 + 1; in _cupsImageZoomNew() 79 _cupsImageZoomNew( cups_image_t *img, int xc0, int yc0, int xc1, int yc1, int xsize, int ysize, int rotated, cups_iztype_t type) _cupsImageZoomNew() argument
|
H A D | image-private.h | 206 int xc1, int yc1, int xsize,
|
/third_party/cups-filters/filter/ |
H A D | imagetopdf.c | 123 xc1, yc1; variable 504 yc1 = cupsImageGetHeight(img) * (ypage + 1) / ypages - 1; in outPageContents() 552 xc1 - xc0 + 1, yc1 - yc0 + 1); in outImage() 579 for (y = yc0, out_offset = 0; y <= yc1; y ++) in outImage() 586 out_ascii85(row, out_length, y == yc1); in outImage() 592 for (y = yc0; y <= yc1; y ++) in outImage() 599 out_hex(row, out_length, y == yc1); in outImage() 601 out_bin(row, out_length, y == yc1); in outImage()
|
H A D | imagetoraster.c | 156 xc1, yc1; in main() local 1409 yc1 = img->ysize * (xpage + 1) / xpages - 1; in main() 1419 yc1 = img->ysize * (ypage + 1) / ypages - 1; in main() 1434 z = _cupsImageZoomNew(img, xc0, yc0, xc1, yc1, -xtemp, ytemp, in main() 1437 z = _cupsImageZoomNew(img, xc0, yc0, xc1, yc1, xtemp, ytemp, in main()
|
Completed in 8 milliseconds