Evas filters: Rename RGBA_Image::mask.data into image.data8
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 4 Mar 2014 03:05:44 +0000 (12:05 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 4 Mar 2014 03:10:29 +0000 (12:10 +0900)
commitac8140ccd145a55a600d7c6c9f20ee2cdb01d13e
tree21869c42acfc2cb24184455f1b3d26fb98b146f4
parent993bd965edddc85a0802a52edbdbe462c37fad26
Evas filters: Rename RGBA_Image::mask.data into image.data8

The structure should not be changed, despite the union modification.

I am renaming for consistency with older branches that had a mask
field in RGBA_Image. Also, the mask.data or data8 is really just
a way to avoid casting between DATA8 and DATA32 (and it shows
clearly what kind of data you are dealing with).
src/lib/evas/common/evas_font_compress.c
src/lib/evas/common/evas_image_data.c
src/lib/evas/filters/evas_filter.c
src/lib/evas/filters/evas_filter_blend.c
src/lib/evas/filters/evas_filter_blur.c
src/lib/evas/filters/evas_filter_bump.c
src/lib/evas/filters/evas_filter_curve.c
src/lib/evas/filters/evas_filter_displace.c
src/lib/evas/filters/evas_filter_mask.c
src/lib/evas/filters/evas_filter_transform.c
src/lib/evas/include/evas_common_private.h