Home
last modified time | relevance | path

Searched refs:PIXMAN_OP_CONJOINT_ATOP_REVERSE (Results 1 – 10 of 10) sorted by relevance

/external/pixman/test/
Dcombiner-test.c48 PIXMAN_OP_CONJOINT_ATOP_REVERSE,
Dpixel-test.c94 { PIXMAN_OP_CONJOINT_ATOP_REVERSE,
Dcheck-formats.c147 PIXMAN_OP_CONJOINT_ATOP_REVERSE,
Dblitters-test.c138 PIXMAN_OP_CONJOINT_ATOP_REVERSE,
Dcomposite.c180 PIXMAN_OP_CONJOINT_ATOP_REVERSE,
Dutils.c916 case PIXMAN_OP_CONJOINT_ATOP_REVERSE: return "PIXMAN_OP_CONJOINT_ATOP_REVERSE"; in operator_name()
1218 case PIXMAN_OP_CONJOINT_ATOP_REVERSE: in calc_op()
Dstress-test.c827 PIXMAN_OP_CONJOINT_ATOP_REVERSE,
/external/pixman/pixman/
Dpixman-combine-float.c933 imp->combine_float[PIXMAN_OP_CONJOINT_ATOP_REVERSE] = combine_conjoint_atop_reverse_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
995 imp->combine_float_ca[PIXMAN_OP_CONJOINT_ATOP_REVERSE] = combine_conjoint_atop_reverse_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
Dpixman.h359 PIXMAN_OP_CONJOINT_ATOP_REVERSE = 0x2a, enumerator
Dpixman-combine32.c2424 imp->combine_32[PIXMAN_OP_CONJOINT_ATOP_REVERSE] = combine_conjoint_atop_reverse_u; in _pixman_setup_combiner_functions_32()
2484 imp->combine_32_ca[PIXMAN_OP_CONJOINT_ATOP_REVERSE] = combine_conjoint_atop_reverse_ca; in _pixman_setup_combiner_functions_32()