/external/libpng/ |
pngrtran.c | 569 /* Expand paletted images to RGB, expand grayscale images of 589 * convert tRNS to the grayscale/RGB format (16-bit RGB value), or replace 617 /* Expand grayscale images of less than 8-bit depth to 8 bits. */ 632 /* Expand grayscale images of less than 8-bit depth to 8 bits. */ 671 /* Convert a RGB image to a grayscale of the same width. This allows us, 672 * for example, to convert a 24 bpp RGB image into an 8 bpp grayscale image. [all...] |
libpng.3 | [all...] |
pngtrans.c | 142 * a less-than-8-bit grayscale to GA? */ 203 /* Invert monochrome grayscale data */
|
pngread.c | [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngrtran.c | 541 /* Expand paletted images to RGB, expand grayscale images of 560 * convert tRNS to the grayscale/RGB format (16-bit RGB value), or replace 586 /* Expand grayscale images of less than 8-bit depth to 8 bits. */ 600 /* Expand grayscale images of less than 8-bit depth to 8 bits. */ 638 /* Convert a RGB image to a grayscale of the same width. This allows us, 639 * for example, to convert a 24 bpp RGB image into an 8 bpp grayscale image. [all...] |
pngtrans.c | 121 * a less-than-8-bit grayscale to GA? */ 174 /* invert monochrome grayscale data */
|
/external/skia/legacy/src/images/ |
SkImageDecoder_libpng.cpp | 236 * byte into separate bytes (useful for paletted and grayscale images). */ 240 /* Expand grayscale images to the full 8 bits from 1, 2, or 4 bits/pixel */ 245 /* Make a grayscale image into RGB. */ [all...] |
/external/skia/src/images/ |
SkImageDecoder_libpng.cpp | 237 * byte into separate bytes (useful for paletted and grayscale images). */ 241 /* Expand grayscale images to the full 8 bits from 1, 2, or 4 bits/pixel */ 246 /* Make a grayscale image into RGB. */ [all...] |
/bootable/recovery/minui/ |
graphics.c | 359 // interpret the grayscale as alpha
|
/external/libpng/contrib/gregbook/ |
README | 13 that reads binary PGM and PPM files (the ``raw'' grayscale and RGB subsets
|
readpng2.c | 462 * grayscale images to 8 bits, transparency chunks to full alpha channel; 464 * grayscale to RGB[A] */
|
/external/opencv/otherlibs/highgui/ |
highgui.h | 341 /* Create image (BGR or grayscale) */
|
/external/qemu-pc-bios/vgabios/ |
README | 205 . Included bugfix from techt@pikeonline.net about grayscale summing
|
/packages/apps/Camera/jni/feature_stab/src/dbregtest/ |
dbregtest.cpp | 188 // make a grayscale image:
|
/packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbregtest/ |
dbregtest.cpp | 188 // make a grayscale image:
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
dbregtest.cpp | 188 // make a grayscale image:
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fb.h | 233 __u32 grayscale; /* != 0 Graylevels instead of colors */ member in struct:fb_var_screeninfo
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fb.h | 233 __u32 grayscale; /* != 0 Graylevels instead of colors */ member in struct:fb_var_screeninfo
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fb.h | 233 __u32 grayscale; /* != 0 Graylevels instead of colors */ member in struct:fb_var_screeninfo
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pngrtran.c | 818 /* Expand paletted images to RGB, expand grayscale images of 838 * convert tRNS to the grayscale/RGB format (16-bit RGB value), or replace 865 /* Expand grayscale images of less than 8-bit depth to 8 bits. */ [all...] |
/external/jpeg/ |
cjpeg.c | 153 fprintf(stderr, " -grayscale Create monochrome JPEG file\n"); 286 } else if (keymatch(arg, "grayscale", 2) || keymatch(arg, "greyscale",2)) {
|
/external/qemu/distrib/jpeg-6b/ |
cjpeg.c | 153 fprintf(stderr, " -grayscale Create monochrome JPEG file\n"); 286 } else if (keymatch(arg, "grayscale", 2) || keymatch(arg, "greyscale",2)) {
|
/external/webp/include/webp/ |
encode.h | 238 WEBP_YUV400 = 3, // grayscale 244 WEBP_YUV400A = 7, // grayscale + alpha
|
/frameworks/base/media/mca/effect/java/android/media/effect/ |
EffectFactory.java | 274 * <p>Converts image to grayscale.</p> 339 * i.e. grayscale.</td>
|
/frameworks/base/tools/aapt/ |
Main.cpp | 113 " -g specify a pixel tolerance to force images to grayscale, default 0\n" 305 printf("%s: Images with deviation <= %d will be forced to grayscale.\n", prog, tolerance);
|