HomeSort by relevance Sort by last modified time
    Searched refs:lcd_filter_func (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/base/
ftlcdfil.c 300 library->lcd_filter_func = NULL;
307 library->lcd_filter_func = _ft_lcd_filter_legacy;
313 library->lcd_filter_func = _ft_lcd_filter_fir;
319 library->lcd_filter_func = _ft_lcd_filter_fir;
328 library->lcd_filter_func = _ft_lcd_filter_fir;
335 library->lcd_filter_func = _ft_lcd_filter_legacy;
  /external/freetype/src/smooth/
ftsmooth.c 199 if ( slot->library->lcd_filter_func )
291 if ( slot->library->lcd_filter_func )
292 slot->library->lcd_filter_func( bitmap, mode, slot->library );
  /external/freetype/include/freetype/internal/
ftobjs.h 849 FT_Bitmap_LcdFilterFunc lcd_filter_func; \/* filtering callback *\/ member in struct:FT_LibraryRec_
    [all...]

Completed in 296 milliseconds