Searched defs:pixel_copy (Results 1 – 2 of 2) sorted by relevance
47 #define pixel_copy memcpy macro65 #define pixel_copy(a, b, c) memcpy(a, b, (c) << 1) macro
583 pixel_copy(png_bytep toBuffer, png_uint_32 toIndex, in pixel_copy() function