Searched refs:dest_img (Results 1 - 12 of 12) sorted by last modified time

/external/pixman/demos/
H A Dalpha-test.c17 pixman_image_t *dest_img; local
61 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
104 pixman_image_composite (PIXMAN_OP_OVER, src_img, NULL, dest_img,
111 show_image (dest_img);
H A Dclip-in.c28 pixman_image_t *dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, 4 * WIDTH); local
34 src_img, NULL, dest_img,
40 src_img, NULL, dest_img,
43 show_image (dest_img);
46 pixman_image_unref (dest_img);
H A Dcomposite-test.c97 pixman_image_t *dest_img; local
129 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
133 pixman_image_set_accessors (dest_img, reader, writer);
148 pixman_image_composite (PIXMAN_OP_SRC, gradient, NULL, dest_img,
150 pixman_image_composite (operators[i].op, parrot, NULL, dest_img,
152 pixbuf = pixbuf_from_argb32 (pixman_image_get_data (dest_img),
167 pixman_image_unref (dest_img);
H A Dconical-test.c53 pixman_image_t *src_img, *dest_img; local
58 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
62 draw_checkerboard (dest_img, 25, 0xffaaaaaa, 0xff888888);
88 PIXMAN_OP_OVER, src_img, NULL,dest_img,
95 show_image (dest_img);
97 pixman_image_unref (dest_img);
H A Dgradient-test.c14 pixman_image_t *dest_img; local
48 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
78 pixman_image_composite (PIXMAN_OP_OVER, src_img, NULL, dest_img,
85 show_image (dest_img);
88 pixman_image_unref (dest_img);
H A Dlinear-gradient.c10 pixman_image_t *src_img, *dest_img; local
26 dest_img = pixman_image_create_bits (PIXMAN_x8r8g8b8,
39 dest_img,
45 show_image (dest_img);
47 pixman_image_unref (dest_img);
H A Dradial-test.c141 pixman_image_t *src_img, *dest_img; local
146 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
150 draw_checkerboard (dest_img, 25, 0xffaaaaaa, 0xffbbbbbb);
192 dest_img,
203 show_image (dest_img);
205 pixman_image_unref (dest_img);
H A Dsrgb-test.c55 pixman_image_t *dest_img, *src1_img; local
57 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8_sRGB,
77 pixman_image_composite (PIXMAN_OP_ADD, src1_img, NULL, dest_img,
82 show_image (dest_img);
83 pixman_image_unref (dest_img);
H A Dtrap-test.c15 pixman_image_t *dest_img; local
34 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, WIDTH * 4);
39 src_img, mask_img, dest_img,
42 show_image (dest_img);
45 pixman_image_unref (dest_img);
H A Dtri-test.c16 pixman_image_t *src_img, *dest_img; local
32 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, WIDTH * 4);
36 dest_img,
41 show_image (dest_img);
44 pixman_image_unref (dest_img);
/external/pixman/test/
H A Da1-trap-test.c15 pixman_image_t *dest_img; local
35 dest_img = pixman_image_create_bits (
41 src_img, mask_img, dest_img,
H A Dgradient-crash-test.c13 pixman_image_t *dest_img; local
93 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
144 pixman_image_composite (PIXMAN_OP_OVER, src_img, NULL, dest_img,
154 pixman_image_unref (dest_img);

Completed in 489 milliseconds