Evas filters: Implement other masking functions
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 9 Dec 2013 07:23:58 +0000 (16:23 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 7 Feb 2014 08:33:16 +0000 (17:33 +0900)
commit65d779c7a301bb5c04e77be8f14efb7c527763b6
tree46f6f23f23f56edb04751e0aa3d78e1f1b49a0e6
parent3f0f703f503c02768e36c73b9cf428249ce2ec42
Evas filters: Implement other masking functions

These functions differ from normal blending as they will use
a mask on top of input and output buffers.
So, basically they blend input+mask into a third buffer output.

If output is RGBA then mask or input MUST be RGBA.
src/lib/evas/filters/evas_filter_mask.c [new file with mode: 0644]