Searched refs:_cups_copyfunc_t (Results 1 – 1 of 1) sorted by relevance
28 typedef void (*_cups_copyfunc_t)(void *dst, const void *src, size_t bytes); typedef1710 _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()