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

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

Completed in 123 milliseconds