Home
last modified time | relevance | path

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

/external/libcups/filter/
Draster.c59 typedef void (*_cups_copyfunc_t)(void *dst, const void *src, size_t bytes); typedef
2005 _cups_copyfunc_t cf; /* Copy function */ in cups_raster_write()
2017 cf = (_cups_copyfunc_t)cups_swap_copy; in cups_raster_write()
2020 cf = (_cups_copyfunc_t)memcpy; in cups_raster_write()