Home
last modified time | relevance | path

Searched refs:PIXMAN_OP_EXCLUSION (Results 1 – 9 of 9) sorted by relevance

/external/pixman/test/
Dpdf-op-test.c16 PIXMAN_OP_EXCLUSION,
Dcombiner-test.c59 PIXMAN_OP_EXCLUSION,
Dblitters-test.c149 PIXMAN_OP_EXCLUSION,
Dutils.c929 case PIXMAN_OP_EXCLUSION: return "PIXMAN_OP_EXCLUSION"; in operator_name()
1250 case PIXMAN_OP_EXCLUSION: in calc_op()
Dstress-test.c838 PIXMAN_OP_EXCLUSION,
/external/pixman/demos/
Dcomposite-test.c42 { "EXCLUSION", PIXMAN_OP_EXCLUSION },
/external/pixman/pixman/
Dpixman-combine-float.c947 imp->combine_float[PIXMAN_OP_EXCLUSION] = combine_exclusion_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1009 imp->combine_float_ca[PIXMAN_OP_EXCLUSION] = combine_exclusion_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
Dpixman.h372 PIXMAN_OP_EXCLUSION = 0x3a, enumerator
Dpixman-combine32.c2437 imp->combine_32[PIXMAN_OP_EXCLUSION] = combine_exclusion_u; in _pixman_setup_combiner_functions_32()
2497 imp->combine_32_ca[PIXMAN_OP_EXCLUSION] = combine_exclusion_ca; in _pixman_setup_combiner_functions_32()