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

/external/pixman/test/
H A Dpdf-op-test.c14 PIXMAN_OP_SOFT_LIGHT,
H A Dcombiner-test.c60 PIXMAN_OP_SOFT_LIGHT,
H A Dblitters-test.c151 PIXMAN_OP_SOFT_LIGHT,
H A Dstress-test.c839 PIXMAN_OP_SOFT_LIGHT,
H A Dutils.c927 case PIXMAN_OP_SOFT_LIGHT: return "PIXMAN_OP_SOFT_LIGHT";
1248 case PIXMAN_OP_SOFT_LIGHT:
/external/pixman/demos/
H A Dcomposite-test.c40 { "SOFT_LIGHT", PIXMAN_OP_SOFT_LIGHT },
/external/pixman/pixman/
H A Dpixman-combine-float.c945 imp->combine_float[PIXMAN_OP_SOFT_LIGHT] = combine_soft_light_u_float;
1007 imp->combine_float_ca[PIXMAN_OP_SOFT_LIGHT] = combine_soft_light_ca_float;
H A Dpixman.h370 PIXMAN_OP_SOFT_LIGHT = 0x38, enumerator in enum:__anon28856
H A Dpixman-combine32.c2435 imp->combine_32[PIXMAN_OP_SOFT_LIGHT] = combine_soft_light_u;
2495 imp->combine_32_ca[PIXMAN_OP_SOFT_LIGHT] = combine_soft_light_ca;

Completed in 7059 milliseconds