edje/textstyle/optimization: Optimize code as textblock style handle logic changes. 80/213280/2
authorsubhransu mohanty <sub.mohanty@samsung.com>
Wed, 4 Sep 2019 00:51:50 +0000 (09:51 +0900)
committerwoochan lee <wc0917.lee@samsung.com>
Wed, 4 Sep 2019 01:21:15 +0000 (01:21 +0000)
commitaf6d354ce730ce81b33be10cea30dc7aa0220259
treeea40d4f5f67e22e7f7efbfaf45ec37ae1c71044a
parentf87dc6d93b4406b656d803188be603fb92e622c7
edje/textstyle/optimization: Optimize code as textblock style handle logic changes.

As tizen keeps a per object textblock style we don't
need to clear the file level textstyle as we never refer it. So cleanup the logic
which will be similar to opensource and performs much better than current logic.

Change-Id: I73905ee2e90a4e11496f902c04cbb7de9da38bb9
src/lib/edje/edje_cache.c
src/lib/edje/edje_private.h
src/lib/edje/edje_textblock_styles.c
src/lib/edje/edje_util.c