Evas filters: Use smooth scaling by default for proxies

Is it too slow? Then I guess a new API option will be required.
This commit is contained in:
Jean-Philippe Andre 2015-06-25 15:02:44 +09:00
parent 8fa3b2b111
commit 14c1434960
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{