HomeSort by relevance Sort by last modified time
    Searched defs:GRAYSCALE (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
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/jpeg/
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/qemu/distrib/jpeg-6b/
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_org/printing/
print_job_constants.h 123 GRAYSCALE,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperation.h 47 GRAYSCALE,
63 case GRAYSCALE:
157 // GRAYSCALE, SEPIA, SATURATE and HUE_ROTATE are variations on a basic color matrix effect.
191 return type == FilterOperation::GRAYSCALE || type == FilterOperation::SEPIA || type == FilterOperation::SATURATE || type == FilterOperation::HUE_ROTATE;
  /external/chromium_org/ui/compositor/
layer_animation_element.h 37 GRAYSCALE = (1 << 5),
58 float grayscale; member in struct:ui::LayerAnimationElement::TargetValue
123 // Creates an element that transitions to the given grayscale value.
126 float grayscale,
  /external/chromium_org/cc/output/
filter_operation.h 30 GRAYSCALE,
96 return FilterOperation(GRAYSCALE, amount);
169 return FilterOperation(GRAYSCALE, 0.f);
  /external/opencv/cv/include/
cv.hpp 349 enum { RECT=0, CROSS=1, ELLIPSE=2, CUSTOM=100, BINARY = 0, GRAYSCALE=256 };

Completed in 173 milliseconds