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

  /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/cc/output/
filter_operation.h 24 GRAYSCALE,
67 return FilterOperation(GRAYSCALE, amount);
128 return FilterOperation(GRAYSCALE, 0.f);
  /external/chromium_org/printing/
print_job_constants.h 111 GRAYSCALE,
  /external/chromium_org/ui/compositor/
layer_animation_element.h 35 GRAYSCALE,
52 float grayscale; member in struct:ui::LayerAnimationElement::TargetValue
103 // Creates an element that transitions to the given grayscale value.
106 float grayscale,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FilterOperation.h 52 GRAYSCALE,
181 // GRAYSCALE, SEPIA, SATURATE and HUE_ROTATE are variations on a basic color matrix effect.
  /external/opencv/cv/include/
cv.hpp 349 enum { RECT=0, CROSS=1, ELLIPSE=2, CUSTOM=100, BINARY = 0, GRAYSCALE=256 };

Completed in 557 milliseconds