HomeSort by relevance Sort by last modified time
    Searched refs:grayscale (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /external/skia/include/effects/
SkHighContrastFilter.h 32 SkHighContrastConfig(bool grayscale,
35 : fGrayscale(grayscale),
47 // If true, the color will be converted to grayscale.
53 // After grayscale and inverting, the contrast can be adjusted linearly.
65 * - Conversion to grayscale
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationUtils.java 41 boolean grayscale = colorUtil.isGrayscaleIcon(v.getDrawable());
42 v.setTag(R.id.icon_is_grayscale, grayscale);
43 return grayscale;
  /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/skia/gm/
colorfilterimagefilter.cpp 135 sk_sp<SkImageFilter> grayscale(make_grayscale(std::move(brightness)));
136 paint.setImageFilter(std::move(grayscale));
141 sk_sp<SkImageFilter> grayscale(make_grayscale(nullptr));
142 sk_sp<SkImageFilter> brightness(make_brightness(0.9f, std::move(grayscale)));
  /external/ImageMagick/www/api/
channel.php 66 <dd> For example, to create 3 grayscale images from the red, green, and blue channels of an image, use: </dd>
103 <p>CombineImages() combines one or more images into a single image. The grayscale value of the pixels of each image in the sequence is assigned in order to the specified channels of the combined image. The typical ordering would be image 1 =&gt; Red, 2 =&gt; Green, 3 =&gt; Blue, etc.</p>
156 <p>SeparateImage() separates a channel from the image and returns it as a grayscale image.</p>
187 <p>SeparateImages() returns a separate grayscale image for each channel specified.</p>
  /external/brotli/research/
README.md 17 This tool generates a visualization of the distribution of backward references stored in `*.dist` file. The original file size has to be specified as a second parameter. The output is a grayscale PGM (binary) image.
  /external/skia/bench/
ColorFilterBench.cpp 131 sk_sp<SkImageFilter> grayscale(make_grayscale(nullptr));
132 paint.setImageFilter(make_brightness(0.9f, std::move(grayscale)));
  /external/freetype/src/truetype/
ttgload.c 1352 FT_Bool grayscale = 0; local
2297 FT_Bool grayscale = TRUE; local
    [all...]
ttinterp.h 251 FT_Bool grayscale; /* bi-level hinting and */ member in struct:TT_ExecContextRec_
252 /* grayscale rendering */
370 /* ClearType hinting and grayscale rendering, as used by Universal */
374 /* grayscale rendering, the old mode from Win9x days that roughly */
397 /* grayscale rendering */
  /external/libjpeg-turbo/
tjexampletest.in 39 $EXEDIR/cjpeg -quality 95 -dct fast -grayscale $IMGDIR/${basename}.bmp >$OUTDIR/${basename}_GRAY_fast_cjpeg.jpg
43 $EXEDIR/cjpeg -quality 95 -dct int -grayscale $IMGDIR/${basename}.bmp >$OUTDIR/${basename}_GRAY_accurate_cjpeg.jpg
124 # Grayscale transform
127 runme $JAVA TJExample $OUTDIR/${basename}_${samp}_fast.jpg $OUTDIR/${basename}_${samp}_${xform}.jpg -$xform -grayscale -crop 16,16,70x60
129 runme $JAVA TJExample $OUTDIR/${basename}_${samp}_fast.jpg $OUTDIR/${basename}_${samp}_${xform}.bmp -$xform -grayscale -crop 16,16,70x60
tjbenchtest.in 75 runme $EXEDIR/cjpeg -quality 95 -dct fast -grayscale -outfile $OUTDIR/${basename}_GRAY_fast_cjpeg.jpg $IMGDIR/${basename}.${EXT}
79 runme $EXEDIR/cjpeg -quality 95 -dct int -grayscale -outfile $OUTDIR/${basename}_GRAY_accurate_cjpeg.jpg $IMGDIR/${basename}.${EXT}
217 # Grayscale transform
220 runme $EXEDIR/tjbench $OUTDIR/${basename}_${samp}_Q95.jpg $BMPARG -$xform -tile -quiet -benchtime 0.01 -warmup 0 -grayscale $YUVARG $ALLOCARG
tjbenchtest.java.in 68 runme $EXEDIR/cjpeg -quality 95 -dct fast -grayscale -outfile $OUTDIR/${basename}_GRAY_fast_cjpeg.jpg $IMGDIR/${basename}.bmp
72 runme $EXEDIR/cjpeg -quality 95 -dct int -grayscale -outfile $OUTDIR/${basename}_GRAY_accurate_cjpeg.jpg $IMGDIR/${basename}.bmp
180 # Grayscale transform
183 runme $JAVA TJBench $OUTDIR/${basename}_${samp}_Q95.jpg -$xform -tile -quiet -benchtime 0.01 -warmup 0 -grayscale $YUVARG
  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.h 250 FT_Bool grayscale; /* are we hinting for grayscale? */ member in struct:TT_ExecContextRec_
270 /* grayscale rendering */
ttgload.c 2171 FT_Bool grayscale; local
    [all...]
  /external/syslinux/gpxe/src/arch/i386/include/
vga.h 199 __u32 grayscale; /* != 0 Graylevels instead of colors */ member in struct:screeninfo
  /prebuilts/go/darwin-x86/src/image/png/
reader_test.go 109 // transparency (in the tRNS chunk) is separate to the color/grayscale/palette
117 "ftbbn0g01": " using grayscale;\n",
118 "ftbbn0g02": " using grayscale;\n",
119 "ftbbn0g04": " using grayscale;\n",
123 "ftbwn0g16": " using grayscale;\n",
166 io.WriteString(w, " using grayscale;\n")
221 // We fake a tRNS chunk. The test files' grayscale and truecolor
480 // The following is an invalid 1x2 grayscale PNG image. The header is OK,
  /prebuilts/go/linux-x86/src/image/png/
reader_test.go 109 // transparency (in the tRNS chunk) is separate to the color/grayscale/palette
117 "ftbbn0g01": " using grayscale;\n",
118 "ftbbn0g02": " using grayscale;\n",
119 "ftbbn0g04": " using grayscale;\n",
123 "ftbwn0g16": " using grayscale;\n",
166 io.WriteString(w, " using grayscale;\n")
221 // We fake a tRNS chunk. The test files' grayscale and truecolor
480 // The following is an invalid 1x2 grayscale PNG image. The header is OK,
  /external/libjpeg-turbo/simd/
jcgray-mmx.asm 2 ; jcgray.asm - grayscale colorspace conversion (MMX)
jcgray-sse2-64.asm 2 ; jcgray.asm - grayscale colorspace conversion (64-bit SSE2)
jcgray-sse2.asm 2 ; jcgray.asm - grayscale colorspace conversion (SSE2)
  /frameworks/support/core-utils/java/android/support/v4/print/
PrintHelper.java 817 // Create a grayscale bitmap
818 Bitmap grayscale = Bitmap.createBitmap(original.getWidth(), original.getHeight(), local
820 Canvas c = new Canvas(grayscale);
829 return grayscale;
    [all...]
  /bionic/libc/kernel/uapi/linux/
fb.h 214 __u32 grayscale; member in struct:fb_var_screeninfo
  /development/ndk/platforms/android-21/include/linux/
fb.h 262 __u32 grayscale; member in struct:fb_var_screeninfo
  /development/ndk/platforms/android-9/include/linux/
fb.h 214 __u32 grayscale; member in struct:fb_var_screeninfo
  /development/samples/HelloEffects/src/com/example/android/mediafx/
HelloEffects.java 174 case R.id.grayscale:

Completed in 1090 milliseconds

1 2 3 4 5 6 7