Evas: Move alpha functions to static_libs/draw
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 3 Dec 2015 06:29:32 +0000 (15:29 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 3 Dec 2015 09:42:50 +0000 (18:42 +0900)
commitb5500a864434f53240cb774c92731341b21ff3ad
tree4135624f595ef8133280335ab1e28432444a380f
parent4bcea3eada67332b61e175adabbcbe6dd07563f8
Evas: Move alpha functions to static_libs/draw

This is a pretty simple code refactor, moving pixel handling
to the new draw lib.
src/Makefile_Evas.am
src/lib/evas/common/evas_alpha_main.c [deleted file]
src/lib/evas/common/evas_blend_private.h
src/lib/evas/common/evas_font_compress.c
src/lib/evas/filters/evas_filter_blend.c
src/lib/evas/filters/evas_filter_mask.c
src/lib/evas/include/evas_common_private.h
src/static_libs/draw/draw.h
src/static_libs/draw/draw_alpha_main.c [new file with mode: 0644]