Evas filters: Add offset parameter to vflip
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 7 Jan 2014 09:38:22 +0000 (18:38 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 7 Feb 2014 08:33:17 +0000 (17:33 +0900)
commit209a7077a0f9b3c8367213e78cef8604db8169e2
tree53d5a8bbc48e6437f2c974f6313de2cd707a7863
parentd9fb0cdc34dd13dade8378842988863c1156cf1f
Evas filters: Add offset parameter to vflip

It is not possible to logically handle padding and offset at the same
time for a proper mirror effect, unless this is handled directly at the
transformation level.

Also, add support for blend() operation padding computation.
src/lib/evas/filters/evas_filter.c
src/lib/evas/filters/evas_filter_parser.c
src/lib/evas/filters/evas_filter_transform.c
src/lib/evas/include/evas_filter.h