Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_common.h 


Log Message:


split up nasty smooth scaler code to separate parts - they are #included
though for speed reasons, but this makes it more maintainable.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/include/evas_common.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- evas_common.h       26 Jan 2004 08:21:00 -0000      1.22
+++ evas_common.h       30 Jan 2004 05:46:57 -0000      1.23
@@ -296,11 +296,6 @@
    RGBA_Image_Flags     flags;
    struct 
      {
-       int             num;
-       RGBA_Surface  **levels;
-     } mipmaps;
-   struct 
-     {
        int             format;
        char           *file;
        char           *real_file;
@@ -751,11 +746,6 @@
 void evas_common_scale_rgba_mipmap_down_2x2_mmx        (DATA32 *src, DATA32 *dst, int 
src_w, int src_h);
 void evas_common_scale_rgba_mipmap_down_2x1_mmx        (DATA32 *src, DATA32 *dst, int 
src_w, int src_h);
 void evas_common_scale_rgba_mipmap_down_1x2_mmx        (DATA32 *src, DATA32 *dst, int 
src_w, int src_h);
-
-void evas_common_scale_rgba_gen_mipmap_table            (RGBA_Image *src);
-void evas_common_scale_rgba_gen_mipmap_level            (RGBA_Image *src, int l);
-int  evas_common_scale_rgba_get_mipmap_surfaces         (RGBA_Image *src, int 
src_region_w, int src_region_h, int dst_region_w, int dst_region_h, RGBA_Surface 
**srf1, RGBA_Surface **srf2);
-RGBA_Surface *evas_common_scale_rgba_get_mipmap_surface (RGBA_Image *src, int 
src_region_w, int src_region_h, int dst_region_w, int dst_region_h);
   
 void evas_common_scale_rgba_in_to_out_clip_smooth_mmx  (RGBA_Image *src, RGBA_Image 
*dst, RGBA_Draw_Context *dc, int src_region_x, int src_region_y, int src_region_w, int 
src_region_h, int dst_region_x, int dst_region_y, int dst_region_w, int dst_region_h);
 void evas_common_scale_rgba_in_to_out_clip_smooth_c    (RGBA_Image *src, RGBA_Image 
*dst, RGBA_Draw_Context *dc, int src_region_x, int src_region_y, int src_region_w, int 
src_region_h, int dst_region_x, int dst_region_y, int dst_region_w, int dst_region_h);




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to