Home
last modified time | relevance | path

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

/external/libcups/cups/
Draster-stream.c28 typedef void (*_cups_copyfunc_t)(void *dst, const void *src, size_t bytes); typedef
1710 _cups_copyfunc_t cf; /* Copy function */ in cups_raster_write()
1722 cf = (_cups_copyfunc_t)cups_swap_copy; in cups_raster_write()
1725 cf = (_cups_copyfunc_t)memcpy; in cups_raster_write()