Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
H A Ddither.c34 cupsDitherDelete(cups_dither_t *d) /* I - Dithering buffer */ in cupsDitherDelete()
46 cupsDitherLine(cups_dither_t *d, /* I - Dither data */ in cupsDitherLine()
284 cups_dither_t * /* O - New state array */
287 cups_dither_t *d; /* New dithering buffer */ in cupsDitherNew()
290 if ((d = (cups_dither_t *)calloc(1, sizeof(cups_dither_t) + in cupsDitherNew()
H A Ddriver.h76 } cups_dither_t; typedef
145 extern void cupsDitherLine(cups_dither_t *d, const cups_lut_t *lut,
148 extern cups_dither_t *cupsDitherNew(int width);
149 extern void cupsDitherDelete(cups_dither_t *);
H A Dtestdither.c58 cups_dither_t *dither; /* Dither state */ in main()
/third_party/cups-filters/filter/
H A Drastertopclx.c63 cups_dither_t *DitherStates[6]; /* Dither state tables */
H A Drastertoescpx.c83 cups_dither_t *DitherStates[7]; /* Dither state tables */

Completed in 5 milliseconds