HomeSort by relevance Sort by last modified time
    Searched full:grayscale (Results 176 - 200 of 337) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/libpng/
pngwtran.c 89 * should be 1 (this only happens on grayscale and paletted images).
258 /* With low row depths, could only be grayscale, so one channel */
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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
fakeglx.c 150 case GrayScale:
151 /* Any StaticGray/GrayScale visual works in RGB or CI mode */
593 else if (strcmp(type,"GrayScale")==0) xclass = GrayScale;
636 case 2: visclass = GrayScale; break;
664 case GLX_GRAY_SCALE_EXT: visclass = GrayScale; break;
726 case GLX_GRAY_SCALE_EXT: preferred_class = GrayScale; break;
    [all...]
  /external/jpeg/
rdtarga.c 175 /* This version is for reading 8-bit grayscale pixels */
408 case 3: /* Grayscale image */
wrgif.c 269 /* Grayscale "color map": possible if quantizing grayscale image */
djpeg.c 103 fprintf(stderr, " -grayscale Force grayscale output\n");
262 } else if (keymatch(arg, "grayscale", 2) || keymatch(arg, "greyscale",2)) {
  /external/libpng/
pngwtran.c 89 * should be 1 (this only happens on grayscale and paletted images).
258 /* With low row depths, could only be grayscale, so one channel */
libpng-1.2.44.txt 453 PNG_TRANSFORM_GRAY_TO_RGB Expand grayscale samples
    [all...]
libpng-1.2.46.txt 453 PNG_TRANSFORM_GRAY_TO_RGB Expand grayscale samples
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 150 case GrayScale:
151 /* Any StaticGray/GrayScale visual works in RGB or CI mode */
593 else if (strcmp(type,"GrayScale")==0) xclass = GrayScale;
636 case 2: visclass = GrayScale; break;
664 case GLX_GRAY_SCALE_EXT: visclass = GrayScale; break;
726 case GLX_GRAY_SCALE_EXT: preferred_class = GrayScale; break;
    [all...]
  /external/qemu/distrib/jpeg-6b/
rdtarga.c 175 /* This version is for reading 8-bit grayscale pixels */
408 case 3: /* Grayscale image */
wrgif.c 269 /* Grayscale "color map": possible if quantizing grayscale image */
djpeg.c 103 fprintf(stderr, " -grayscale Force grayscale output\n");
262 } else if (keymatch(arg, "grayscale", 2) || keymatch(arg, "greyscale",2)) {
  /external/qemu/distrib/libpng-1.2.19/
pngwtran.c 84 * should be 1 (this only happens on grayscale and paletted images).
251 /* with low row depths, could only be grayscale, so one channel */
  /development/samples/HelloEffects/src/com/example/android/mediafx/
HelloEffects.java 174 case R.id.grayscale:
  /external/chromium_org/ash/
root_window_controller.h 176 // Called when the brightness/grayscale animation from white to the login
  /external/chromium_org/ppapi/api/dev/
ppb_font_dev.idl 213 * grayscale antialiasing will be used instead (assuming the user has
  /external/chromium_org/ppapi/api/trusted/
ppb_browser_font_trusted.idl 209 * grayscale antialiasing will be used instead (assuming the user has
  /external/chromium_org/v8/tools/profviz/
profviz.js 120 this.plot.style.webkitFilter = "grayscale(1)";
  /external/opencv/otherlibs/highgui/
grfmt_imageio.cpp 141 // CoreGraphics will take care of converting to grayscale and back as long as the
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 263 * byte into separate bytes (useful for paletted and grayscale images). */
267 /* Expand grayscale images to the full 8 bits from 1, 2, or 4 bits/pixel */
540 // Converting a non grayscale image to A8 is not currently supported.
588 // Unless the user is requesting A8, convert a grayscale image into RGB.
    [all...]
  /external/chromium_org/content/common/
cc_messages.cc 22 case cc::FilterOperation::GRAYSCALE:
65 case cc::FilterOperation::GRAYSCALE:
123 case cc::FilterOperation::GRAYSCALE:
  /external/chromium_org/ui/compositor/
layer_animator.cc 116 ANIMATED_PROPERTY(float, GRAYSCALE, Grayscale, float, grayscale);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_api.c 136 case GrayScale:
137 /* Any StaticGray/GrayScale visual works in RGB or CI mode */
449 else if (strcmp(type,"GrayScale")==0) xclass = GrayScale;
496 case 4: visclass = GrayScale; break;
542 case GLX_GRAY_SCALE_EXT: visclass = GrayScale; break;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 136 case GrayScale:
137 /* Any StaticGray/GrayScale visual works in RGB or CI mode */
449 else if (strcmp(type,"GrayScale")==0) xclass = GrayScale;
496 case 4: visclass = GrayScale; break;
542 case GLX_GRAY_SCALE_EXT: visclass = GrayScale; break;
    [all...]

Completed in 789 milliseconds

1 2 3 4 5 6 78 91011>>