Home
last modified time | relevance | path

Searched refs:cups_izoom_t (Results 1 – 4 of 4) sorted by relevance

/third_party/cups-filters/cupsfilters/
Dimage-zoom.c34 static void zoom_bilinear(cups_izoom_t *z, int iy);
35 static void zoom_nearest(cups_izoom_t *z, int iy);
43 _cupsImageZoomDelete(cups_izoom_t *z) /* I - Zoom record to free */ in _cupsImageZoomDelete()
58 _cupsImageZoomFill(cups_izoom_t *z, /* I - Zoom record to fill */ in _cupsImageZoomFill()
78 cups_izoom_t *
90 cups_izoom_t *z; /* New zoom record */ in _cupsImageZoomNew()
100 if ((z = (cups_izoom_t *)calloc(1, sizeof(cups_izoom_t))) == NULL) in _cupsImageZoomNew()
211 zoom_bilinear(cups_izoom_t *z, /* I - Zoom record to fill */ in zoom_bilinear()
292 zoom_nearest(cups_izoom_t *z, /* I - Zoom record to fill */ in zoom_nearest()
Dimage-private.h203 extern void _cupsImageZoomDelete(cups_izoom_t *z);
204 extern void _cupsImageZoomFill(cups_izoom_t *z, int iy);
205 extern cups_izoom_t *_cupsImageZoomNew(cups_image_t *img, int xc0, int yc0,
Dimage.h53 typedef struct cups_izoom_s cups_izoom_t; typedef
/third_party/cups-filters/filter/
Dimagetoraster.c175 cups_izoom_t *z; /* Image zoom buffer */ in main()