Lines Matching full:dst_img
173 pixman_image_t * dst_img,
204 call_func (func, op, src_img, mask_img, dst_img, x, 0, x, 0, 63 - x, 0, width, lines_count);
214 pixman_image_t * dst_img,
225 call_func (func, op, src_img, mask_img, dst_img, x, 0, x, 0, 1, 0, WIDTH - 64, HEIGHT);
234 pixman_image_t * dst_img,
257 call_func (func, op, src_img, mask_img, dst_img, x, y, x, y, x, y, w, h);
269 pixman_image_t * dst_img,
292 call_func (func, op, src_img, mask_img, dst_img, x, y, x, y, x, y, w, h);
304 pixman_image_t * dst_img,
328 call_func (func, op, src_img, mask_img, dst_img, sx, sy, sx, sy, dx, dy, w, h);
339 pixman_image_t * dst_img,
363 call_func (func, op, src_img, mask_img, dst_img, sx, sy, sx, sy, dx, dy, w, h);
380 pixman_image_t * dst_img;
419 dst_img = pixman_image_create_bits (dst_fmt,
479 bench_L (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty, l1test_width, 1);
482 bench_L (op, src_img, mask_img, dst_img, n, func, l1test_width, 1);
498 bench_L (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty, l1test_width, nlines);
501 bench_L (op, src_img, mask_img, dst_img, n, func, l1test_width, nlines);
513 bench_M (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty);
516 bench_M (op, src_img, mask_img, dst_img, n, func);
529 pix_cnt = bench_HT (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty);
532 pix_cnt = bench_HT (op, src_img, mask_img, dst_img, n, func);
543 pix_cnt = bench_VT (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty);
546 pix_cnt = bench_VT (op, src_img, mask_img, dst_img, n, func);
557 pix_cnt = bench_R (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty, WIDTH, HEIGHT);
560 pix_cnt = bench_R (op, src_img, mask_img, dst_img, n, func, WIDTH, HEIGHT);
571 pix_cnt = bench_RT (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty, WIDTH, HEIGHT);
574 pix_cnt = bench_RT (op, src_img, mask_img, dst_img, n, func, WIDTH, HEIGHT);
583 pixman_image_unref (dst_img);