/third_party/pixman/test/ |
D | lowlevel-blt-bench.c | 711 …{ "over_n_x888", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_OVER, PIXMAN_null, 0, PIXMAN_x8… 712 …{ "over_n_8888", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_OVER, PIXMAN_null, 0, PIXMAN_a8… 713 …{ "over_n_0565", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_OVER, PIXMAN_null, 0, PIXMAN_r5… 714 …{ "over_n_1555", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_OVER, PIXMAN_null, 0, PIXMAN_a1… 715 …{ "over_8888_0565", PIXMAN_a8r8g8b8, 0, PIXMAN_OP_OVER, PIXMAN_null, 0, PIXMAN_r5… 716 …{ "over_8888_8888", PIXMAN_a8r8g8b8, 0, PIXMAN_OP_OVER, PIXMAN_null, 0, PIXMAN_a8… 717 …{ "over_8888_x888", PIXMAN_a8r8g8b8, 0, PIXMAN_OP_OVER, PIXMAN_null, 0, PIXMAN_x8… 718 …{ "over_x888_8_0565", PIXMAN_x8r8g8b8, 0, PIXMAN_OP_OVER, PIXMAN_a8, 0, PIXMAN_r5… 719 …{ "over_x888_8_8888", PIXMAN_x8r8g8b8, 0, PIXMAN_OP_OVER, PIXMAN_a8, 0, PIXMAN_a8… 720 …{ "over_n_8_0565", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_OVER, PIXMAN_a8, 0, PIXMAN_r5… [all …]
|
D | oob-test.c | 48 PIXMAN_OP_OVER, 56 PIXMAN_OP_OVER,
|
D | combiner-test.c | 10 PIXMAN_OP_OVER, 15 PIXMAN_OP_OVER,
|
D | thread-test.c | 37 PIXMAN_OP_OVER, 42 PIXMAN_OP_OVER,
|
D | radial-invalid.c | 48 PIXMAN_OP_OVER, in main()
|
D | infinite-loop.c | 36 PIXMAN_OP_OVER, src, NULL, dest, -3, -3, 0, 0, 0, 0, 6, 2); in main()
|
D | radial-perf-test.c | 48 PIXMAN_OP_OVER, radial, NULL, dest, in main()
|
D | solid-test.c | 37 PIXMAN_OP_OVER, 42 PIXMAN_OP_OVER,
|
D | a1-trap-test.c | 40 pixman_image_composite (PIXMAN_OP_OVER, in main()
|
D | glyph-test.c | 64 PIXMAN_OP_OVER, 69 PIXMAN_OP_OVER,
|
D | scaling-bench.c | 64 PIXMAN_OP_OVER, src, NULL, dest, in main()
|
D | blitters-test.c | 110 PIXMAN_OP_OVER, 115 PIXMAN_OP_OVER,
|
D | rotate-test.c | 21 PIXMAN_OP_OVER,
|
D | gradient-crash-test.c | 144 pixman_image_composite (PIXMAN_OP_OVER, src_img, NULL, dest_img, in main()
|
/third_party/pixman/demos/ |
D | clip-test.c | 70 pixman_image_composite (PIXMAN_OP_OVER, gradient_img, NULL, src_img, in main() 81 pixman_image_composite (PIXMAN_OP_OVER, src_img, NULL, dst_img, in main()
|
D | alpha-test.c | 99 pixman_image_composite (PIXMAN_OP_OVER, grad_img, NULL, alpha_img, in main() 104 pixman_image_composite (PIXMAN_OP_OVER, src_img, NULL, dest_img, in main()
|
D | srgb-trap-test.c | 103 pixman_composite_trapezoids (PIXMAN_OP_OVER, in main() 110 pixman_composite_trapezoids (PIXMAN_OP_OVER, in main()
|
D | linear-gradient.c | 36 pixman_image_composite32 (PIXMAN_OP_OVER, in main()
|
D | convolution-test.c | 42 pixman_image_composite (PIXMAN_OP_OVER, simg, mimg, dimg, 0, 0, 0, 0, 0, 0, WIDTH, HEIGHT); in main()
|
D | trap-test.c | 38 pixman_image_composite (PIXMAN_OP_OVER, in main()
|
D | gradient-test.c | 78 pixman_image_composite (PIXMAN_OP_OVER, src_img, NULL, dest_img, in main()
|
D | conical-test.c | 88 PIXMAN_OP_OVER, src_img, NULL,dest_img, in main()
|
D | radial-test.c | 189 pixman_image_composite32 (PIXMAN_OP_OVER, in main()
|
D | composite-test.c | 20 { "OVER", PIXMAN_OP_OVER },
|
/third_party/weston/libweston/ |
D | pixman-renderer.c | 282 pixman_image_composite32(PIXMAN_OP_OVER, boximg, mask, dest, in composite_clipped() 366 pixman_image_composite32(PIXMAN_OP_OVER, in repaint_region() 422 PIXMAN_OP_OVER); in draw_view_translated() 461 PIXMAN_OP_OVER); in draw_view_source_clipped()
|