Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/modules/engines/software_generic Modified Files: evas_engine.c Log Message: patches that i said were in - commit. (see my reply emails) also finish off a TODO item or 2 =================================================================== RCS file: /cvs/e/e17/libs/evas/src/modules/engines/software_generic/evas_engine.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- evas_engine.c 31 May 2006 18:33:46 -0000 1.4 +++ evas_engine.c 7 Jun 2006 23:30:15 -0000 1.5 @@ -248,14 +248,12 @@ eng_gradient_map(void *data, void *context, void *gradient, int spread) { evas_common_gradient_map(context, gradient, spread); - evas_common_cpu_end_opt(); } static void eng_gradient_draw(void *data, void *context, void *surface, void *gradient, int x, int y, int w, int h, double angle, int spread) { evas_common_gradient_draw(surface, context, x, y, w, h, gradient, angle, spread); - evas_common_cpu_end_opt(); } static void * @@ -423,6 +421,23 @@ return 0; } +static void * +eng_image_border_set(void *data, void *image, int l, int r, int t, int b) +{ + RGBA_Image *im; + + im = image; + return im; +} + +static void +eng_image_border_get(void *data, void *image, int *l, int *r, int *t, int *b) +{ + RGBA_Image *im; + + im = image; +} + static void eng_image_draw(void *data, void *context, void *surface, void *image, int src_x, int src_y, int src_w, int src_h, int dst_x, int dst_y, int dst_w, int dst_h, int smooth) { @@ -723,6 +738,8 @@ eng_image_data_put, eng_image_alpha_set, eng_image_alpha_get, + eng_image_border_set, + eng_image_border_get, eng_image_draw, eng_image_comment_get, eng_image_format_get, _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs