freetype2/src/sdf
Anuj Verma 360e2507a3 [sdf] Fix corner checks and improve performance.
* src/sdf/ftsdf.c (sdf_generate_bounding_box): Always check for a corner if
two distances (for different curves) are very close.

(sdf_conic_to): Check whether the conic curve can be treated as a line
(which happens if the control point coincides with any end point).
2022-03-05 17:00:10 +01:00
..
ftbsdf.c Fix sdf computation while `USE_SQUARED_DISTANCES`. 2022-01-27 18:01:08 +05:30
ftsdf.c [sdf] Fix corner checks and improve performance. 2022-03-05 17:00:10 +01:00
ftsdf.h Update all copyright notices. 2022-01-11 10:54:10 +01:00
ftsdfcommon.c Update all copyright notices. 2022-01-11 10:54:10 +01:00
ftsdfcommon.h [sdf] Implement deviation-based splitting for Bezier curves. 2022-03-05 16:53:45 +01:00
ftsdferrs.h Update all copyright notices. 2022-01-11 10:54:10 +01:00
ftsdfrend.c Update all copyright notices. 2022-01-11 10:54:10 +01:00
ftsdfrend.h Update all copyright notices. 2022-01-11 10:54:10 +01:00
module.mk Update all copyright notices. 2022-01-11 10:54:10 +01:00
rules.mk Update all copyright notices. 2022-01-11 10:54:10 +01:00
sdf.c Update all copyright notices. 2022-01-11 10:54:10 +01:00