Searched refs:cupsImageGetRow (Results 1 - 5 of 5) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
H A D | testimage.c | 81 cupsImageGetRow(img, 0, y, width, line); in main()
|
H A D | image-zoom.c | 248 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 D | image.h | 77 extern int cupsImageGetRow(cups_image_t *img, int x, int y,
|
H A D | image.c | 19 * 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 D | imagetopdf.c | 74 #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