Evas fonts: Pass RGBA_Image instead of DATA32 buffer
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 15 Jan 2014 09:18:16 +0000 (18:18 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 7 Feb 2014 06:38:43 +0000 (15:38 +0900)
commit9adbbe0bd188578516be359843dafdd5d8d3593d
treea9a9614a3112067886af15c9afb7856aa9ce6510
parent160d0125593ae79706e6bffa229fcfae24e0ec49
Evas fonts: Pass RGBA_Image instead of DATA32 buffer

Since we want to be able to draw to alpha buffers, it's
easier if we pass the whole image struct instead of just
the data pointer.
src/lib/evas/common/evas_font.h
src/lib/evas/common/evas_font_compress.c
src/lib/evas/common/evas_font_draw.c