/external/pixman/test/ |
trap-crasher.c | 23 dst = pixman_image_create_bits (PIXMAN_a8, 1, 1, NULL, -1);
|
alpha-loop.c | 20 pixman_image_t *a = pixman_image_create_bits (PIXMAN_a8, WIDTH, HEIGHT, (uint32_t *)alpha, WIDTH); 21 pixman_image_t *d = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, dest, WIDTH * 4); 22 pixman_image_t *s = pixman_image_create_bits (PIXMAN_a2r10g10b10, WIDTH, HEIGHT, src, WIDTH * 4);
|
infinite-loop.c | 23 src = pixman_image_create_bits ( 25 dest = pixman_image_create_bits (
|
pdf-op-test.c | 49 src = pixman_image_create_bits ( 57 msk = pixman_image_create_bits ( 66 dst = pixman_image_create_bits (
|
a1-trap-test.c | 32 mask_img = pixman_image_create_bits ( 35 dest_img = pixman_image_create_bits (
|
oob-test.c | 74 return pixman_image_create_bits (info->format, info->width, info->height, (uint32_t *)data, info->stride);
|
radial-perf-test.c | 26 dest = pixman_image_create_bits (
|
fetch-test.c | 160 src_img = pixman_image_create_bits (testcases[i].format, 167 dst_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
|
scaling-crash-test.c | 61 src_img = pixman_image_create_bits ( 70 dst_img = pixman_image_create_bits (
|
region-test.c | 107 image = pixman_image_create_bits (PIXMAN_a1, image_size, image_size, NULL, 0);
|
/external/pixman/demos/ |
screen-test.c | 32 simg1 = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src1, WIDTH * 4); 33 simg2 = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src2, WIDTH * 4); 34 simg3 = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src3, WIDTH * 4); 35 dimg = pixman_image_create_bits (PIXMAN_a8r8g8b8, 3 * WIDTH, 2 * HEIGHT, dest, 3 * WIDTH * 4);
|
convolution-test.c | 35 simg = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src, WIDTH * 4); 36 mimg = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, mask, WIDTH * 4); 37 dimg = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, dest, WIDTH * 4);
|
checkerboard.c | 23 checkerboard = pixman_image_create_bits (PIXMAN_a8r8g8b8, 27 destination = pixman_image_create_bits (PIXMAN_a8r8g8b8,
|
clip-in.c | 27 pixman_image_t *src_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, SMALL, SMALL, sbits, 4 * SMALL); 28 pixman_image_t *dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, 4 * WIDTH);
|
trap-test.c | 32 mask_img = pixman_image_create_bits (PIXMAN_a8, WIDTH, HEIGHT, mbits, WIDTH); 34 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, WIDTH * 4);
|
alpha-test.c | 53 alpha_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, 61 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, 69 src_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
|
linear-gradient.c | 26 dest_img = pixman_image_create_bits (PIXMAN_x8r8g8b8,
|
srgb-test.c | 57 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8_sRGB, 61 src1_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
|
srgb-trap-test.c | 91 dest_srgb = pixman_image_create_bits ( 93 dest_linear = pixman_image_create_bits (
|
tri-test.c | 32 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, WIDTH * 4);
|
composite-test.c | 125 parrot = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, (uint32_t *)parrot_bits, WIDTH * 4); 129 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
|
gtk-utils.c | 64 image = pixman_image_create_bits ( 164 copy = pixman_image_create_bits (PIXMAN_a8r8g8b8,
|
clip-test.c | 18 return pixman_image_create_bits (PIXMAN_a8r8g8b8,
|
conical-test.c | 58 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
|
gradient-test.c | 48 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
|