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

/external/pixman/test/
H A Dpdf-op-test.c10 PIXMAN_OP_LIGHTEN,
H A Dcombiner-test.c54 PIXMAN_OP_LIGHTEN,
H A Dblitters-test.c144 PIXMAN_OP_LIGHTEN,
H A Dstress-test.c833 PIXMAN_OP_LIGHTEN,
H A Dutils.c923 case PIXMAN_OP_LIGHTEN: return "PIXMAN_OP_LIGHTEN";
1244 case PIXMAN_OP_LIGHTEN:
/external/pixman/demos/
H A Dcomposite-test.c36 { "LIGHTEN", PIXMAN_OP_LIGHTEN },
/external/pixman/pixman/
H A Dpixman-combine-float.c941 imp->combine_float[PIXMAN_OP_LIGHTEN] = combine_lighten_u_float;
1003 imp->combine_float_ca[PIXMAN_OP_LIGHTEN] = combine_lighten_ca_float;
H A Dpixman.h366 PIXMAN_OP_LIGHTEN = 0x34, enumerator in enum:__anon28856
H A Dpixman-combine32.c2431 imp->combine_32[PIXMAN_OP_LIGHTEN] = combine_lighten_u;
2491 imp->combine_32_ca[PIXMAN_OP_LIGHTEN] = combine_lighten_ca;

Completed in 87 milliseconds