freetype2/src/smooth
Alexei Podtelezhnikov 11ffff2c91 Formulate Harmony LCD rendering.
This generalizes magic outline shifts that make Harmony LCD
rendering work in terms of precise two-dimensional RGB subpixel
positions. These coordinates are now set in time of the `smooth'
module initialization and later used to shift a glyph outline for
rendering. FT_RENDER_MODE_LCD and FT_RENDER_MODE_LCD_V use the same
coordinates. The letter, however, rotates them before using.
The LCD bitmap padding is also calculated using these coordinates.
There should be rendering changes resuting from this commit.
2018-04-28 23:01:44 -04:00
..
Jamfile Update copyright year. 2018-01-02 09:33:57 +01:00
ftgrays.c s/sub-pixel/subpixel/. 2018-02-17 10:34:47 +01:00
ftgrays.h Update copyright year. 2018-01-02 09:33:57 +01:00
ftsmerrs.h Update copyright year. 2018-01-02 09:33:57 +01:00
ftsmooth.c Formulate Harmony LCD rendering. 2018-04-28 23:01:44 -04:00
ftsmooth.h Update copyright year. 2018-01-02 09:33:57 +01:00
ftspic.c Update copyright year. 2018-01-02 09:33:57 +01:00
ftspic.h Update copyright year. 2018-01-02 09:33:57 +01:00
module.mk Update copyright year. 2018-01-02 09:33:57 +01:00
rules.mk Update copyright year. 2018-01-02 09:33:57 +01:00
smooth.c Update copyright year. 2018-01-02 09:33:57 +01:00