/external/ImageMagick/MagickCore/ |
D | colorspace-private.h | 99 if ((colorspace == LinearGRAYColorspace) || (colorspace == GRAYColorspace)) in IsGrayColorspace() 136 (colorspace == TransparentColorspace) || (colorspace == GRAYColorspace) || in IssRGBCompatibleColorspace()
|
D | colorspace.h | 30 GRAYColorspace, /* Single Channel greyscale (non-linear) image */ enumerator
|
D | identify.c | 588 case GRAYColorspace: in IdentifyImage() 803 case GRAYColorspace: in IdentifyImage() 853 case GRAYColorspace: in IdentifyImage() 877 if ((colorspace != LinearGRAYColorspace) && (colorspace != GRAYColorspace)) in IdentifyImage() 915 case GRAYColorspace: in IdentifyImage() 939 if (colorspace != GRAYColorspace) in IdentifyImage() 983 case GRAYColorspace: in IdentifyImage()
|
D | channel.c | 287 (void) SetImageColorspace(destination_image,GRAYColorspace, in ChannelFxImage() 456 (void) SetImageColorspace(destination_image,GRAYColorspace,exception); in ChannelFxImage() 545 case GRAYColorspace: in CombineImages() 748 (void) SetImageColorspace(separate_image,GRAYColorspace,exception); in SeparateImage()
|
D | attribute.c | 2166 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType() 2170 quantize_info->colorspace=GRAYColorspace; in SetImageType() 2178 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType() 2184 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType()
|
D | colorspace.c | 139 colorspace=GRAYColorspace; in GetImageColorspaceType() 628 case GRAYColorspace: in sRGBTransformImage() 1522 image->colorspace=GRAYColorspace; in SetImageGray() 1575 image->colorspace=GRAYColorspace; in SetImageMonochrome() 2208 case GRAYColorspace: in TransformsRGBImage()
|
D | constitute.c | 198 image->colorspace=GRAYColorspace; in ConstituteImage() 204 image->colorspace=GRAYColorspace; in ConstituteImage()
|
/external/ImageMagick/coders/ |
D | fl32.c | 199 image->colorspace=GRAYColorspace; in ReadFL32Image() 205 image->colorspace=GRAYColorspace; in ReadFL32Image()
|
D | tile.c | 139 (image->colorspace == GRAYColorspace)) in ReadTILEImage()
|
D | pnm.c | 430 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 435 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 442 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 446 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 503 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 546 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 635 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 694 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 1306 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 1376 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
|
D | json.c | 1112 case GRAYColorspace: in EncodeImageAttributes() 1187 case GRAYColorspace: in EncodeImageAttributes() 1204 (image->colorspace != GRAYColorspace)) in EncodeImageAttributes() 1241 case GRAYColorspace: in EncodeImageAttributes() 1284 case GRAYColorspace: in EncodeImageAttributes() 1335 case GRAYColorspace: in EncodeImageAttributes()
|
D | yaml.c | 1110 case GRAYColorspace: in EncodeImageAttributes() 1185 case GRAYColorspace: in EncodeImageAttributes() 1202 (image->colorspace != GRAYColorspace)) in EncodeImageAttributes() 1239 case GRAYColorspace: in EncodeImageAttributes() 1282 case GRAYColorspace: in EncodeImageAttributes() 1333 case GRAYColorspace: in EncodeImageAttributes()
|
D | mask.c | 239 (void) SetImageColorspace(mask_image,GRAYColorspace,exception); in MaskImage()
|
D | vips.c | 456 SetImageColorspace(image,GRAYColorspace,exception); in ReadVIPSImage() 676 case GRAYColorspace: in WriteVIPSImage()
|
D | art.c | 155 SetImageColorspace(image,GRAYColorspace,exception); in ReadARTImage()
|
D | pgx.c | 205 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPGXImage()
|
D | txt.c | 510 case GRAYColorspace: in ReadTXTImage() 821 (pixel.colorspace == GRAYColorspace)) in WriteTXTImage()
|
D | vicar.c | 300 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadVICARImage()
|
D | jp2.c | 418 SetImageColorspace(image,GRAYColorspace,exception); in ReadJP2Image() 422 SetImageColorspace(image,GRAYColorspace,exception); in ReadJP2Image()
|
D | gray.c | 148 image->colorspace=GRAYColorspace; in ReadGRAYImage() 855 (void) TransformImageColorspace(image,GRAYColorspace,exception); in WriteGRAYImage()
|
D | ipl.c | 250 else { image->colorspace = GRAYColorspace; } in ReadIPLImage()
|
D | xcf.c | 1219 SetImageColorspace(image,GRAYColorspace,exception); in ReadXCFImage() 1510 qi.colorspace = GRAYColorspace; in ReadXCFImage()
|
D | djvu.c | 647 image->colorspace = GRAYColorspace; in ReadOneDJVUImage()
|
/external/ImageMagick/Magick++/demo/ |
D | demo.cpp | 247 example.quantizeColorSpace( GRAYColorspace ); in main() 284 example.quantizeColorSpace( GRAYColorspace ); in main()
|
/external/ImageMagick/MagickWand/ |
D | compare.c | 1355 case GRAYColorspace: in CompareImagesCommand() 1420 case GRAYColorspace: in CompareImagesCommand()
|