Home | History | Annotate | Download | only in test

Lines Matching refs:HEIGHT

45 #define HEIGHT 1080
46 #define BUFSIZE (WIDTH * HEIGHT * 4)
118 info->width, info->height);
148 int32_t height)
163 info.height = height;
225 call_func (func, op, src_img, mask_img, dst_img, x, 0, x, 0, 1, 0, WIDTH - 64, HEIGHT);
253 if (y + h > HEIGHT)
283 if (y + h > HEIGHT)
396 WIDTH, HEIGHT,
420 WIDTH, HEIGHT,
434 WIDTH, HEIGHT,
510 n = 1 + npix / (WIDTH * HEIGHT);
519 ((double)n * (WIDTH - 64) * HEIGHT / ((t3 - t2) - (t2 - t1))) / 1000000.,
520 ((double)n * (WIDTH - 64) * HEIGHT / ((t3 - t2) - (t2 - t1)) * bytes_per_pix) * (100.0 / bandwidth) );
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);
769 WIDTH - 64, HEIGHT);
774 WIDTH, HEIGHT);
779 WIDTH, HEIGHT);
784 WIDTH, HEIGHT);