/external/chromium_org/printing/backend/ |
cups_helper_unittest.cc | 16 "*ColorModel Gray/Grayscale: \"" 19 "*ColorModel Black/Inverted Grayscale: \"" 74 "*ColorModel Gray/Grayscale: \"" 77 "*ColorModel Black/Inverted Grayscale: \"" 132 "*DefaultColorModel: Grayscale\n" 137 "*ColorModel Grayscale/Grayscale: " 138 "\"%% FoomaticRIPOptionSetting: ColorModel=Grayscale\"\n" 139 "*FoomaticRIPOptionSetting ColorModel=Grayscale: " 140 "\"JCLDatamode=Grayscale GSCmdLine=Grayscale\"\n [all...] |
/external/libpng/contrib/pngsuite/ |
README | 16 grayscale (1-16 bit deep), full color (8 or 16 bit), paletted 17 (1-8 bit) and grayscale or color images with alpha channel. You 22 basn0g01.png 1-bit grayscale 23 basn0g02.png 2-bit grayscale 24 basn0g04.png 4-bit grayscale 25 basn0g08.png 8-bit grayscale 26 basn0g16.png 16-bit grayscale
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
drag-color-to-contenteditable.html | 10 <li>Drag a color swatch for a monochrome color, e.g. a gray from the grayscale slider of the color panel, to the selected text.</li> 22 <div contentEditable="true">Select this text and drag a grayscale color to it.</div>
|
/external/jpeg/ |
cderror.h | 46 JMESSAGE(JERR_BMP_COLORSPACE, "BMP output must be grayscale or RGB") 58 JMESSAGE(JERR_GIF_COLORSPACE, "GIF output must be grayscale or RGB") 73 JMESSAGE(JERR_PPM_COLORSPACE, "PPM output must be grayscale or RGB") 84 JMESSAGE(JERR_RLE_COLORSPACE, "RLE output must be grayscale or RGB") 94 JMESSAGE(JTRC_RLE_GRAY, "%ux%u grayscale RLE file") 95 JMESSAGE(JTRC_RLE_MAPGRAY, "%ux%u grayscale RLE file with map of length %d") 102 JMESSAGE(JERR_TGA_COLORSPACE, "Targa output must be grayscale or RGB") 104 JMESSAGE(JTRC_TGA_GRAY, "%ux%u grayscale Targa image")
|
djpeg.1 | 22 .B \-grayscale 57 .B \-grayscale 75 .B \-grayscale 89 .B \-grayscale 96 .B \-grayscale 105 .B \-grayscale 194 .B \-grayscale 198 .B \-grayscale \-scale 1/8
|
rdrle.c | 42 * GRAYSCALE - 8 bits, no colormap 52 { GRAYSCALE, MAPPEDGRAY, PSEUDOCOLOR, TRUECOLOR, DIRECTCOLOR } rle_kind; 125 source->visual = GRAYSCALE; 145 if (source->visual == GRAYSCALE || source->visual == MAPPEDGRAY) { 155 * (GRAYSCALE scanlines don't need converting) 157 if (source->visual != GRAYSCALE) { 183 * Used for GRAYSCALE, MAPPEDGRAY, TRUECOLOR, and DIRECTCOLOR images. 272 case GRAYSCALE:
|
/external/libpng/ |
TODO | 10 Add "grayscale->palette" transformation and "palette->grayscale" detection.
|
/external/qemu/distrib/jpeg-6b/ |
cderror.h | 46 JMESSAGE(JERR_BMP_COLORSPACE, "BMP output must be grayscale or RGB") 58 JMESSAGE(JERR_GIF_COLORSPACE, "GIF output must be grayscale or RGB") 73 JMESSAGE(JERR_PPM_COLORSPACE, "PPM output must be grayscale or RGB") 84 JMESSAGE(JERR_RLE_COLORSPACE, "RLE output must be grayscale or RGB") 94 JMESSAGE(JTRC_RLE_GRAY, "%ux%u grayscale RLE file") 95 JMESSAGE(JTRC_RLE_MAPGRAY, "%ux%u grayscale RLE file with map of length %d") 102 JMESSAGE(JERR_TGA_COLORSPACE, "Targa output must be grayscale or RGB") 104 JMESSAGE(JTRC_TGA_GRAY, "%ux%u grayscale Targa image")
|
djpeg.1 | 22 .B \-grayscale 57 .B \-grayscale 75 .B \-grayscale 89 .B \-grayscale 96 .B \-grayscale 105 .B \-grayscale 194 .B \-grayscale 198 .B \-grayscale \-scale 1/8
|
rdrle.c | 42 * GRAYSCALE - 8 bits, no colormap 52 { GRAYSCALE, MAPPEDGRAY, PSEUDOCOLOR, TRUECOLOR, DIRECTCOLOR } rle_kind; 125 source->visual = GRAYSCALE; 145 if (source->visual == GRAYSCALE || source->visual == MAPPEDGRAY) { 155 * (GRAYSCALE scanlines don't need converting) 157 if (source->visual != GRAYSCALE) { 183 * Used for GRAYSCALE, MAPPEDGRAY, TRUECOLOR, and DIRECTCOLOR images. 272 case GRAYSCALE:
|
/external/chromium/chrome/browser/ui/webui/ |
extension_icon_source.cc | 78 bool grayscale; member in struct:ExtensionIconSource::ExtensionIconRequest 92 bool grayscale) { 98 grayscale ? "?grayscale=true" : "")); 157 if (GetData(request_id)->grayscale) 221 if (!request->grayscale) { 222 // If we don't need a grayscale image, then we can bypass FinalizeImage 279 bool grayscale = path_lower.find("grayscale=true") != std::string::npos; 281 SetData(request_id, extension, grayscale, size, match_type) [all...] |
extension_icon_source.h | 39 // grayscale=true to desaturate the image. 42 // chrome-extension://gbmgkahjioeacddebbnengilkgbkhodg/32/1?grayscale=true 43 // (ICON_SMALL, MATCH_BIGGER, grayscale) 59 // based on the |match| type. If |grayscale|, the URL will be for the 64 bool grayscale); 129 bool grayscale,
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_icon_source.cc | 70 bool grayscale; member in struct:extensions::ExtensionIconSource::ExtensionIconRequest 79 bool grayscale, 91 grayscale ? "?grayscale=true" : "")); 171 if (request->grayscale) 242 if (!request->grayscale) { 243 // If we don't need a grayscale image, then we can bypass FinalizeImage 310 bool grayscale = path_lower.find("grayscale=true") != std::string::npos; 312 SetData(request_id, callback, extension, grayscale, size, match_type) [all...] |
extension_icon_source.h | 39 // grayscale=true to desaturate the image. 42 // chrome-extension://gbmgkahjioeacddebbnengilkgbkhodg/32/1?grayscale=true 43 // (ICON_SMALL, MATCH_BIGGER, grayscale) 58 // based on the |match| type. If |grayscale|, the URL will be for the 65 bool grayscale, 137 bool grayscale,
|
/external/chromium_org/ppapi/api/dev/ |
pp_print_settings_dev.idl | 42 PP_Bool grayscale;
|
/external/skia/gm/ |
colorfilterimagefilter.cpp | 90 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale(brightness)); 91 paint.setImageFilter(grayscale); 96 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale()); 97 SkAutoTUnref<SkImageFilter> brightness(make_brightness(0.9f, grayscale));
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
frametovalues.h | 17 // Native functions to pack a RGBA frame into either a one channel grayscale buffer
|
/development/samples/HelloEffects/res/values/ |
strings.xml | 31 <string name="grayscale">Grayscale</string>
|
/external/chromium_org/ui/compositor/test/ |
test_layer_animation_delegate.cc | 51 void TestLayerAnimationDelegate::SetGrayscaleFromAnimation(float grayscale) { 52 grayscale_ = grayscale;
|
/external/libpng/contrib/pngminus/ |
pnm2png.sh | 2 # -- grayscale 22 # -- grayscale
|
pnm2png.bat | 1 REM -- grayscale 21 REM -- grayscale
|
/external/chromium_org/cc/output/ |
filter_operation.h | 24 GRAYSCALE, 67 return FilterOperation(GRAYSCALE, amount); 128 return FilterOperation(GRAYSCALE, 0.f);
|
/external/skia/bench/ |
ColorFilterBench.cpp | 108 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale(brightness)); 109 paint.setImageFilter(grayscale); 134 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale()); 135 SkAutoTUnref<SkImageFilter> brightness(make_brightness(0.9f, grayscale)); 267 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale()); 268 paint.setImageFilter(grayscale);
|
/external/chromium_org/ash/wm/ |
window_animations.h | 29 // Fade in/out using brightness and grayscale web filters. 64 // brightness and grayscale to |target_value|. Caller takes ownership of
|
/external/chromium_org/ppapi/proxy/ |
printing_resource_unittest.cc | 94 EXPECT_EQ(reply_settings.grayscale, output_settings.grayscale);
|