Alexei Podtelezhnikov 1e0cef9e72 [smooth, raster] Fix up and align error codes.
FT_Render_Glyph picked up FAILURE or 1 returned from the raster
function, which became a confusing error code. Instead, return
Raster_Overflow in the unlikely event that banding does not help or
another meaningful error.

* src/smooth/ftgrays.c (gray_convert_glyph_inner, gray_convert_glyph):
Use Raster_Overflow when the rendering pool is exhausted and return it
if banding does not help.
(gray_raster_render): Use Smooth_Err_Ok.

* src/raster/ftraster.c (Render_Single_Pass): Return Raster_Overflow
if banding does not help or another error code.
2021-06-24 00:19:50 -04:00
..
2021-06-19 15:45:46 +02:00
2021-01-17 07:18:48 +01:00
2021-04-26 17:14:28 -04:00
2021-06-12 10:13:08 +02:00
2021-01-17 07:18:48 +01:00
2021-06-19 07:03:40 +02:00
2021-05-07 19:17:48 -04:00
2021-06-15 22:49:21 -04:00