Searched refs:PIXMAN_OP_OVER_REVERSE (Results 1 – 16 of 16) sorted by relevance
/external/pixman/test/ |
D | pixel-test.c | 58 { PIXMAN_OP_OVER_REVERSE, 62 { PIXMAN_OP_OVER_REVERSE, 66 { PIXMAN_OP_OVER_REVERSE, 70 { PIXMAN_OP_OVER_REVERSE, 74 { PIXMAN_OP_OVER_REVERSE,
|
D | combiner-test.c | 16 PIXMAN_OP_OVER_REVERSE,
|
D | check-formats.c | 113 PIXMAN_OP_OVER_REVERSE,
|
D | glyph-test.c | 70 PIXMAN_OP_OVER_REVERSE,
|
D | blitters-test.c | 106 PIXMAN_OP_OVER_REVERSE,
|
D | composite.c | 146 PIXMAN_OP_OVER_REVERSE,
|
D | utils.c | 882 case PIXMAN_OP_OVER_REVERSE: return "PIXMAN_OP_OVER_REVERSE"; in operator_name() 1062 case PIXMAN_OP_OVER_REVERSE: in calc_op()
|
D | stress-test.c | 795 PIXMAN_OP_OVER_REVERSE,
|
D | lowlevel-blt-bench.c | 716 …{ "over_reverse_n_8888", PIXMAN_a8r8g8b8, 0, PIXMAN_OP_OVER_REVERSE, PIXMAN_null, 0, PIXMAN_a…
|
/external/pixman/demos/ |
D | composite-test.c | 21 { "OVER_REVERSE", PIXMAN_OP_OVER_REVERSE },
|
/external/pixman/pixman/ |
D | pixman-combine-float.c | 897 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()
|
D | pixman-vmx.c | 1623 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()
|
D | pixman.h | 325 PIXMAN_OP_OVER_REVERSE = 0x04, enumerator
|
D | pixman-combine32.c | 2388 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()
|
D | pixman-mmx.c | 4051 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()
|
D | pixman-sse2.c | 6419 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()
|