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

1 2 3 4 5 6 7 8 91011>>

  /gdk/samples/PhotoEditor/jni/
_jnif.h 12 DEFINE(Grayscale)
Android.mk 24 grayscale.cpp \
grayscale.cpp 35 extern "C" void Grayscale(
45 LOGE("LockBitmaps in GrayScale failed, error=%d", ret);
Android-portable.mk 24 grayscale.cpp \
  /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/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:
jpegtran.1 136 .B \-grayscale
137 Force grayscale output.
140 (ie, a standard color JPEG), resulting in a grayscale JPEG file. The
142 to grayscale than decompression, conversion, and recompression. This switch
146 a grayscale JPEG is substantially less than that for a color JPEG.)
  /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:
jpegtran.1 136 .B \-grayscale
137 Force grayscale output.
140 (ie, a standard color JPEG), resulting in a grayscale JPEG file. The
142 to grayscale than decompression, conversion, and recompression. This switch
146 a grayscale JPEG is substantially less than that for a color JPEG.)
  /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,
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/filters/
GrayscaleFilter.java 22 * Grayscale filter applied to the image.
  /development/samples/HelloEffects/res/values/
strings.xml 31 <string name="grayscale">Grayscale</string>
  /external/libpng/contrib/pngminus/
pnm2png.sh 2 # -- grayscale
22 # -- grayscale
pnm2png.bat 1 REM -- grayscale
21 REM -- grayscale
  /external/mesa3d/docs/
perf.html 29 RGB mode, not grayscale, not monochrome
36 RGB mode, not grayscale, not monochrome
  /external/chromium/chrome/browser/ui/cocoa/extensions/
chevron_menu_button_cell.mm 15 // Grayscale for the center of the divider.
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
ImageBasedHeightMap.java 41 * <code>ImageBasedHeightMap</code> is a height map created from the grayscale
61 * grayscale, and the grayscale values will be used to generate the height
87 * Get the grayscale value, or override in your own sub-classes
  /external/webkit/Source/WebCore/bindings/v8/
npruntime_internal.h 49 #undef GrayScale
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
GrayscaleAction.java 25 * An action handling grayscale effect.

Completed in 1029 milliseconds

1 2 3 4 5 6 7 8 91011>>