Searched refs:cups_izoom_t (Results 1 – 4 of 4) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
D | image-zoom.c | 34 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()
|
D | image-private.h | 203 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,
|
D | image.h | 53 typedef struct cups_izoom_s cups_izoom_t; typedef
|
/third_party/cups-filters/filter/ |
D | imagetoraster.c | 175 cups_izoom_t *z; /* Image zoom buffer */ in main()
|