Home
last modified time | relevance | path

Searched refs:mask_img (Results 1 – 5 of 5) sorted by relevance

/external/pixman/test/
Dlowlevel-blt-bench.c172 pixman_image_t * mask_img, in bench_L() argument
204 call_func (func, op, src_img, mask_img, dst_img, x, 0, x, 0, 63 - x, 0, width, lines_count); in bench_L()
213 pixman_image_t * mask_img, in bench_M() argument
225 call_func (func, op, src_img, mask_img, dst_img, x, 0, x, 0, 1, 0, WIDTH - 64, HEIGHT); in bench_M()
233 pixman_image_t * mask_img, in bench_HT() argument
257 call_func (func, op, src_img, mask_img, dst_img, x, y, x, y, x, y, w, h); in bench_HT()
268 pixman_image_t * mask_img, in bench_VT() argument
292 call_func (func, op, src_img, mask_img, dst_img, x, y, x, y, x, y, w, h); in bench_VT()
303 pixman_image_t * mask_img, in bench_R() argument
328 call_func (func, op, src_img, mask_img, dst_img, sx, sy, sx, sy, dx, dy, w, h); in bench_R()
[all …]
Dblitters-test.c228 pixman_image_t *mask_img = NULL; in test_composite() local
293 mask_img = NULL; in test_composite()
304 mask_img = pixman_image_create_bits (mask_fmt, in test_composite()
317 mask_img = create_random_image (mask_fmt_list, max_width, max_height, in test_composite()
323 mask_img = create_random_image (mask_fmt_list, 1, 1, in test_composite()
325 pixman_image_set_repeat (mask_img, PIXMAN_REPEAT_NORMAL); in test_composite()
329 pixman_image_set_component_alpha (mask_img, 1); in test_composite()
331 mask_x = prng_rand_n (pixman_image_get_width (mask_img)); in test_composite()
332 mask_y = prng_rand_n (pixman_image_get_height (mask_img)); in test_composite()
354 pixman_image_composite (op, src_img, mask_img, dst_img, in test_composite()
[all …]
Da1-trap-test.c14 pixman_image_t *mask_img; in main() local
32 mask_img = pixman_image_create_bits ( in main()
38 pixman_add_traps (mask_img, 0, 0, 1, &trap); in main()
41 src_img, mask_img, dest_img, in main()
Dscaling-test.c54 pixman_image_t * mask_img; in test_composite() local
153 mask_img = pixman_image_create_bits ( in test_composite()
181 pixman_image_set_transform (mask_img, &transform); in test_composite()
205 pixman_image_set_repeat (mask_img, mask_repeat); in test_composite()
236 pixman_image_set_filter (mask_img, PIXMAN_FILTER_NEAREST, NULL, 0); in test_composite()
238 pixman_image_set_filter (mask_img, PIXMAN_FILTER_BILINEAR, NULL, 0); in test_composite()
306 pixman_image_set_clip_region (mask_img, &clip); in test_composite()
307 pixman_image_set_source_clipping (mask_img, 1); in test_composite()
340 pixman_image_composite (op, src_img, mask_img, dst_img, in test_composite()
366 pixman_image_unref (mask_img); in test_composite()
/external/pixman/demos/
Dtrap-test.c14 pixman_image_t *mask_img; in main() local
32 mask_img = pixman_image_create_bits (PIXMAN_a8, WIDTH, HEIGHT, mbits, WIDTH); in main()
36 pixman_add_traps (mask_img, 0, 0, 1, &trap); in main()
39 src_img, mask_img, dest_img, in main()