edje: improve text calculation performance by skipping resizing code 24/161024/1
authorYoungbok Shin <youngb.shin@samsung.com>
Tue, 21 Nov 2017 06:12:15 +0000 (15:12 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Tue, 21 Nov 2017 06:12:15 +0000 (15:12 +0900)
commit15ce777490ec8ea887767b740b20e583018f3631
treefd2529c549df02b6c786a3551f8ad4eb24cd8e36
parent836609c29714081b5cf7f9ceda0adca9cc53226e
edje: improve text calculation performance by skipping resizing code

It only improve performance for a textblock part which has the following setting.

   description {
      text {
         min: 0 1;
      }
   }

@tizen_fix

Change-Id: Ic75c78dfbda8e3f5e2f16a2363bd0e9a6e4591ea
src/lib/edje/edje_calc.c