Searched refs:mask_img (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/pixman/dist/demos/
H A Dtrap-test.c14 pixman_image_t *mask_img; local in function:main
32 mask_img = pixman_image_create_bits (PIXMAN_a8, WIDTH, HEIGHT, mbits, WIDTH);
36 pixman_add_traps (mask_img, 0, 0, 1, &trap);
39 src_img, mask_img, dest_img,
/xsrc/external/mit/pixman/dist/test/
H A Da1-trap-test.c14 pixman_image_t *mask_img; local in function:main
32 mask_img = pixman_image_create_bits (
38 pixman_add_traps (mask_img, 0, 0, 1, &trap);
41 src_img, mask_img, dest_img,
60 pixman_image_unref (mask_img);
H A Dscaling-test.c54 pixman_image_t * mask_img; local in function:test_composite
172 mask_img = pixman_image_create_bits (
200 pixman_image_set_transform (mask_img, &transform);
224 pixman_image_set_repeat (mask_img, mask_repeat);
255 pixman_image_set_filter (mask_img, PIXMAN_FILTER_NEAREST, NULL, 0);
257 pixman_image_set_filter (mask_img, PIXMAN_FILTER_BILINEAR, NULL, 0);
310 pixman_image_set_clip_region (mask_img, &clip);
311 pixman_image_set_source_clipping (mask_img, 1);
343 pixman_image_unref (mask_img);
344 mask_img
[all...]
H A Dsolid-test.c277 pixman_image_t *mask_img = NULL; local in function:test_solid
294 mask_img = create_multi_pixel_image (mask_fmt_list, mask_buf, &mask_fmt);
298 mask_img = create_solid_image (mask_fmt_list, mask_buf, &mask_fmt);
304 if (mask_img)
307 pixman_image_set_component_alpha (mask_img, ca);
318 !mask_img || mask_fmt == PIXMAN_solid ? 1 : mask_img->bits.width,
322 pixman_image_composite (op, src_img, mask_img, dst_img,
332 if (mask_img)
333 pixman_image_unref (mask_img);
[all...]
H A Dblitters-test.c237 pixman_image_t *mask_img = NULL; local in function:test_composite
301 mask_img = NULL;
312 mask_img = pixman_image_create_bits (mask_fmt,
325 mask_img = create_random_image (mask_fmt_list, max_width, max_height,
331 mask_img = create_random_image (mask_fmt_list, 1, 1,
333 pixman_image_set_repeat (mask_img, PIXMAN_REPEAT_NORMAL);
337 pixman_image_set_component_alpha (mask_img, 1);
339 mask_x = prng_rand_n (pixman_image_get_width (mask_img));
340 mask_y = prng_rand_n (pixman_image_get_height (mask_img));
362 pixman_image_composite (op, src_img, mask_img, dst_im
[all...]
H A Dcover-test.c265 pixman_image_t *src_img, *dst_img, *mask_img; local in function:test_cover
333 mask_img = NULL;
339 mask_img = mask_bits_img;
340 pixman_image_set_filter (mask_img, filter, NULL, 0);
343 mask_img->bits.width,
347 mask_img->bits.height,
357 mask_img = pixman_image_create_solid_fill (&color);
375 pixman_image_set_transform (mask_img, &mask_transform);
403 check_transform (dst_img, mask_img, &mask_transform, bilinear);
406 pixman_image_composite (op, src_img, mask_img, dst_im
[all...]
H A Dlowlevel-blt-bench.c173 pixman_image_t * mask_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 * mask_img,
226 call_func (func, op, src_img, mask_img, dst_img, x, 0, x, 0, 1, 0, WIDTH - 64, HEIGHT);
236 pixman_image_t * mask_img,
260 call_func (func, op, src_img, mask_img, dst_img, x, y, x, y, x, y, w, h);
271 pixman_image_t * mask_img,
295 call_func (func, op, src_img, mask_img, dst_img, x, y, x, y, x, y, w, h);
306 pixman_image_t * mask_img,
331 call_func (func, op, src_img, mask_img, dst_im
171 bench_L(pixman_op_t op,pixman_image_t * src_img,pixman_image_t * mask_img,pixman_image_t * dst_img,int64_t n,pixman_composite_func_t func,int width,int lines_count) argument
212 bench_M(pixman_op_t op,pixman_image_t * src_img,pixman_image_t * mask_img,pixman_image_t * dst_img,int64_t n,pixman_composite_func_t func) argument
234 bench_HT(pixman_op_t op,pixman_image_t * src_img,pixman_image_t * mask_img,pixman_image_t * dst_img,int64_t n,pixman_composite_func_t func) argument
269 bench_VT(pixman_op_t op,pixman_image_t * src_img,pixman_image_t * mask_img,pixman_image_t * dst_img,int64_t n,pixman_composite_func_t func) argument
304 bench_R(pixman_op_t op,pixman_image_t * src_img,pixman_image_t * mask_img,pixman_image_t * dst_img,int64_t n,pixman_composite_func_t func,int maxw,int maxh) argument
339 bench_RT(pixman_op_t op,pixman_image_t * src_img,pixman_image_t * mask_img,pixman_image_t * dst_img,int64_t n,pixman_composite_func_t func,int maxw,int maxh) argument
393 pixman_image_t * mask_img; local in function:bench_composite
[all...]

Completed in 11 milliseconds