Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/include


Modified Files:
        evas_common.h 


Log Message:
 * move blend functions declaration to their own header files
 * add vim header

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/include/evas_common.h,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -3 -r1.116 -r1.117
--- evas_common.h       21 Jul 2008 15:52:09 -0000      1.116
+++ evas_common.h       21 Jul 2008 16:10:48 -0000      1.117
@@ -796,32 +796,7 @@
 EAPI int evas_common_cpu_count                          (void);
 
 /****/
-EAPI void evas_common_blend_init                        (void);
-
-RGBA_Gfx_Compositor   *evas_common_gfx_compositor_blend_get(void);
-RGBA_Gfx_Compositor   *evas_common_gfx_compositor_blend_rel_get(void);
-RGBA_Gfx_Compositor   *evas_common_gfx_compositor_copy_get(void);
-RGBA_Gfx_Compositor   *evas_common_gfx_compositor_copy_rel_get(void);
-RGBA_Gfx_Compositor   *evas_common_gfx_compositor_add_get(void);
-RGBA_Gfx_Compositor   *evas_common_gfx_compositor_add_rel_get(void);
-/*
-RGBA_Gfx_Compositor   *evas_common_gfx_compositor_sub_get(void);
-RGBA_Gfx_Compositor   *evas_common_gfx_compositor_sub_rel_get(void);
-*/
-RGBA_Gfx_Compositor   *evas_common_gfx_compositor_mask_get(void);
-RGBA_Gfx_Compositor   *evas_common_gfx_compositor_mul_get(void);
-
-RGBA_Gfx_Func     evas_common_gfx_func_composite_pixel_span_get   (RGBA_Image 
*src, RGBA_Image *dst, int pixels, int op);
-RGBA_Gfx_Func     evas_common_gfx_func_composite_color_span_get   (DATA32 col, 
RGBA_Image *dst, int pixels, int op);
-RGBA_Gfx_Func     evas_common_gfx_func_composite_pixel_color_span_get 
(RGBA_Image *src, DATA32 col, RGBA_Image *dst, int pixels, int op);
-RGBA_Gfx_Func     evas_common_gfx_func_composite_mask_color_span_get  (DATA32 
col, RGBA_Image *dst, int pixels, int op);
-RGBA_Gfx_Func     evas_common_gfx_func_composite_pixel_mask_span_get  
(RGBA_Image *src, RGBA_Image *dst, int pixels, int op);
-
-RGBA_Gfx_Pt_Func     evas_common_gfx_func_composite_pixel_pt_get   
(Image_Entry_Flags src_flags, RGBA_Image *dst, int op);
-RGBA_Gfx_Pt_Func     evas_common_gfx_func_composite_color_pt_get   (DATA32 
col, RGBA_Image *dst, int op);
-RGBA_Gfx_Pt_Func     evas_common_gfx_func_composite_pixel_color_pt_get 
(Image_Entry_Flags src_flags, DATA32 col, RGBA_Image *dst, int op);
-RGBA_Gfx_Pt_Func     evas_common_gfx_func_composite_mask_color_pt_get  (DATA32 
col, RGBA_Image *dst, int op);
-RGBA_Gfx_Pt_Func     evas_common_gfx_func_composite_pixel_mask_pt_get  
(Image_Entry_Flags src_flags, RGBA_Image *dst, int op);
+#include "../engines/common/evas_blend.h"
 
 EAPI Gfx_Func_Copy        evas_common_draw_func_copy_get        (int pixels, 
int reverse);
 



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to