Alexei Podtelezhnikov 11d3336af3 [smooth] Simplify span rendering more.
It turns out that there is significant cost associated with `FT_Span'
creation and calls to `gray_render_span' because it happerns so
frequently. This removes these steps from our internal use but leaves
it alone for `FT_RASTER_FLAG_DIRECT" to preserve API. The speed gain
is about 5%.

* src/smooth/ftgrays.c (gray_render_span): Removed. The code is
migrated to...
(gray_hline): ... here.
2016-09-01 22:56:24 -04:00
..
2016-01-13 11:54:10 +01:00
2016-05-21 11:20:42 +02:00
2016-08-28 13:16:37 +02:00
2016-04-13 00:11:52 -04:00
2016-05-07 22:28:43 -04:00
2016-08-16 13:44:38 +02:00
2016-02-15 12:54:40 +01:00
2016-05-21 11:20:42 +02:00
2016-05-07 22:28:43 -04:00
2016-01-13 11:54:10 +01:00
2016-06-18 22:13:23 -04:00
2016-08-26 00:23:27 +02:00
2016-01-13 11:54:10 +01:00