Home
last modified time | relevance | path

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

/external/pixman/test/
Dpdf-op-test.c12 PIXMAN_OP_COLOR_BURN,
Dcombiner-test.c56 PIXMAN_OP_COLOR_BURN,
Dblitters-test.c146 PIXMAN_OP_COLOR_BURN,
Dutils.c925 case PIXMAN_OP_COLOR_BURN: return "PIXMAN_OP_COLOR_BURN"; in operator_name()
1246 case PIXMAN_OP_COLOR_BURN: in calc_op()
Dstress-test.c835 PIXMAN_OP_COLOR_BURN,
/external/pixman/demos/
Dcomposite-test.c38 { "COLOR_BURN", PIXMAN_OP_COLOR_BURN },
/external/pixman/pixman/
Dpixman-combine-float.c943 imp->combine_float[PIXMAN_OP_COLOR_BURN] = combine_color_burn_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1005 imp->combine_float_ca[PIXMAN_OP_COLOR_BURN] = combine_color_burn_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
Dpixman.h368 PIXMAN_OP_COLOR_BURN = 0x36, enumerator
Dpixman-combine32.c2433 imp->combine_32[PIXMAN_OP_COLOR_BURN] = combine_color_burn_u; in _pixman_setup_combiner_functions_32()
2493 imp->combine_32_ca[PIXMAN_OP_COLOR_BURN] = combine_color_burn_ca; in _pixman_setup_combiner_functions_32()