/external/ImageMagick/MagickCore/ |
D | colorspace.h | 30 GRAYColorspace, /* Single Channel greyscale (linear) image */ enumerator
|
D | identify.c | 497 colorspace=GRAYColorspace; in IdentifyImage() 548 case GRAYColorspace: in IdentifyImage() 754 case GRAYColorspace: in IdentifyImage() 799 case GRAYColorspace: in IdentifyImage() 809 if (colorspace != GRAYColorspace) in IdentifyImage() 847 case GRAYColorspace: in IdentifyImage() 857 if (colorspace != GRAYColorspace) in IdentifyImage() 910 case GRAYColorspace: in IdentifyImage()
|
D | colorspace-private.h | 99 if (colorspace == GRAYColorspace) in IsGrayColorspace()
|
D | attribute.c | 1259 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType() 1263 quantize_info->colorspace=GRAYColorspace; in SetImageType() 1274 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType() 1281 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType()
|
D | channel.c | 279 (void) SetImageColorspace(destination_image,GRAYColorspace,exception); in ChannelFxImage() 429 (void) SetImageColorspace(destination_image,GRAYColorspace,exception); in ChannelFxImage() 696 (void) SetImageColorspace(separate_image,GRAYColorspace,exception); in SeparateImage()
|
D | profile.c | 926 source_colorspace=GRAYColorspace; in ProfileImage() 995 target_colorspace=GRAYColorspace; in ProfileImage() 1040 if ((source_colorspace == GRAYColorspace) && in ProfileImage()
|
D | colorspace.c | 327 case GRAYColorspace: in sRGBTransformImage() 1173 image->colorspace=GRAYColorspace; in SetImageGray() 1226 image->colorspace=GRAYColorspace; in SetImageMonochrome() 1273 if ((image->colorspace == GRAYColorspace) && (image->gamma != 1.0) && in TransformImageColorspace() 1783 case GRAYColorspace: in TransformsRGBImage()
|
D | matrix.c | 940 image->colorspace=GRAYColorspace; in MatrixToImage()
|
/external/ImageMagick/coders/ |
D | json.c | 784 colorspace=GRAYColorspace; in EncodeImageAttributes() 850 case GRAYColorspace: in EncodeImageAttributes() 924 case GRAYColorspace: in EncodeImageAttributes() 940 if (colorspace != GRAYColorspace) in EncodeImageAttributes() 976 case GRAYColorspace: in EncodeImageAttributes() 1018 case GRAYColorspace: in EncodeImageAttributes() 1076 case GRAYColorspace: in EncodeImageAttributes()
|
D | tile.c | 137 if (image->colorspace == GRAYColorspace) in ReadTILEImage()
|
D | gray.c | 154 SetImageColorspace(image,GRAYColorspace,exception); in ReadGRAYImage() 194 SetImageColorspace(image,GRAYColorspace,exception); in ReadGRAYImage()
|
D | pnm.c | 375 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 380 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 387 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 391 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 439 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 482 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 568 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 638 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 1274 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
|
D | mask.c | 240 (void) SetImageColorspace(mask_image,GRAYColorspace,exception); in MaskImage()
|
D | vips.c | 456 SetImageColorspace(image,GRAYColorspace,exception); in ReadVIPSImage() 672 case GRAYColorspace: in WriteVIPSImage()
|
D | art.c | 155 SetImageColorspace(image,GRAYColorspace,exception); in ReadARTImage()
|
D | txt.c | 489 case GRAYColorspace: in ReadTXTImage() 795 if (pixel.colorspace == GRAYColorspace) in WriteTXTImage()
|
D | vicar.c | 297 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadVICARImage()
|
D | xcf.c | 1069 SetImageColorspace(image,GRAYColorspace,exception); in ReadXCFImage() 1356 qi.colorspace = GRAYColorspace; in ReadXCFImage()
|
D | ipl.c | 252 else { image->colorspace = GRAYColorspace; } in ReadIPLImage()
|
D | mat.c | 671 SetImageColorspace(image,GRAYColorspace,exception); in ReadMATImageV4() 1059 SetImageColorspace(image,GRAYColorspace,exception); in ReadMATImage()
|
D | djvu.c | 647 image->colorspace = GRAYColorspace; in ReadOneDJVUImage()
|
D | fits.c | 435 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadFITSImage()
|
D | palm.c | 757 (void) TransformImageColorspace(image,GRAYColorspace,exception); in WritePALMImage()
|
/external/ImageMagick/Magick++/demo/ |
D | demo.cpp | 239 example.quantizeColorSpace( GRAYColorspace ); in main() 276 example.quantizeColorSpace( GRAYColorspace ); in main()
|
/external/ImageMagick/MagickWand/ |
D | compare.c | 1126 case GRAYColorspace: in CompareImagesCommand() 1179 case GRAYColorspace: in CompareImagesCommand()
|