HomeSort by relevance Sort by last modified time
    Searched refs:GRAYColorspace (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/ImageMagick/MagickCore/
colorspace.h 30 GRAYColorspace, /* Single Channel greyscale (linear) image */
colorspace-private.h 99 if (colorspace == GRAYColorspace)
identify.c 499 colorspace=GRAYColorspace;
550 case GRAYColorspace:
756 case GRAYColorspace:
801 case GRAYColorspace:
811 if (colorspace != GRAYColorspace)
849 case GRAYColorspace:
859 if (colorspace != GRAYColorspace)
    [all...]
attribute.c     [all...]
channel.c 279 (void) SetImageColorspace(destination_image,GRAYColorspace,exception);
429 (void) SetImageColorspace(destination_image,GRAYColorspace,exception);
696 (void) SetImageColorspace(separate_image,GRAYColorspace,exception);
    [all...]
matrix.c 951 image->colorspace=GRAYColorspace;
    [all...]
colorspace.c 331 case GRAYColorspace:
    [all...]
quantize.c 653 (cube_info->quantize_info->colorspace == GRAYColorspace))
753 (cube_info->quantize_info->colorspace == GRAYColorspace))
    [all...]
color.c     [all...]
  /external/ImageMagick/coders/
tile.c 139 if (image->colorspace == GRAYColorspace)
mask.c 246 (void) SetImageColorspace(mask_image,GRAYColorspace,exception);
gray.c 157 SetImageColorspace(image,GRAYColorspace,exception);
197 SetImageColorspace(image,GRAYColorspace,exception);
json.c 789 colorspace=GRAYColorspace;
855 case GRAYColorspace:
929 case GRAYColorspace
    [all...]
vips.c 459 SetImageColorspace(image,GRAYColorspace,exception);
678 case GRAYColorspace:
art.c 158 SetImageColorspace(image,GRAYColorspace,exception);
vicar.c 301 (void) SetImageColorspace(image,GRAYColorspace,exception);
pnm.c 379 (void) SetImageColorspace(image,GRAYColorspace,exception);
384 (void) SetImageColorspace(image,GRAYColorspace,exception);
391 (void) SetImageColorspace(image,GRAYColorspace,exception);
395 (void) SetImageColorspace(image,GRAYColorspace,exception);
443 (void) SetImageColorspace(image,GRAYColorspace,exception);
486 (void) SetImageColorspace(image,GRAYColorspace,exception);
572 (void) SetImageColorspace(image,GRAYColorspace,exception);
642 (void) SetImageColorspace(image,GRAYColorspace,exception);
    [all...]
txt.c 494 case GRAYColorspace:
803 if (pixel.colorspace == GRAYColorspace)
ipl.c 252 else { image->colorspace = GRAYColorspace; }
xcf.c     [all...]
djvu.c 650 image->colorspace = GRAYColorspace;
mat.c 673 SetImageColorspace(image,GRAYColorspace,exception);
    [all...]
jpeg.c     [all...]
  /external/ImageMagick/Magick++/demo/
demo.cpp 239 example.quantizeColorSpace( GRAYColorspace );
276 example.quantizeColorSpace( GRAYColorspace );
  /external/ImageMagick/MagickWand/
compare.c     [all...]

Completed in 500 milliseconds

1 2 3