Searched refs:lcd_filter_func (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/freetype/src/base/
H A Dftlcdfil.c302 library->lcd_filter_func = NULL;
309 library->lcd_filter_func = _ft_lcd_filter_legacy;
315 library->lcd_filter_func = _ft_lcd_filter_fir;
321 library->lcd_filter_func = _ft_lcd_filter_fir;
330 library->lcd_filter_func = _ft_lcd_filter_fir;
337 library->lcd_filter_func = _ft_lcd_filter_legacy;
/external/freetype/src/base/
H A Dftlcdfil.c303 library->lcd_filter_func = NULL;
310 library->lcd_filter_func = _ft_lcd_filter_legacy;
316 library->lcd_filter_func = _ft_lcd_filter_fir;
322 library->lcd_filter_func = _ft_lcd_filter_fir;
331 library->lcd_filter_func = _ft_lcd_filter_fir;
338 library->lcd_filter_func = _ft_lcd_filter_legacy;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfxft_ftlcdfil.c303 library->lcd_filter_func = NULL;
310 library->lcd_filter_func = _ft_lcd_filter_legacy;
316 library->lcd_filter_func = _ft_lcd_filter_fir;
322 library->lcd_filter_func = _ft_lcd_filter_fir;
331 library->lcd_filter_func = _ft_lcd_filter_fir;
338 library->lcd_filter_func = _ft_lcd_filter_legacy;
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftsmooth.c210 if ( slot->library->lcd_filter_func )
309 if ( slot->library->lcd_filter_func )
310 slot->library->lcd_filter_func( bitmap, mode, slot->library );
/external/freetype/src/smooth/
H A Dftsmooth.c210 if ( slot->library->lcd_filter_func )
309 if ( slot->library->lcd_filter_func )
310 slot->library->lcd_filter_func( bitmap, mode, slot->library );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftsmooth.c210 if ( slot->library->lcd_filter_func )
309 if ( slot->library->lcd_filter_func )
310 slot->library->lcd_filter_func( bitmap, mode, slot->library );
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftobjs.h841 /* lcd_filter_func :: If subpixel rendering is activated, the LCD */
879 FT_Bitmap_LcdFilterFunc lcd_filter_func; /* filtering callback */ member in struct:FT_LibraryRec_
/external/freetype/include/internal/
H A Dftobjs.h833 /* lcd_filter_func :: If subpixel rendering is activated, the LCD */
871 FT_Bitmap_LcdFilterFunc lcd_filter_func; /* filtering callback */ member in struct:FT_LibraryRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftobjs.h841 /* lcd_filter_func :: If subpixel rendering is activated, the LCD */
879 FT_Bitmap_LcdFilterFunc lcd_filter_func; /* filtering callback */ member in struct:FT_LibraryRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftobjs.h841 /* lcd_filter_func :: If subpixel rendering is activated, the LCD */
879 FT_Bitmap_LcdFilterFunc lcd_filter_func; /* filtering callback */ member in struct:FT_LibraryRec_

Completed in 2113 milliseconds