evas vg: optimization++ 72/192572/1
authorHermet Park <hermetpark@gmail.com>
Tue, 6 Nov 2018 12:40:24 +0000 (21:40 +0900)
committerHermet Park <hermetpark@gmail.com>
Tue, 6 Nov 2018 12:48:59 +0000 (21:48 +0900)
commit848d6bb1be6a2b351424c598a74879d2025d81e4
tree0016806cf33e89de9efbc7b8739cae0c8e551617
parent3cc44d6628280d029c8734cf096a96bce3751ca8
evas vg: optimization++

Additional caching for start, end frames.

If there are multiple vector instances for a same resource,
Caching those two frames would be likely used several
because start, end frames could be remains on the view
if they didn't start animation yet or if it finished animation.

Change-Id: I8c5d52090d2e0f285f31bd48489a09510e19e203
src/lib/evas/canvas/evas_vg_private.h
src/lib/evas/vg/evas_vg_cache.c