/external/pixman/demos/ |
linear-gradient.c | 10 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);
|
clip-in.c | 28 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);
|
trap-test.c | 15 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);
|
tri-test.c | 16 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);
|
conical-test.c | 53 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);
|
gradient-test.c | 14 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);
|
srgb-test.c | 55 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);
|
radial-test.c | 141 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);
|
composite-test.c | 97 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);
|
alpha-test.c | 17 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);
|
/external/pixman/test/ |
a1-trap-test.c | 15 pixman_image_t *dest_img; local 35 dest_img = pixman_image_create_bits ( 41 src_img, mask_img, dest_img,
|
gradient-crash-test.c | 13 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);
|