freetype2/src/sdf
Anuj Verma 31c0a833d6 [sdf] Fixed corner checks and improved performance.
* src/sdf/ftsdf.c (sdf_generate_bounding_box): Always check for
  corner if two distance (for different curves) are very close.

* src/sdf/ftsdf.c (sdf_conic_to): Added check to figure out if
  the conic can be treated as a line (which happens if the control
  point coincide with any end-point).

  Also, replace tabs `\t` with spaces.
2021-10-16 10:02:30 +05:30
..
ftbsdf.c [smooth, raster, sdf] Clean up initialization calls. 2021-09-02 23:30:31 -04:00
ftsdf.c [sdf] Fixed corner checks and improved performance. 2021-10-16 10:02:30 +05:30
ftsdf.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
ftsdfcommon.c * src/sdf/ftsdfcommon.c: Fix inclusion of header files. 2021-06-08 10:32:20 +02:00
ftsdfcommon.h [sdf] Impliment deviation based splitting for bezier curves. 2021-10-15 08:55:41 +05:30
ftsdferrs.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
ftsdfrend.c Fix invalid memory access in `bsdf` rasterizer. 2021-08-02 05:51:15 +02:00
ftsdfrend.h Update all copyright notices. 2021-01-17 07:18:48 +01:00
module.mk Update all copyright notices. 2021-01-17 07:18:48 +01:00
rules.mk [sdf] Make `make multi` work. 2021-06-08 09:06:39 +02:00
sdf.c [sdf] Make `make multi` work. 2021-06-08 09:06:39 +02:00