Searched defs:grayscale (Results 1 - 12 of 12) sorted by relevance

/external/skia/include/effects/
H A DSkHighContrastFilter.h34 SkHighContrastConfig(bool grayscale, argument
37 : fGrayscale(grayscale),
49 // If true, the color will be converted to grayscale.
55 // After grayscale and inverting, the contrast can be adjusted linearly.
67 * - Conversion to grayscale
/external/skqp/include/effects/
H A DSkHighContrastFilter.h34 SkHighContrastConfig(bool grayscale, argument
37 : fGrayscale(grayscale),
49 // If true, the color will be converted to grayscale.
55 // After grayscale and inverting, the contrast can be adjusted linearly.
67 * - Conversion to grayscale
/external/libcups/filter/
H A Dtestclient.c53 static const char *make_raster_file(ipp_t *response, int grayscale, char *tempname, size_t tempsize, const char **format);
76 grayscale = 0, /* Force grayscale? */ local
152 grayscale = 1;
273 if ((printfile = make_raster_file(response, grayscale, tempfile, sizeof(tempfile), &printformat)) == NULL)
390 int grayscale, /* I - Force grayscale? */
545 else if (!strncmp(val, "SRGB24", 6) && !grayscale)
567 if (!grayscale && ippContainsString(attr, "srgb_8"))
668 * Do grayscale outpu
389 make_raster_file(ipp_t *response, int grayscale, char *tempname, size_t tempsize, const char **format) argument
[all...]
/external/freetype/src/truetype/
H A Dttgload.c1428 * For simplicity, FreeType uses (1) for grayscale subpixel hinting and
1436 FT_Bool grayscale = 0; local
1449 grayscale = loader->exec ? loader->exec->grayscale
1458 grayscale = loader->exec ? loader->exec->grayscale_cleartype
1463 use_aw_2 = (FT_Bool)( subpixel_hinting && grayscale );
2382 FT_Bool grayscale = TRUE; local
2455 grayscale = FALSE;
2458 grayscale = TRUE;
2462 grayscale
[all...]
H A Dttinterp.h251 FT_Bool grayscale; /* bi-level hinting and */ member in struct:TT_ExecContextRec_
252 /* grayscale rendering */
386 /* ClearType hinting and grayscale rendering, as used by Universal */
390 /* grayscale rendering, the old mode from Win9x days that roughly */
413 /* grayscale rendering */
/external/skia/fuzz/
H A DFuzzCanvas.cpp204 bool grayscale; local
207 fuzz->next(&grayscale);
211 grayscale, SkHighContrastConfig::InvertStyle(invertStyle), contrast));
/external/skqp/fuzz/
H A DFuzzCanvas.cpp200 bool grayscale; local
203 fuzz->next(&grayscale);
207 grayscale, SkHighContrastConfig::InvertStyle(invertStyle), contrast));
/external/syslinux/gpxe/src/arch/i386/include/
H A Dvga.h199 __u32 grayscale; /* != 0 Graylevels instead of colors */ member in struct:screeninfo
/external/ImageMagick/MagickCore/
H A Denhance.c1953 % GrayscaleImage() converts the image to grayscale.
3429 % NegateImage() negates the colors in the reference image. The grayscale
3430 % option means that only grayscale values within the image are negated.
3435 % const MagickBooleanType grayscale,ExceptionInfo *exception)
3441 % o grayscale: If MagickTrue, only negate grayscale pixels within the image.
3447 const MagickBooleanType grayscale,ExceptionInfo *exception)
3476 if( grayscale != MagickFalse )
3493 if( grayscale != MagickFalse )
3428 NegateImage(Image *image, const MagickBooleanType grayscale,ExceptionInfo *exception) argument
/external/kernel-headers/original/uapi/linux/
H A Dfb.h250 __u32 grayscale; /* 0 = color, 1 = grayscale, */ member in struct:fb_var_screeninfo
/external/ImageMagick/Magick++/lib/
H A DImage.cpp3281 void Magick::Image::grayscale(const PixelIntensityMethod method_) function in class:Magick::Image
/external/valgrind/include/vki/
H A Dvki-linux.h2161 __vki_u32 grayscale; /* != 0 Graylevels instead of colors */ member in struct:vki_fb_var_screeninfo

Completed in 490 milliseconds