jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=14c14349604cea5c7bcd00c634b8416613f08a23

commit 14c14349604cea5c7bcd00c634b8416613f08a23
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Thu Jun 25 15:02:44 2015 +0900

    Evas filters: Use smooth scaling by default for proxies
    
    Is it too slow? Then I guess a new API option will be required.
---
 src/lib/evas/filters/evas_filter_utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/evas/filters/evas_filter_utils.c 
b/src/lib/evas/filters/evas_filter_utils.c
index 088cb53..c643c67 100644
--- a/src/lib/evas/filters/evas_filter_utils.c
+++ b/src/lib/evas/filters/evas_filter_utils.c
@@ -58,7 +58,7 @@ evas_filter_buffer_scaled_get(Evas_Filter_Context *ctx,
              dc.sli.h = 1;
              dc.render_op = EVAS_RENDER_COPY;
 
-             ok = evas_common_scale_rgba_in_to_out_clip_sample
+             ok = evas_common_scale_rgba_in_to_out_clip_smooth
                    (s, d, &dc, 0, 0, src->w, src->h, 0, 0, w, h);
              if (!ok)
                {

-- 


Reply via email to