Home
last modified time | relevance | path

Searched refs:pixman_image_create_bits (Results 1 – 25 of 47) sorted by relevance

12

/external/pixman/demos/
Dscreen-test.c32 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()
Dconvolution-test.c35 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()
Dalpha-test.c53 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()
Dclip-in.c27 …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()
Dtrap-test.c32 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()
Dcheckerboard.c23 checkerboard = pixman_image_create_bits (PIXMAN_a8r8g8b8, in main()
27 destination = pixman_image_create_bits (PIXMAN_a8r8g8b8, in main()
Dsrgb-test.c57 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8_sRGB, in main()
61 src1_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, in main()
Dsrgb-trap-test.c91 dest_srgb = pixman_image_create_bits ( in main()
93 dest_linear = pixman_image_create_bits ( in main()
Dcomposite-test.c125 …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()
Dgtk-utils.c64 image = pixman_image_create_bits ( in pixman_image_from_file()
164 copy = pixman_image_create_bits (PIXMAN_a8r8g8b8, in show_image()
Dlinear-gradient.c26 dest_img = pixman_image_create_bits (PIXMAN_x8r8g8b8, in main()
Dtri-test.c32 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, WIDTH * 4); in main()
/external/pixman/test/
Dalpha-loop.c20 … 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()
Dpdf-op-test.c49 src = pixman_image_create_bits ( in main()
57 msk = pixman_image_create_bits ( in main()
66 dst = pixman_image_create_bits ( in main()
Dinfinite-loop.c23 src = pixman_image_create_bits ( in main()
25 dest = pixman_image_create_bits ( in main()
Da1-trap-test.c32 mask_img = pixman_image_create_bits ( in main()
35 dest_img = pixman_image_create_bits ( in main()
Dlowlevel-blt-bench.c395 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()
Dfetch-test.c160 src_img = pixman_image_create_bits (testcases[i].format, in main()
167 dst_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, in main()
Dtrap-crasher.c23 dst = pixman_image_create_bits (PIXMAN_a8, 1, 1, NULL, -1); in main()
Dscaling-crash-test.c61 src_img = pixman_image_create_bits ( in run_test()
70 dst_img = pixman_image_create_bits ( in run_test()
Dscaling-test.c150 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()
Dradial-perf-test.c26 dest = pixman_image_create_bits ( in main()
Dpixel-test.c181 src = pixman_image_create_bits ( in verify()
183 dest = pixman_image_create_bits ( in verify()
Dcheck-formats.c29 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()
Doob-test.c74 …return pixman_image_create_bits (info->format, info->width, info->height, (uint32_t *)data, info->… in make_image()

12