Home
last modified time | relevance | path

Searched refs:cupsImageGetRow (Results 1 - 5 of 5) sorted by relevance

/third_party/cups-filters/cupsfilters/
H A Dtestimage.c81 cupsImageGetRow(img, 0, y, width, line); in main()
H A Dimage-zoom.c248 cupsImageGetRow(z->img, z->xorig, z->yorig + iy, z->width, z->in); in zoom_bilinear()
326 cupsImageGetRow(z->img, z->xorig, z->yorig + iy, z->width, z->in); in zoom_nearest()
H A Dimage.h77 extern int cupsImageGetRow(cups_image_t *img, int x, int y,
H A Dimage.c19 * cupsImageGetRow() - Get a row of pixels from an image.
212 * 'cupsImageGetRow()' - Get a row of pixels from an image.
216 cupsImageGetRow(cups_image_t *img, /* I - Image */ in cupsImageGetRow() function
848 cupsImageGetRow(img,posw,i,min(width,image_width-posw),pixels); in cupsImageCrop()
/third_party/cups-filters/filter/
H A Dimagetopdf.c74 #define cupsImageGetRow ImageGetRow macro
581 cupsImageGetRow(img, xc0, y, xc1 - xc0 + 1, row + out_offset); in outImage()
594 cupsImageGetRow(img, xc0, y, xc1 - xc0 + 1, row); in outImage()

Completed in 6 milliseconds