freetype2/src/smooth
Alexei Podtelezhnikov b3a6a20a80 [smooth] Switch to vertical bisections.
With horizontal bisections, the smallest section is a whole single
scanline. Almost horizontal lines or other complex scanlines can
easily overflow the rendering pool. Switching to vertical bisections
splits the scanlines and should rule out the overflows.  Fixes #1269.

* src/smooth/ftgrays.c (gray_convert_glyph): Bisect vertically.
2024-04-14 15:37:57 -04:00
..
ftgrays.c [smooth] Switch to vertical bisections. 2024-04-14 15:37:57 -04:00
ftgrays.h Update all copyright notices. 2024-01-27 11:11:22 -05:00
ftsmerrs.h Update all copyright notices. 2024-01-27 11:11:22 -05:00
ftsmooth.c Update all copyright notices. 2024-01-27 11:11:22 -05:00
ftsmooth.h Update all copyright notices. 2024-01-27 11:11:22 -05:00
module.mk Update all copyright notices. 2024-01-27 11:11:22 -05:00
rules.mk Update all copyright notices. 2024-01-27 11:11:22 -05:00
smooth.c Update all copyright notices. 2024-01-27 11:11:22 -05:00