HomeSort by relevance Sort by last modified time
    Searched defs:grayscale (Results 1 - 14 of 14) sorted by null

  /external/libcups/filter/
testclient.c 53 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 output..
    [all...]
  /frameworks/base/tools/aapt2/compile/
PngCrunch.cpp 308 // - Grayscale
309 // - Grayscale + cheap alpha
310 // - Grayscale + alpha
312 static int PickColorType(int32_t width, int32_t height, bool grayscale,
322 if (grayscale) {
327 // This grayscale has alpha and can fit within a palette.
521 // 1. Every pixel has R == G == B (grayscale)
527 bool grayscale = true; local
540 // For purposes of palettes and grayscale optimization,
558 // Check if the image is indeed grayscale
    [all...]
  /external/freetype/src/truetype/
ttgload.c 1436 FT_Bool grayscale = 0; local
2382 FT_Bool grayscale = TRUE; local
    [all...]
ttinterp.h 251 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/
FuzzCanvas.cpp 204 bool grayscale; local
207 fuzz->next(&grayscale);
211 grayscale, SkHighContrastConfig::InvertStyle(invertStyle), contrast));
    [all...]
  /external/skqp/fuzz/
FuzzCanvas.cpp 200 bool grayscale; local
203 fuzz->next(&grayscale);
207 grayscale, SkHighContrastConfig::InvertStyle(invertStyle), contrast));
    [all...]
  /external/syslinux/gpxe/src/arch/i386/include/
vga.h 199 __u32 grayscale; /* != 0 Graylevels instead of colors */ member in struct:screeninfo
  /frameworks/support/print/src/main/java/androidx/print/
PrintHelper.java 803 // Create a grayscale bitmap
804 Bitmap grayscale = Bitmap.createBitmap(original.getWidth(), original.getHeight(), local
806 Canvas c = new Canvas(grayscale);
815 return grayscale;
  /bionic/libc/kernel/uapi/linux/
fb.h 214 __u32 grayscale; member in struct:fb_var_screeninfo
  /external/kernel-headers/original/uapi/linux/
fb.h 250 __u32 grayscale; /* 0 = color, 1 = grayscale, */ member in struct:fb_var_screeninfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fb.h 242 __u32 grayscale; /* != 0 Graylevels instead of colors */ member in struct:fb_var_screeninfo
  /external/ImageMagick/Magick++/lib/
Image.cpp 3281 void Magick::Image::grayscale(const PixelIntensityMethod method_) function in class:Magick::Image
    [all...]
  /external/valgrind/include/vki/
vki-linux.h 2161 __vki_u32 grayscale; \/* != 0 Graylevels instead of colors *\/ member in struct:vki_fb_var_screeninfo
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 891 milliseconds