Searched refs:yc0 (Results 1 – 4 of 4) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
D | image-zoom.c | 82 int yc0, /* I - ... */ in _cupsImageZoomNew() argument 97 (yc1 - yc0) > CUPS_IMAGE_MAX_HEIGHT) in _cupsImageZoomNew() 122 z->yorig = yc0; in _cupsImageZoomNew() 123 z->width = yc1 - yc0 + 1; in _cupsImageZoomNew() 149 z->yorig = yc0; in _cupsImageZoomNew() 151 z->height = yc1 - yc0 + 1; in _cupsImageZoomNew()
|
D | image-private.h | 205 extern cups_izoom_t *_cupsImageZoomNew(cups_image_t *img, int xc0, int yc0,
|
/third_party/cups-filters/filter/ |
D | imagetopdf.c | 122 static int xc0, yc0, /* Corners of the page in image coords */ variable 503 yc0 = cupsImageGetHeight(img) * ypage / ypages; in outPageContents() 552 xc1 - xc0 + 1, yc1 - yc0 + 1); in outImage() 579 for (y = yc0, out_offset = 0; y <= yc1; y ++) in outImage() 592 for (y = yc0; y <= yc1; y ++) in outImage()
|
D | imagetoraster.c | 155 int xc0, yc0, /* Corners of the page in image coords */ in main() local 1408 yc0 = img->ysize * xpage / xpages; in main() 1418 yc0 = img->ysize * ypage / ypages; 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()
|