|
ReactOS 0.4.16-dev-2354-g16de117
|


Go to the source code of this file.
Macros | |
| #define | FT_LCD_FILTER_FIVE_TAPS 5 |
Typedefs | |
| typedef FT_BEGIN_HEADER enum FT_LcdFilter_ | FT_LcdFilter |
| typedef FT_Byte | FT_LcdFiveTapFilter[FT_LCD_FILTER_FIVE_TAPS] |
Enumerations | |
| enum | FT_LcdFilter_ { FT_LCD_FILTER_NONE = 0 , FT_LCD_FILTER_DEFAULT = 1 , FT_LCD_FILTER_LIGHT = 2 , FT_LCD_FILTER_LEGACY1 = 3 , FT_LCD_FILTER_LEGACY = 16 , FT_LCD_FILTER_MAX } |
| #define FT_LCD_FILTER_FIVE_TAPS 5 |
Definition at line 264 of file ftlcdfil.h.
| typedef FT_BEGIN_HEADER enum FT_LcdFilter_ FT_LcdFilter |
| typedef FT_Byte FT_LcdFiveTapFilter[FT_LCD_FILTER_FIVE_TAPS] |
Definition at line 266 of file ftlcdfil.h.
| Enumerator | |
|---|---|
| FT_LCD_FILTER_NONE | |
| FT_LCD_FILTER_DEFAULT | |
| FT_LCD_FILTER_LIGHT | |
| FT_LCD_FILTER_LEGACY1 | |
| FT_LCD_FILTER_LEGACY | |
| FT_LCD_FILTER_MAX | |
Definition at line 160 of file ftlcdfil.h.
| FT_Library_SetLcdFilter | ( | FT_Library | library, |
| FT_LcdFilter | filter | ||
| ) |
Definition at line 407 of file ftlcdfil.c.
| FT_Library_SetLcdFilterWeights | ( | FT_Library | library, |
| unsigned char * | weights | ||
| ) |
Definition at line 396 of file ftlcdfil.c.
| FT_Library_SetLcdGeometry | ( | FT_Library | library, |
| FT_Vector | sub[3] | ||
| ) |
Definition at line 420 of file ftlcdfil.c.