diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2012-07-05 03:11:47 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2012-07-05 03:11:47 +0000 |
commit | a99bf2c9b6f47fde68f627623eec9e7ab86db0f0 (patch) | |
tree | 40ffd58ee9588ad55747c9250cdae902831bb9e0 /legacy/evas/src/lib/engines/common/evas_scale_smooth.c | |
parent | a0141e0afd741d8886afd71a81d00e402501d043 (diff) |
evas: fix clipping issue with pipe rendering.
SVN revision: 73322
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/src/lib/engines/common/evas_scale_smooth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/evas/src/lib/engines/common/evas_scale_smooth.c b/legacy/evas/src/lib/engines/common/evas_scale_smooth.c index ca852033c8..a3cb379069 100644 --- a/legacy/evas/src/lib/engines/common/evas_scale_smooth.c +++ b/legacy/evas/src/lib/engines/common/evas_scale_smooth.c | |||
@@ -551,7 +551,7 @@ evas_common_scale_rgba_in_to_out_clip_smooth_do(const Cutout_Rects *reuse, | |||
551 | # endif | 551 | # endif |
552 | if (!reuse) | 552 | if (!reuse) |
553 | { | 553 | { |
554 | evas_common_draw_context_set_clip(dc, clip->x, clip->y, clip->w, clip->h); | 554 | evas_common_draw_context_clip_clip(dc, clip->x, clip->y, clip->w, clip->h); |
555 | # ifdef BUILD_MMX | 555 | # ifdef BUILD_MMX |
556 | if (mmx) | 556 | if (mmx) |
557 | evas_common_scale_rgba_in_to_out_clip_smooth_mmx(src, dst, dc, | 557 | evas_common_scale_rgba_in_to_out_clip_smooth_mmx(src, dst, dc, |