Lines Matching refs:src_img
172 pixman_image_t * src_img,
204 call_func (func, op, src_img, mask_img, dst_img, x, 0, x, 0, 63 - x, 0, width, lines_count);
213 pixman_image_t * src_img,
226 call_func (func, op, src_img, mask_img, dst_img, x, 0, x, 0, 1, 0, WIDTH - 64, HEIGHT);
235 pixman_image_t * src_img,
260 call_func (func, op, src_img, mask_img, dst_img, x, y, x, y, x, y, w, h);
270 pixman_image_t * src_img,
295 call_func (func, op, src_img, mask_img, dst_img, x, y, x, y, x, y, w, h);
305 pixman_image_t * src_img,
331 call_func (func, op, src_img, mask_img, dst_img, sx, sy, sx, sy, dx, dy, w, h);
340 pixman_image_t * src_img,
366 call_func (func, op, src_img, mask_img, dst_img, sx, sy, sx, sy, dx, dy, w, h);
391 pixman_image_t * src_img;
407 src_img = pixman_image_create_bits (src_fmt,
418 src_img = pixman_image_create_bits (src_fmt,
426 pixman_image_set_repeat (src_img, PIXMAN_REPEAT_NORMAL);
491 pix_cnt = bench_L (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty, l1test_width, 1);
494 pix_cnt = bench_L (op, src_img, mask_img, dst_img, n, func, l1test_width, 1);
512 pix_cnt = bench_L (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty, l1test_width, nlines);
515 pix_cnt = bench_L (op, src_img, mask_img, dst_img, n, func, l1test_width, nlines);
529 pix_cnt = bench_M (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty);
532 pix_cnt = bench_M (op, src_img, mask_img, dst_img, n, func);
547 pix_cnt = bench_HT (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty);
550 pix_cnt = bench_HT (op, src_img, mask_img, dst_img, n, func);
564 pix_cnt = bench_VT (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty);
567 pix_cnt = bench_VT (op, src_img, mask_img, dst_img, n, func);
581 pix_cnt = bench_R (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty, WIDTH, HEIGHT);
584 pix_cnt = bench_R (op, src_img, mask_img, dst_img, n, func, WIDTH, HEIGHT);
598 pix_cnt = bench_RT (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty, WIDTH, HEIGHT);
601 pix_cnt = bench_RT (op, src_img, mask_img, dst_img, n, func, WIDTH, HEIGHT);
612 pixman_image_unref (src_img);