evas: render - use evas_object_clipees_has instead of evas_object_clipees_get
authorAmitesh Singh <amitesh.sh@samsung.com>
Thu, 15 Oct 2015 09:30:11 +0000 (15:00 +0530)
committerAmitesh Singh <amitesh.sh@samsung.com>
Thu, 15 Oct 2015 09:32:22 +0000 (15:02 +0530)
commit8e87e56a7cdb28bad1251435e0f2085ca08b9411
tree2a9ba8b0bb713d985690d27b42ec98a0553438d9
parent11846b406b5d037c315c2f22c9049e642c02de83
evas: render - use evas_object_clipees_has instead of evas_object_clipees_get

evas_object_clipees_has is far cheaper than evas_object_clipees_get in case of checking if
clipees exist or not. This should improve the performance in case of large set of clipees.

@fix
src/lib/evas/canvas/evas_render.c