Home
last modified time | relevance | path

Searched refs:yc0 (Results 1 - 4 of 4) sorted by relevance

/third_party/cups-filters/cupsfilters/
H A Dimage-zoom.c82 int yc0, /* I - ... */ in _cupsImageZoomNew()
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()
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 Dimage-private.h205 extern cups_izoom_t *_cupsImageZoomNew(cups_image_t *img, int xc0, int yc0,
/third_party/cups-filters/filter/
H A Dimagetopdf.c122 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()
H A Dimagetoraster.c155 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()

Completed in 7 milliseconds