efl/src/static_libs/freetype
junsu choi 9e3aabe43b freetype: Prevent lose of data when fixed point divide calculation.
Summary:
In environments that long is 4byte, fixed-point division calculations will cause data loss.
fixed-point division need to more space.
Therefore, change all long types to long long types.

Test Plan: N/A

Reviewers: Hermet, kimcinoo, smohanty

Reviewed By: Hermet

Subscribers: vtorri, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9817
2019-09-04 12:07:09 +09:00
..
meson.build here comes meson 2018-10-02 17:22:50 +02:00
sw_ft_math.c freetype: Prevent lose of data when fixed point divide calculation. 2019-09-04 12:07:09 +09:00
sw_ft_math.h freetype: Prevent lose of data when fixed point divide calculation. 2019-09-04 12:07:09 +09:00
sw_ft_raster.c ector: remove unused value 2017-10-10 13:19:03 +09:00
sw_ft_raster.h
sw_ft_stroker.c
sw_ft_stroker.h
sw_ft_types.h freetype: Prevent lose of data when fixed point divide calculation. 2019-09-04 12:07:09 +09:00