efl/src/lib/evas
Youngbok Shin 2b9a2692e8 evas font: do floating point division for calculating more accurately
Summary:
Assigning a result of integral division to a double type variable is
not useful for next division calculation. For more accurate calculation,
it needs to be casted to double before doing division.
It does not fix some bugs. It was reported by a code quality advisor.

Test Plan: N/A

Reviewers: raster, cedric, jpeg, herdsman, eunue

Reviewed By: cedric

Differential Revision: https://phab.enlightenment.org/D5069

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
2017-08-30 12:06:01 -07:00
..
cache evas image cache: notify preload for image objects without explicit callbacks 2017-08-25 14:48:12 -04:00
cache2 evas cache2 - remove excess file and key checks - only check file 2017-07-31 10:58:04 +09:00
canvas evas: we always do use the common backend, so always init. 2017-08-30 10:01:17 -07:00
common evas font: do floating point division for calculating more accurately 2017-08-30 12:06:01 -07:00
common3d common3d: correct converting number to float 2017-08-11 14:20:10 +09:00
cserve2 evas: use new API eina_file_close_on_exec. 2017-04-18 16:55:03 -07:00
file efl: remove PS3 backend. 2017-08-25 10:48:42 -07:00
filters evas: use output instead of default one during rendering of proxy. 2017-08-25 10:52:29 -07:00
include evas: we always do use the common backend, so always init. 2017-08-30 10:01:17 -07:00
Evas.h evas: make the high level documentation more concise 2017-08-29 16:23:34 -07:00
Evas.hh cxx: Modify how to generate C++ headers and allow cyclic dependencies 2017-01-18 22:47:04 -02:00
Evas_Common.h evas: Improve the documentation for evas_init() and evas_shutdown() 2017-07-11 12:22:11 +09:00
Evas_Eo.h Move efl interfaces from evas to efl directory 2017-08-22 09:53:24 +03:00
Evas_GL.h evas: Fix spelling/grammar errors 2017-08-17 10:45:35 -04:00
Evas_Internal.h evas: Fix mouse event info in global events 2017-07-10 17:01:05 +09:00
Evas_Legacy.h doc: Include two missing properties 2017-07-13 23:19:52 +01:00
Evas_Loader.h Evas_Loader: Fix pluralization in grammar 2017-04-04 09:20:48 -04:00
main.c evas mem - remove redundenty unused evas mem absraction 2017-07-31 11:53:59 +09:00