Searched refs:lcd_weights (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/freetype/src/base/ |
H A D | ftlcdfil.c | 36 FT_Byte* weights = library->lcd_weights; 276 ft_memcpy( library->lcd_weights, weights, 5 ); 312 ft_memcpy( library->lcd_weights, light_filter, 5 ); 318 ft_memcpy( library->lcd_weights, default_filter, 5 ); 327 ft_memcpy( library->lcd_weights, light_filter, 5 );
|
/external/freetype/src/base/ |
H A D | ftlcdfil.c | 38 FT_Byte* weights = library->lcd_weights; 278 ft_memcpy( library->lcd_weights, weights, 5 ); 314 ft_memcpy( library->lcd_weights, light_filter, 5 ); 320 ft_memcpy( library->lcd_weights, default_filter, 5 ); 329 ft_memcpy( library->lcd_weights, light_filter, 5 );
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
H A D | ftobjs.h | 821 /* lcd_weights :: If subpixel rendering is activated, the LCD */ 863 FT_Byte lcd_weights[7]; /* filter weights, if any */ member in struct:FT_LibraryRec_
|
/external/freetype/include/freetype/internal/ |
H A D | ftobjs.h | 838 /* lcd_weights :: If subpixel rendering is activated, the LCD */ 878 FT_Byte lcd_weights[7]; /* filter weights, if any */ member in struct:FT_LibraryRec_
|
Completed in 986 milliseconds