|
XenevaOS
|
#include <ft2build.h>
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 } |
Functions | |
| FT_Library_SetLcdFilter (FT_Library library, FT_LcdFilter filter) | |
| FT_Library_SetLcdFilterWeights (FT_Library library, unsigned char *weights) | |
| FT_Library_SetLcdGeometry (FT_Library library, FT_Vector sub[3]) | |
| #define FT_LCD_FILTER_FIVE_TAPS 5 |
| typedef FT_BEGIN_HEADER enum FT_LcdFilter_ FT_LcdFilter |
| typedef FT_Byte FT_LcdFiveTapFilter[FT_LCD_FILTER_FIVE_TAPS] |
| enum FT_LcdFilter_ |
| FT_Library_SetLcdFilter | ( | FT_Library | library, |
| FT_LcdFilter | filter | ||
| ) |
| FT_Library_SetLcdFilterWeights | ( | FT_Library | library, |
| unsigned char * | weights | ||
| ) |
| FT_Library_SetLcdGeometry | ( | FT_Library | library, |
| FT_Vector | sub[3] | ||
| ) |