Home | History | Annotate | Download | only in test

Lines Matching refs:src_img

171           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);
212 pixman_image_t * src_img,
225 call_func (func, op, src_img, mask_img, dst_img, x, 0, x, 0, 1, 0, WIDTH - 64, HEIGHT);
232 pixman_image_t * src_img,
257 call_func (func, op, src_img, mask_img, dst_img, x, y, x, y, x, y, w, h);
267 pixman_image_t * src_img,
292 call_func (func, op, src_img, mask_img, dst_img, x, y, x, y, x, y, w, h);
302 pixman_image_t * src_img,
328 call_func (func, op, src_img, mask_img, dst_img, sx, sy, sx, sy, dx, dy, w, h);
337 pixman_image_t * src_img,
363 call_func (func, op, src_img, mask_img, dst_img, sx, sy, sx, sy, dx, dy, w, h);
379 pixman_image_t * src_img;
395 src_img = pixman_image_create_bits (src_fmt,
406 src_img = pixman_image_create_bits (src_fmt,
414 pixman_image_set_repeat (src_img, PIXMAN_REPEAT_NORMAL);
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);
582 pixman_image_unref (src_img);