ReactOS 0.4.15-dev-7924-g5949c20
ftlcdfil.c File Reference
#include <ft2build.h>
Include dependency graph for ftlcdfil.c:

Go to the source code of this file.

Functions

 ft_lcd_padding (FT_Pos *Min, FT_Pos *Max, FT_GlyphSlot slot)
 
 FT_Library_SetLcdFilterWeights (FT_Library library, unsigned char *weights)
 
 FT_Library_SetLcdFilter (FT_Library library, FT_LcdFilter filter)
 

Function Documentation

◆ ft_lcd_padding()

ft_lcd_padding ( FT_Pos Min,
FT_Pos Max,
FT_GlyphSlot  slot 
)

Definition at line 348 of file ftlcdfil.c.

351 {
352 FT_UNUSED( slot );
353
354 *Min -= 21;
355 *Max += 21;
356 }
#define Max(a, b)
Definition: cdprocs.h:78
#define Min(a, b)
Definition: cdprocs.h:74
#define FT_UNUSED(arg)
Definition: ftconfig.h:101
Definition: vfat.h:185

Referenced by ft_glyphslot_preset_bitmap().

◆ FT_Library_SetLcdFilter()

FT_Library_SetLcdFilter ( FT_Library  library,
FT_LcdFilter  filter 
)

Definition at line 371 of file ftlcdfil.c.

373 {
375 FT_UNUSED( filter );
376
377 return FT_THROW( Unimplemented_Feature );
378 }
FT_Library library
Definition: cffdrivr.c:654
#define FT_THROW(e)
Definition: ftdebug.h:213
GLint GLint GLint GLint GLint GLint GLint GLbitfield GLenum filter
Definition: glext.h:7005

◆ FT_Library_SetLcdFilterWeights()

FT_Library_SetLcdFilterWeights ( FT_Library  library,
unsigned char weights 
)

Definition at line 360 of file ftlcdfil.c.

362 {
365
366 return FT_THROW( Unimplemented_Feature );
367 }
const GLbyte * weights
Definition: glext.h:6523