Evas filters: Reuse output buffer in Text object
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 3 Jan 2014 02:11:40 +0000 (11:11 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 7 Feb 2014 08:33:17 +0000 (17:33 +0900)
commit12ddad2867c39f7db461344c66698b7b932778c2
tree9903fcfa5c4088ec9dfc3eb8c013a6b750d4d31c
parent2da17927da41ebbdc285886300da88d3c72a46e5
Evas filters: Reuse output buffer in Text object

This is the first possible optimization: save the rendered
text (since we already have the output buffer anyways), and
reuse it if the text + filter didn't change.
src/lib/evas/canvas/evas_object_text.c
src/lib/evas/filters/evas_filter.c