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

/external/skia/gm/
H A Dcolorfilterimagefilter.cpp90 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale(brightness));
91 paint.setImageFilter(grayscale);
96 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale());
97 SkAutoTUnref<SkImageFilter> brightness(make_brightness(0.9f, grayscale));
/external/skia/bench/
H A DColorFilterBench.cpp113 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale(brightness));
114 paint.setImageFilter(grayscale);
139 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale());
140 SkAutoTUnref<SkImageFilter> brightness(make_brightness(0.9f, grayscale));
271 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale());
272 paint.setImageFilter(grayscale);
/external/freetype/src/truetype/
H A Dttinterp.h250 FT_Bool grayscale; /* are we hinting for grayscale? */ member in struct:TT_ExecContextRec_
270 /* grayscale rendering */
H A Dttgload.c1348 * For simplicity, FreeType uses (1) for grayscale subpixel hinting and
1361 ? loader->exec->grayscale \
2197 FT_Bool grayscale; local
2243 grayscale = FALSE;
2246 grayscale = TRUE;
2250 grayscale = FALSE;
2255 exec->ignore_x_mode = subpixel_hinting || grayscale;
2294 grayscale = FT_BOOL( FT_LOAD_TARGET_MODE( load_flags ) !=
2317 /* a change from mono to grayscale rendering (and vice versa) */
2319 if ( grayscale !
[all...]
H A Dttinterp.c7359 if ( ( args[0] & 32 ) != 0 && exc->grayscale )
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.h262 FT_Bool grayscale; /* are we hinting for grayscale? */ member in struct:TT_ExecContextRec_
H A Dttgload.c1344 * For simplicity, FreeType uses (1) for grayscale subpixel hinting and
1355 FT_Bool grayscale_ = loader->exec ? loader->exec->grayscale \
2109 FT_Bool grayscale; local
2154 grayscale = FALSE;
2157 grayscale = TRUE;
2161 grayscale = FALSE;
2166 exec->ignore_x_mode = subpixel || grayscale;
2197 grayscale = FT_BOOL( FT_LOAD_TARGET_MODE( load_flags ) !=
2220 /* a change from mono to grayscale rendering (and vice versa) */
2222 if ( grayscale !
[all...]
H A Dttinterp.c7781 if ( ( args[0] & 32 ) != 0 && CUR.grayscale )
/external/kernel-headers/original/uapi/linux/
H A Dfb.h249 __u32 grayscale; /* 0 = color, 1 = grayscale, */ member in struct:fb_var_screeninfo
/external/valgrind/include/vki/
H A Dvki-linux.h2143 __vki_u32 grayscale; /* != 0 Graylevels instead of colors */ member in struct:vki_fb_var_screeninfo

Completed in 300 milliseconds