freetype2/src/raster
Alexei Podtelezhnikov 8f255c89e1 [raster] Speed up Bézier arches with extrema.
While it is recommended to have an explicit point at each curve
extrema, they might be missing or outline could be rotated. This
leads to excessive bisections in raster to find them.  This change
helps to decrease the number of bisections.  The scanline
intersections remain monotonous, of course.

* src/raster/ftraster.c (Conic_To, Cubic_To): Check that control
points cross the scanlines to bisect.
2023-11-27 22:44:36 -05:00
..
ftmisc.h Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftraster.c [raster] Speed up Bézier arches with extrema. 2023-11-27 22:44:36 -05:00
ftraster.h Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftrend1.c */*: Remove many function pointer casts. 2023-06-03 06:58:09 +02:00
ftrend1.h Update all copyright notices. 2023-01-17 09:18:25 +01:00
module.mk Update all copyright notices. 2023-01-17 09:18:25 +01:00
raster.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
rasterrs.h Update all copyright notices. 2023-01-17 09:18:25 +01:00
rules.mk Update all copyright notices. 2023-01-17 09:18:25 +01:00