/external/webkit/Source/WebCore/bridge/ |
npruntime_internal.h | 49 #undef GrayScale
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
QTDecompressionSession.cpp | 90 // Grayscale pixel formats get depths 33 through 40, depending 91 // on their bits per pixel. Yes, this means that 16-bit grayscale 92 // and 8-bit grayscale have the same pixel depth.
|
/external/jpeg/ |
wrbmp.c | 39 * pixel if the output is grayscale or colormapped, three if it is full color. 108 /* This version is for grayscale OR quantized color output */ 185 /* Grayscale output. We need to fake a 256-entry colormap. */ 250 /* Grayscale output. We need to fake a 256-entry colormap. */ 311 /* Grayscale colormap (only happens with grayscale quantization) */ 321 /* If no colormap, must be grayscale data. Generate a linear "map". */
|
wrtarga.c | 122 /* used for grayscale OR quantized color output */ 140 * For Targa, this is only applied to grayscale data. 174 /* Targa doesn't have a mapped grayscale format, so we will */
|
transupp.h | 78 * We also offer a "force to grayscale" option, which simply discards the 90 boolean force_grayscale; /* if TRUE, convert color image to grayscale */
|
change.log | 8 and flipping) as well as "lossless" reduction to grayscale. 140 Correct bugs with grayscale images having v_samp_factor > 1. 157 Changed color conversion roundoff behavior so that grayscale values are
|
cjpeg.1 | 23 .B \-grayscale 43 .B \-grayscale 45 compressing a grayscale BMP file, because 49 .BR \-grayscale ,
|
/external/qemu/distrib/jpeg-6b/ |
wrbmp.c | 39 * pixel if the output is grayscale or colormapped, three if it is full color. 108 /* This version is for grayscale OR quantized color output */ 185 /* Grayscale output. We need to fake a 256-entry colormap. */ 250 /* Grayscale output. We need to fake a 256-entry colormap. */ 311 /* Grayscale colormap (only happens with grayscale quantization) */ 321 /* If no colormap, must be grayscale data. Generate a linear "map". */
|
wrtarga.c | 122 /* used for grayscale OR quantized color output */ 140 * For Targa, this is only applied to grayscale data. 174 /* Targa doesn't have a mapped grayscale format, so we will */
|
transupp.h | 78 * We also offer a "force to grayscale" option, which simply discards the 90 boolean force_grayscale; /* if TRUE, convert color image to grayscale */
|
change.log | 8 and flipping) as well as "lossless" reduction to grayscale. 140 Correct bugs with grayscale images having v_samp_factor > 1. 157 Changed color conversion roundoff behavior so that grayscale values are
|
cjpeg.1 | 23 .B \-grayscale 43 .B \-grayscale 45 compressing a grayscale BMP file, because 49 .BR \-grayscale ,
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4VIFI_FiltersAPI.h | 228 /** Apply grayscale effect RGB565toRGB565 */ 319 /** Apply grayscale effect RGB565toRGB565 */ 425 /** Apply grayscale effect RGB565toRGB565 */ 510 /** Apply grayscale effect RGB565toRGB565 */ 592 /** Apply grayscale effect RGB565toRGB565 */ 659 /** Apply grayscale effect RGB565toRGB565 */ [all...] |
/external/chromium/chrome/common/extensions/docs/static/ |
omnibox.html | 61 Chrome automatically creates a grayscale version of
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
ImageBasedHeightMapGrid.java | 17 * By default it expects a 16-bit grayscale image as the heightmap, but
|
/external/libpng/ |
png.5 | 8 common uses of TIFF. Indexed-color, grayscale, and truecolor images are
|
/external/qemu/distrib/sdl-1.2.15/ |
README.PicoGUI | 46 - Support for indexed and grayscale modes
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_SetColors.3 | 24 \f(CW/* Create a display surface with a grayscale palette */
|
SDL_SetPalette.3 | 26 \f(CW /* Create a display surface with a grayscale palette */
|
/external/freetype/src/truetype/ |
ttinterp.h | 219 FT_Bool grayscale; /* are we hinting for grayscale? */ member in struct:TT_ExecContextRec_
|
/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
Image.java | 68 * 8-bit grayscale/luminance. 73 * 16-bit grayscale/luminance. 78 * half-precision floating-point grayscale/luminance. 83 * single-precision floating-point grayscale/luminance. 88 * 8-bit luminance/grayscale and 8-bit alpha. 93 * 16-bit luminance/grayscale and 16-bit alpha. 98 * half-precision floating-point grayscale/luminance and alpha. 255 * Luminance/grayscale texture compression.
|
/external/qemu/ |
loadpng.c | 94 LOG("%s: unsupported (grayscale?) color type\n"); 226 LOG("%s: unsupported (grayscale?) color type\n");
|
/external/webp/examples/ |
dwebp.c | 31 " -raw: save the raw YUV samples as a grayscale PGM\n" 109 // Save a grayscale PGM file using the IMC4 layout
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
DDSLoader.java | 53 * Supports DXT1, DXT3, DXT5, RGB, RGBA, Grayscale, Alpha pixel formats. 72 // used by compressonator to mark grayscale images, red channel mask is used for data and bitcount is 8 352 throw new IOException("Unsupported Grayscale BPP: " + bpp); 431 * Reads a grayscale image with mipmaps from the InputStream 434 * @return A ByteBuffer containing the grayscale image data with mips. 569 * Reads a grayscale image with mipmaps from the InputStream 572 * @return A ByteBuffer containing the grayscale image data with mips.
|
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/ |
PictureDetailsActivity.java | 42 * main activity, colorizing it from the thumbnail's grayscale version at the 169 // Animate a color filter to take the image from grayscale to full color. 235 // Animate a color filter to take the image back to grayscale,
|