efl-config: Fix calculation scale for wearable-circle (MPR-1371). There is a need... 51/220051/5 tizen_5.5_tv accepted/tizen/5.5/unified/20200102.014034 submit/tizen_5.5/20191231.060334
authorSeungwan Woo <s-w.woo@samsung.com>
Thu, 12 Dec 2019 13:43:13 +0000 (19:13 +0530)
committerSangHyeon Jade Lee <sh10233.lee@samsung.com>
Tue, 24 Dec 2019 10:33:46 +0000 (19:33 +0900)
commitcdf76ac2180dc3c4157f017313b9f1d4780866bb
treed9b43301565ce9c41773542836a87ac58c752ed9
parent299dc305bf93a509615104637e4aa0cbdef83e6c
efl-config: Fix calculation scale for wearable-circle (MPR-1371). There is a need to change the scale formula to match the wearable-circle.

scale = floor((double)w * profile_factor / 360 * 10 + 0.5) / 10;

* Requires discussion on using printf() instead of EINA_LOG_INFO for boot time logging.

Change-Id: I9a77c21040fa351faf046d1060a7eb268807ea74
Signed-off-by: Kunal Sinha <kunal.sinha@samsung.com>
src/efl_config.c