/external/ImageMagick/MagickCore/ |
D | colorspace-private.h | 99 if ((colorspace == LinearGRAYColorspace) || (colorspace == GRAYColorspace)) in IsGrayColorspace() 123 (colorspace == scRGBColorspace) || (colorspace == GRAYColorspace) || in IssRGBCompatibleColorspace()
|
D | colorspace.h | 30 GRAYColorspace, /* Single Channel greyscale (non-linear) image */ enumerator
|
D | identify.c | 585 case GRAYColorspace: in IdentifyImage() 799 case GRAYColorspace: in IdentifyImage() 852 case GRAYColorspace: in IdentifyImage() 876 if ((colorspace != LinearGRAYColorspace) && (colorspace != GRAYColorspace)) in IdentifyImage() 914 case GRAYColorspace: in IdentifyImage() 938 if (colorspace != GRAYColorspace) in IdentifyImage() 982 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 | 1359 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType() 1363 quantize_info->colorspace=GRAYColorspace; in SetImageType() 1371 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType() 1377 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType()
|
D | colorspace.c | 137 colorspace=GRAYColorspace; in GetImageColorspaceType() 383 case GRAYColorspace: in sRGBTransformImage() 1238 image->colorspace=GRAYColorspace; in SetImageGray() 1291 image->colorspace=GRAYColorspace; in SetImageMonochrome() 1848 case GRAYColorspace: in TransformsRGBImage()
|
D | constitute.c | 184 image->colorspace=GRAYColorspace; in ConstituteImage() 190 image->colorspace=GRAYColorspace; in ConstituteImage()
|
D | color.c | 1593 (color.colorspace == GRAYColorspace)) in GetColorTuple() 2480 color->colorspace=GRAYColorspace; in QueryColorCompliance() 2540 color->colorspace=GRAYColorspace; in QueryColorCompliance()
|
D | profile.c | 979 source_colorspace=GRAYColorspace; in ProfileImage() 1063 target_colorspace=GRAYColorspace; in ProfileImage()
|
/external/ImageMagick/coders/ |
D | tile.c | 139 (image->colorspace == GRAYColorspace)) in ReadTILEImage()
|
D | json.c | 1096 case GRAYColorspace: in EncodeImageAttributes() 1171 case GRAYColorspace: in EncodeImageAttributes() 1188 (image->colorspace != GRAYColorspace)) in EncodeImageAttributes() 1225 case GRAYColorspace: in EncodeImageAttributes() 1268 case GRAYColorspace: in EncodeImageAttributes() 1319 case GRAYColorspace: in EncodeImageAttributes()
|
D | pnm.c | 393 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 398 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 405 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 409 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 464 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 507 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 596 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 658 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage() 1275 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
|
D | mask.c | 239 (void) SetImageColorspace(mask_image,GRAYColorspace,exception); in MaskImage()
|
D | vips.c | 456 SetImageColorspace(image,GRAYColorspace,exception); in ReadVIPSImage() 675 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 | 509 case GRAYColorspace: in ReadTXTImage() 827 (pixel.colorspace == GRAYColorspace)) in WriteTXTImage()
|
D | vicar.c | 297 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadVICARImage()
|
D | jp2.c | 416 SetImageColorspace(image,GRAYColorspace,exception); in ReadJP2Image() 420 SetImageColorspace(image,GRAYColorspace,exception); in ReadJP2Image()
|
D | gray.c | 145 image->colorspace=GRAYColorspace; in ReadGRAYImage() 865 (void) TransformImageColorspace(image,GRAYColorspace,exception); in WriteGRAYImage()
|
D | xcf.c | 1212 SetImageColorspace(image,GRAYColorspace,exception); in ReadXCFImage() 1503 qi.colorspace = GRAYColorspace; in ReadXCFImage()
|
D | ipl.c | 256 else { image->colorspace = GRAYColorspace; } in ReadIPLImage()
|
D | djvu.c | 648 image->colorspace = GRAYColorspace; in ReadOneDJVUImage()
|
/external/ImageMagick/Magick++/demo/ |
D | demo.cpp | 237 example.quantizeColorSpace( GRAYColorspace ); in main() 274 example.quantizeColorSpace( GRAYColorspace ); in main()
|
/external/ImageMagick/MagickWand/ |
D | compare.c | 1341 case GRAYColorspace: in CompareImagesCommand() 1397 case GRAYColorspace: in CompareImagesCommand()
|