evas image updates - reduce overhead with bordered images not scaled
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 20 Jul 2016 04:13:41 +0000 (13:13 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 20 Jul 2016 04:13:41 +0000 (13:13 +0900)
commit0e5d9980b23f8fb74c2348ad6e12d6fb1eee1392
tree6581c66d29c83989ec120e4ae890cea1e2e92691
parentba5e3ec2fbeb3638175bb400503193ff954e04be
evas image updates - reduce overhead with bordered images not scaled

this fixes over-rendering (where we render the whole image) if it has
a border set. do proper region updates if the image has a border but
is not scaled and the fill is at 0 0 and sams size as the object etc.
etc. so this is simple and doable.

this fixes T4123
src/lib/evas/canvas/evas_object_image.c