/external/qemu/distrib/jpeg-6b/ |
usage.doc | 68 All switch names may be abbreviated; for example, -grayscale may be written 83 -grayscale Create monochrome JPEG file from color input. 84 Be sure to use this switch when compressing a grayscale 87 saying -grayscale, you'll get a smaller JPEG file that 226 -grayscale Force gray-scale output even if JPEG file is color. 237 colormapped format is emitted if -colors or -grayscale 247 colormapped format is emitted if -colors or -grayscale 253 gray-scale or if -grayscale is specified; otherwise 260 -grayscale is specified; otherwise, colormapped format 342 To get a quick preview of an image, use the -grayscale and/or -scale switches [all...] |
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 */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cl.py | 39 'G711_ULAW', 'GRAYSCALE', 'GetAlgorithmName', 'HDCC',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cl.py | 39 'G711_ULAW', 'GRAYSCALE', 'GetAlgorithmName', 'HDCC',
|
/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 */
|
/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_org/cc/output/ |
filter_operation.cc | 119 case FilterOperation::GRAYSCALE: 159 case FilterOperation::GRAYSCALE: 225 case FilterOperation::GRAYSCALE:
|
/external/freetype/src/truetype/ |
ttinterp.h | 261 FT_Bool grayscale; /* are we hinting for grayscale? */ member in struct:TT_ExecContextRec_ 266 FT_Bool grayscale_hinting; /* Using grayscale hinting? */
|
/external/chromium/chrome/common/extensions/docs/static/ |
omnibox.html | 61 Chrome automatically creates a grayscale version of
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_print_settings_manager.cc | 76 settings.grayscale = PP_FALSE;
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSFilterValue.cpp | 54 result = "grayscale(";
|
/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/skia/tests/ |
ImageFilterTest.cpp | 53 // Check that a clipping color matrix followed by a grayscale does not concatenate into a single filter.
|
/external/chromium_org/printing/ |
print_job_constants.cc | 27 // Print out color: true for color, false for grayscale. 144 const char kGrayscale[] = "Grayscale";
|
/external/chromium_org/third_party/freetype/src/truetype/ |
ttinterp.h | 218 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");
|