Home
last modified time | relevance | path

Searched refs:PIXMAN_OP_OVER_REVERSE (Results 1 – 16 of 16) sorted by relevance

/external/pixman/test/
Dpixel-test.c58 { PIXMAN_OP_OVER_REVERSE,
62 { PIXMAN_OP_OVER_REVERSE,
66 { PIXMAN_OP_OVER_REVERSE,
70 { PIXMAN_OP_OVER_REVERSE,
74 { PIXMAN_OP_OVER_REVERSE,
Dcombiner-test.c16 PIXMAN_OP_OVER_REVERSE,
Dcheck-formats.c113 PIXMAN_OP_OVER_REVERSE,
Dglyph-test.c70 PIXMAN_OP_OVER_REVERSE,
Dblitters-test.c106 PIXMAN_OP_OVER_REVERSE,
Dcomposite.c146 PIXMAN_OP_OVER_REVERSE,
Dutils.c882 case PIXMAN_OP_OVER_REVERSE: return "PIXMAN_OP_OVER_REVERSE"; in operator_name()
1062 case PIXMAN_OP_OVER_REVERSE: in calc_op()
Dstress-test.c795 PIXMAN_OP_OVER_REVERSE,
Dlowlevel-blt-bench.c716 …{ "over_reverse_n_8888", PIXMAN_a8r8g8b8, 0, PIXMAN_OP_OVER_REVERSE, PIXMAN_null, 0, PIXMAN_a…
/external/pixman/demos/
Dcomposite-test.c21 { "OVER_REVERSE", PIXMAN_OP_OVER_REVERSE },
/external/pixman/pixman/
Dpixman-combine-float.c897 imp->combine_float[PIXMAN_OP_OVER_REVERSE] = combine_over_reverse_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
959 imp->combine_float_ca[PIXMAN_OP_OVER_REVERSE] = combine_over_reverse_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
Dpixman-vmx.c1623 imp->combine_32[PIXMAN_OP_OVER_REVERSE] = vmx_combine_over_reverse_u; in _pixman_implementation_create_vmx()
1636 imp->combine_32_ca[PIXMAN_OP_OVER_REVERSE] = vmx_combine_over_reverse_ca; in _pixman_implementation_create_vmx()
Dpixman.h325 PIXMAN_OP_OVER_REVERSE = 0x04, enumerator
Dpixman-combine32.c2388 imp->combine_32[PIXMAN_OP_OVER_REVERSE] = combine_over_reverse_u; in _pixman_setup_combiner_functions_32()
2448 imp->combine_32_ca[PIXMAN_OP_OVER_REVERSE] = combine_over_reverse_ca; in _pixman_setup_combiner_functions_32()
Dpixman-mmx.c4051 imp->combine_32[PIXMAN_OP_OVER_REVERSE] = mmx_combine_over_reverse_u; in _pixman_implementation_create_mmx()
4064 imp->combine_32_ca[PIXMAN_OP_OVER_REVERSE] = mmx_combine_over_reverse_ca; in _pixman_implementation_create_mmx()
Dpixman-sse2.c6419 imp->combine_32[PIXMAN_OP_OVER_REVERSE] = sse2_combine_over_reverse_u; in _pixman_implementation_create_sse2()
6433 imp->combine_32_ca[PIXMAN_OP_OVER_REVERSE] = sse2_combine_over_reverse_ca; in _pixman_implementation_create_sse2()