OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lcd_filter_func
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/freetype/src/base/
ftlcdfil.c
302
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/
ftlcdfil.c
302
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/chromium_org/third_party/freetype/src/smooth/
ftsmooth.c
210
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/
ftsmooth.c
210
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/
ftobjs.h
879
FT_Bitmap_LcdFilterFunc
lcd_filter_func
; \/* filtering callback *\/
member in struct:FT_LibraryRec_
[
all
...]
/external/freetype/include/freetype/internal/
ftobjs.h
879
FT_Bitmap_LcdFilterFunc
lcd_filter_func
; \/* filtering callback *\/
member in struct:FT_LibraryRec_
[
all
...]
Completed in 735 milliseconds