From: raster Date: Wed, 21 Oct 2009 14:53:55 +0000 (+0000) Subject: enable smooth path - same as nearest... for now X-Git-Tag: accepted/2.0/20130306.225542~242^2~2252 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f58aae62e5f94412e87813de5ebd39fe731209ba;p=profile%2Fivi%2Fevas.git enable smooth path - same as nearest... for now git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@43183 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/engines/common/evas_map_image.c b/src/lib/engines/common/evas_map_image.c index 4e7f883..4572a76 100644 --- a/src/lib/engines/common/evas_map_image.c +++ b/src/lib/engines/common/evas_map_image.c @@ -429,8 +429,7 @@ evas_common_map4_rgba_internal(RGBA_Image *src, RGBA_Image *dst, swp = sw << FP; shp = src->cache_entry.h << FP; -// if (smooth) - if (0) + if (smooth) { for (y = ystart; y <= yend; y++) {