Searched refs:src_py (Results 1 – 1 of 1) sorted by relevance
117 *src_py = src + y_start, in gif_copy_img_rect() local119 const uint32_t *src_pb = src_py + h * linesize; in gif_copy_img_rect()122 for (; src_py < src_pb; src_py += linesize, dst_py += linesize) { in gif_copy_img_rect()123 src_px = src_py + l; in gif_copy_img_rect()