Home
last modified time | relevance | path

Searched refs:cups_itile_t (Results 1 – 2 of 2) sorted by relevance

/third_party/cups-filters/cupsfilters/
Dimage-private.h86 } cups_itile_t; typedef
92 cups_itile_t *tile; /* Tile this is attached to */
105 cups_itile_t **tiles; /* Tiles in image */
Dimage.c629 cups_itile_t *tile; /* Pointer to tile */ in flush_tile()
702 cups_itile_t *tile; /* Tile pointer */ in get_tile()
712 if ((img->tiles = calloc(sizeof(cups_itile_t *), ytiles)) == NULL) in get_tile()
715 if ((tile = calloc(xtiles * sizeof(cups_itile_t), ytiles)) == NULL) in get_tile()