/third_party/pixman/pixman/ |
D | pixman-combine32.c | 144 pixman_op_t op, in combine_clear() 155 pixman_op_t op, in combine_dst() 166 pixman_op_t op, in combine_src_u() 191 pixman_op_t op, in combine_over_u() 256 pixman_op_t op, in combine_over_reverse_u() 276 pixman_op_t op, in combine_in_u() 295 pixman_op_t op, in combine_in_reverse_u() 315 pixman_op_t op, in combine_out_u() 334 pixman_op_t op, in combine_out_reverse_u() 354 pixman_op_t op, in combine_atop_u() [all …]
|
D | pixman.h | 452 } pixman_op_t; typedef 1117 pixman_bool_t pixman_image_fill_rectangles (pixman_op_t op, 1124 pixman_bool_t pixman_image_fill_boxes (pixman_op_t op, 1146 void pixman_image_composite (pixman_op_t op, 1160 void pixman_image_composite32 (pixman_op_t op, 1246 void pixman_composite_glyphs (pixman_op_t op, 1263 void pixman_composite_glyphs_no_mask (pixman_op_t op, 1387 void pixman_composite_trapezoids (pixman_op_t op, 1399 void pixman_composite_triangles (pixman_op_t op,
|
D | pixman-vmx.c | 598 pixman_op_t op, in vmx_combine_over_u() 715 pixman_op_t op, in vmx_combine_over_reverse_u() 826 pixman_op_t op, in vmx_combine_in_u() 941 pixman_op_t op, in vmx_combine_in_reverse_u() 1054 pixman_op_t op, in vmx_combine_out_u() 1170 pixman_op_t op, in vmx_combine_out_reverse_u() 1299 pixman_op_t op, in vmx_combine_atop_u() 1428 pixman_op_t op, in vmx_combine_atop_reverse_u() 1557 pixman_op_t op, in vmx_combine_xor_u() 1669 pixman_op_t op, in vmx_combine_add_u() [all …]
|
D | pixman-private.h | 441 pixman_op_t op; 460 MAYBE_UNUSED pixman_op_t op = info->op; \ 474 pixman_op_t op, 481 pixman_op_t op, 517 pixman_op_t op; 554 pixman_op_t op, 566 pixman_op_t op,
|
D | pixman-implementation.c | 76 pixman_op_t op, in _pixman_implementation_lookup_composite() 184 pixman_op_t op, in dummy_combine() 194 pixman_op_t op, in _pixman_implementation_lookup_combiner()
|
D | pixman-mmx.c | 737 pixman_op_t op, in mmx_combine_over_u() 769 pixman_op_t op, in mmx_combine_over_reverse_u() 796 pixman_op_t op, in mmx_combine_in_u() 825 pixman_op_t op, in mmx_combine_in_reverse_u() 853 pixman_op_t op, in mmx_combine_out_u() 882 pixman_op_t op, in mmx_combine_out_reverse_u() 912 pixman_op_t op, in mmx_combine_atop_u() 942 pixman_op_t op, in mmx_combine_atop_reverse_u() 974 pixman_op_t op, in mmx_combine_xor_u() 1005 pixman_op_t op, in mmx_combine_add_u() [all …]
|
D | pixman.c | 134 static pixman_op_t 135 optimize_operator (pixman_op_t op, in optimize_operator() 563 pixman_image_composite32 (pixman_op_t op, in pixman_image_composite32() 710 pixman_image_composite (pixman_op_t op, in pixman_image_composite() 836 pixman_image_fill_rectangles (pixman_op_t op, in pixman_image_fill_rectangles() 875 pixman_image_fill_boxes (pixman_op_t op, in pixman_image_fill_boxes()
|
D | pixman-trap.c | 408 get_trap_extents (pixman_op_t op, pixman_image_t *dest, in get_trap_extents() 481 pixman_composite_trapezoids (pixman_op_t op, in pixman_composite_trapezoids() 672 pixman_composite_triangles (pixman_op_t op, in pixman_composite_triangles()
|
D | pixman-sse2.c | 732 pixman_op_t op, in sse2_combine_over_u() 746 pixman_op_t op, in sse2_combine_over_reverse_u() 836 pixman_op_t op, in sse2_combine_in_u() 897 pixman_op_t op, in sse2_combine_in_reverse_u() 958 pixman_op_t op, in sse2_combine_out_reverse_u() 1027 pixman_op_t op, in sse2_combine_out_u() 1107 pixman_op_t op, in sse2_combine_atop_u() 1191 pixman_op_t op, in sse2_combine_atop_reverse_u() 1275 pixman_op_t op, in sse2_combine_xor_u() 1352 pixman_op_t op, in sse2_combine_add_u() [all …]
|
/third_party/pixman/test/ |
D | combiner-test.c | 7 static const pixman_op_t op_list[] = 94 lookup_combiner (pixman_implementation_t *imp, pixman_op_t op, in lookup_combiner() 130 pixman_op_t op = op_list[i]; in main()
|
D | pdf-op-test.c | 4 static const pixman_op_t pdf_ops[] = 43 pixman_op_t op = pdf_ops[o]; in main()
|
D | utils.h | 224 pixman_op_t 231 operator_name (pixman_op_t op); 245 do_composite (pixman_op_t op,
|
D | check-formats.c | 5 check_op (pixman_op_t op, in check_op() 112 pixman_op_t op; in main()
|
D | lowlevel-blt-bench.c | 138 pixman_op_t op, in call_func() 171 bench_L (pixman_op_t op, in bench_L() 212 bench_M (pixman_op_t op, in bench_M() 234 bench_HT (pixman_op_t op, in bench_HT() 269 bench_VT (pixman_op_t op, in bench_VT() 304 bench_R (pixman_op_t op, in bench_R() 339 bench_RT (pixman_op_t op, in bench_RT() 789 static pixman_op_t 795 pixman_op_t best_op = PIXMAN_OP_NONE; in parse_longest_operator() 796 pixman_op_t op; in parse_longest_operator()
|
D | glyph-test.c | 61 static const pixman_op_t operators[] = 275 pixman_op_t op = operators[prng_rand_n (ARRAY_LENGTH (operators))]; in test_glyphs() 289 pixman_op_t op = operators[prng_rand_n (ARRAY_LENGTH (operators))]; in test_glyphs()
|
D | thread-test.c | 34 static const pixman_op_t operators[] = 99 pixman_op_t op; in thread()
|
D | tolerance-test.c | 23 static const pixman_op_t operators[] = 178 pixman_op_t op, in verify() 284 pixman_op_t op; in do_check()
|
D | composite.c | 140 static const pixman_op_t operators[] = 228 pixman_op_t op, in composite_test() 440 pixman_op_t op; in run_test()
|
D | solid-test.c | 35 static const pixman_op_t op_list[] = { 271 pixman_op_t op; in test_solid()
|
D | composite-traps-test.c | 23 static pixman_op_t operators[] = 58 pixman_op_t op; in test_composite()
|
D | oob-test.c | 16 pixman_op_t op;
|
D | blitters-test.c | 108 static pixman_op_t op_list[] = { 245 pixman_op_t op; in test_composite()
|
D | cover-test.c | 77 static const pixman_op_t op_list[] = { 262 pixman_op_t op; in test_cover()
|
D | rotate-test.c | 19 static const pixman_op_t ops[] =
|
D | affine-bench.c | 49 pixman_op_t op; 272 pixman_op_t *op, in parse_arguments()
|