/external/pixman/demos/ |
D | screen-test.c | 32 simg1 = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src1, WIDTH * 4); in main() 33 simg2 = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src2, WIDTH * 4); in main() 34 simg3 = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src3, WIDTH * 4); in main() 35 dimg = pixman_image_create_bits (PIXMAN_a8r8g8b8, 3 * WIDTH, 2 * HEIGHT, dest, 3 * WIDTH * 4); in main()
|
D | convolution-test.c | 35 simg = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src, WIDTH * 4); in main() 36 mimg = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, mask, WIDTH * 4); in main() 37 dimg = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, dest, WIDTH * 4); in main()
|
D | alpha-test.c | 53 alpha_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, in main() 61 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, in main() 69 src_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, in main()
|
D | clip-in.c | 27 …pixman_image_t *src_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, SMALL, SMALL, sbits, 4 * SMAL… in main() 28 …pixman_image_t *dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, 4 * WID… in main()
|
D | trap-test.c | 32 mask_img = pixman_image_create_bits (PIXMAN_a8, WIDTH, HEIGHT, mbits, WIDTH); in main() 34 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, WIDTH * 4); in main()
|
D | checkerboard.c | 23 checkerboard = pixman_image_create_bits (PIXMAN_a8r8g8b8, in main() 27 destination = pixman_image_create_bits (PIXMAN_a8r8g8b8, in main()
|
D | srgb-test.c | 57 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8_sRGB, in main() 61 src1_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, in main()
|
D | srgb-trap-test.c | 91 dest_srgb = pixman_image_create_bits ( in main() 93 dest_linear = pixman_image_create_bits ( in main()
|
D | composite-test.c | 125 …parrot = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, (uint32_t *)parrot_bits, WIDTH … in main() 129 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, in main()
|
D | gtk-utils.c | 64 image = pixman_image_create_bits ( in pixman_image_from_file() 164 copy = pixman_image_create_bits (PIXMAN_a8r8g8b8, in show_image()
|
D | linear-gradient.c | 26 dest_img = pixman_image_create_bits (PIXMAN_x8r8g8b8, in main()
|
D | tri-test.c | 32 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, WIDTH * 4); in main()
|
/external/pixman/test/ |
D | alpha-loop.c | 20 … pixman_image_t *a = pixman_image_create_bits (PIXMAN_a8, WIDTH, HEIGHT, (uint32_t *)alpha, WIDTH); in main() 21 pixman_image_t *d = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, dest, WIDTH * 4); in main() 22 … pixman_image_t *s = pixman_image_create_bits (PIXMAN_a2r10g10b10, WIDTH, HEIGHT, src, WIDTH * 4); in main()
|
D | pdf-op-test.c | 49 src = pixman_image_create_bits ( in main() 57 msk = pixman_image_create_bits ( in main() 66 dst = pixman_image_create_bits ( in main()
|
D | infinite-loop.c | 23 src = pixman_image_create_bits ( in main() 25 dest = pixman_image_create_bits ( in main()
|
D | a1-trap-test.c | 32 mask_img = pixman_image_create_bits ( in main() 35 dest_img = pixman_image_create_bits ( in main()
|
D | lowlevel-blt-bench.c | 395 src_img = pixman_image_create_bits (src_fmt, in bench_composite() 399 xsrc_img = pixman_image_create_bits (src_fmt, in bench_composite() 406 src_img = pixman_image_create_bits (src_fmt, in bench_composite() 410 xsrc_img = pixman_image_create_bits (src_fmt, in bench_composite() 419 dst_img = pixman_image_create_bits (dst_fmt, in bench_composite() 433 mask_img = pixman_image_create_bits (mask_fmt, in bench_composite() 437 xmask_img = pixman_image_create_bits (mask_fmt, in bench_composite() 444 mask_img = pixman_image_create_bits (mask_fmt, in bench_composite() 448 xmask_img = pixman_image_create_bits (mask_fmt, in bench_composite() 459 xdst_img = pixman_image_create_bits (dst_fmt, in bench_composite()
|
D | fetch-test.c | 160 src_img = pixman_image_create_bits (testcases[i].format, in main() 167 dst_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, in main()
|
D | trap-crasher.c | 23 dst = pixman_image_create_bits (PIXMAN_a8, 1, 1, NULL, -1); in main()
|
D | scaling-crash-test.c | 61 src_img = pixman_image_create_bits ( in run_test() 70 dst_img = pixman_image_create_bits ( in run_test()
|
D | scaling-test.c | 150 src_img = pixman_image_create_bits ( in test_composite() 153 mask_img = pixman_image_create_bits ( in test_composite() 156 dst_img = pixman_image_create_bits ( in test_composite()
|
D | radial-perf-test.c | 26 dest = pixman_image_create_bits ( in main()
|
D | pixel-test.c | 181 src = pixman_image_create_bits ( in verify() 183 dest = pixman_image_create_bits ( in verify()
|
D | check-formats.c | 29 si = pixman_image_create_bits (src_format, 1, 1, &s, 4); in check_op() 30 di = pixman_image_create_bits (dest_format, 1, 1, &d, 4); in check_op()
|
D | oob-test.c | 74 …return pixman_image_create_bits (info->format, info->width, info->height, (uint32_t *)data, info->… in make_image()
|