freetype/src/smooth
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
..
ftgrays.c [smooth] Simplify span rendering more. 2016-09-01 22:56:24 -04:00
ftgrays.h Update copyright year. 2016-01-13 11:54:10 +01:00
ftsmerrs.h Update copyright year. 2016-01-13 11:54:10 +01:00
ftsmooth.c Update copyright year. 2016-01-13 11:54:10 +01:00
ftsmooth.h Update copyright year. 2016-01-13 11:54:10 +01:00
ftspic.c Update copyright year. 2016-01-13 11:54:10 +01:00
ftspic.h Update copyright year. 2016-01-13 11:54:10 +01:00
Jamfile Update copyright year. 2016-01-13 11:54:10 +01:00
module.mk Update copyright year. 2016-01-13 11:54:10 +01:00
rules.mk Update copyright year. 2016-01-13 11:54:10 +01:00
smooth.c Update copyright year. 2016-01-13 11:54:10 +01:00