/external/ImageMagick/coders/ |
D | thumbnail.c | 185 property=GetImageProperty(image,"exif:JPEGInterchangeFormat",exception); in WriteTHUMBNAILImage() 191 property=GetImageProperty(image,"exif:JPEGInterchangeFormatLength",exception); in WriteTHUMBNAILImage()
|
D | ps2.c | 550 value=GetImageProperty(image,"label",exception); in WritePS2Image() 592 value=GetImageProperty(image,"label",exception); in WritePS2Image() 651 value=GetImageProperty(image,"label",exception); in WritePS2Image() 689 value=GetImageProperty(image,"label",exception); in WritePS2Image() 709 value=GetImageProperty(image,"label",exception); in WritePS2Image()
|
D | ps3.c | 997 value=GetImageProperty(image,"label",exception); in WritePS3Image() 1054 value=GetImageProperty(image,"label",exception); in WritePS3Image() 1087 value=GetImageProperty(image,"label",exception); in WritePS3Image() 1141 value=GetImageProperty(image,"label",exception); in WritePS3Image() 1155 value=GetImageProperty(image,image->magick_filename,exception); in WritePS3Image() 1199 value=GetImageProperty(image,"label",exception); in WritePS3Image()
|
D | cip.c | 200 value=GetImageProperty(image,"label",exception); in WriteCIPImage()
|
D | braille.c | 250 value=GetImageProperty(image,"label",exception); in WriteBRAILLEImage()
|
D | hdr.c | 713 property=GetImageProperty(image,"comment",exception); in WriteHDRImage() 721 property=GetImageProperty(image,"hdr:exposure",exception); in WriteHDRImage()
|
D | ps.c | 1500 value=GetImageProperty(image,"label",exception); in WritePSImage() 1562 value=GetImageProperty(image,"label",exception); in WritePSImage() 1672 value=GetImageProperty(image,"label",exception); in WritePSImage() 1710 value=GetImageProperty(image,"label",exception); in WritePSImage() 1723 value=GetImageProperty(image,"label",exception); in WritePSImage()
|
D | html.c | 303 value=GetImageProperty(image,"label",exception); in WriteHTMLImage()
|
D | pdf.c | 1418 value=GetImageProperty(image,"date:modify",exception); in WritePDFImage() 1422 value=GetImageProperty(image,"date:create",exception); in WritePDFImage() 1620 value=GetImageProperty(image,"label",exception); in WritePDFImage() 1638 value=GetImageProperty(image,"label",exception); in WritePDFImage() 3042 GetImageProperty(image,"signature",exception), in WritePDFImage() 3043 GetImageProperty(image,"signature",exception)); in WritePDFImage()
|
D | json.c | 1545 value=GetImageProperty(tile,property,exception); in EncodeImageAttributes() 1575 value=GetImageProperty(image,property,exception); in EncodeImageAttributes() 1582 value=GetImageProperty(image,key,exception); in EncodeImageAttributes()
|
D | yaml.c | 1539 value=GetImageProperty(tile,property,exception); in EncodeImageAttributes() 1566 value=GetImageProperty(image,property,exception); in EncodeImageAttributes() 1573 value=GetImageProperty(image,key,exception); in EncodeImageAttributes()
|
D | pango.c | 209 caption=ConstantString(GetImageProperty(image,"caption",exception)); in ReadPANGOImage()
|
D | fpx.c | 904 label=GetImageProperty(image,"label",exception); in WriteFPXImage() 921 comment=GetImageProperty(image,"comment",exception); in WriteFPXImage()
|
D | vips.c | 753 metadata=GetImageProperty(image,"vips:metadata",exception); in WriteVIPSImage()
|
D | msl.c | 1808 attribute=GetImageProperty(msl_info->attributes[j],"id", in MSLStartElement() 1918 attribute=GetImageProperty(msl_info->attributes[j],"id", in MSLStartElement() 3653 attribute=GetImageProperty(msl_info->attributes[j],"id", in MSLStartElement() 6045 property=GetImageProperty(msl_info->attributes[j],"id", in MSLStartElement() 6063 property=GetImageProperty(msl_info->attributes[j],"id", in MSLStartElement() 6823 theAttr = GetImageProperty(msl_info->attributes[j], "id", in MSLStartElement() 6890 theAttr = GetImageProperty(msl_info->attributes[j], "id", in MSLStartElement() 7159 attribute=GetImageProperty(msl_info->attributes[j],"id", in MSLStartElement()
|
D | pdb.c | 829 comment=GetImageProperty(image,"comment",exception); in WritePDBImage()
|
/external/ImageMagick/Magick++/lib/ |
D | ImageRef.cpp | 136 property=GetImageProperty(_image,"Signature",exceptionInfo); in signature() 140 property=GetImageProperty(_image,"Signature",exceptionInfo); in signature()
|
/external/ImageMagick/MagickCore/ |
D | constitute.c | 693 (void) GetImageProperty(next,"exif:*",exception); in ReadImage() 694 (void) GetImageProperty(next,"icc:*",exception); in ReadImage() 695 (void) GetImageProperty(next,"iptc:*",exception); in ReadImage() 696 (void) GetImageProperty(next,"xmp:*",exception); in ReadImage() 697 value=GetImageProperty(next,"exif:Orientation",exception); in ReadImage() 699 value=GetImageProperty(next,"tiff:Orientation",exception); in ReadImage() 706 value=GetImageProperty(next,"exif:XResolution",exception); in ReadImage() 718 value=GetImageProperty(next,"exif:YResolution",exception); in ReadImage() 730 value=GetImageProperty(next,"exif:ResolutionUnit",exception); in ReadImage() 732 value=GetImageProperty(next,"tiff:ResolutionUnit",exception); in ReadImage()
|
D | property.h | 32 *GetImageProperty(const Image *,const char *,ExceptionInfo *),
|
D | colorspace.c | 721 value=GetImageProperty(image,"white-luminance",exception); in sRGBTransformImage() 940 value=GetImageProperty(image,"gamma",exception); in sRGBTransformImage() 944 value=GetImageProperty(image,"film-gamma",exception); in sRGBTransformImage() 948 value=GetImageProperty(image,"reference-black",exception); in sRGBTransformImage() 952 value=GetImageProperty(image,"reference-white",exception); in sRGBTransformImage() 1516 value=GetImageProperty(image,"colorspace:auto-grayscale",exception); in SetImageGray() 1570 value=GetImageProperty(image,"colorspace:auto-grayscale",exception); in SetImageMonochrome() 2304 value=GetImageProperty(image,"white-luminance",exception); in TransformsRGBImage() 2518 value=GetImageProperty(image,"gamma",exception); in TransformsRGBImage() 2522 value=GetImageProperty(image,"film-gamma",exception); in TransformsRGBImage() [all …]
|
D | property.c | 2216 MagickExport const char *GetImageProperty(const Image *image, in GetImageProperty() function 2455 string=GetImageProperty(image,"comment",exception); in GetMagickPropertyLetter() 2518 string=GetImageProperty(image,"label",exception); in GetMagickPropertyLetter() 2798 string=GetImageProperty(image,"signature",exception); in GetMagickPropertyLetter() 2949 string=GetImageProperty(image,"convex-hull",exception); in GetMagickProperty() 3143 string=GetImageProperty(image,property,exception); in GetMagickProperty() 4030 string=GetImageProperty(property_image,key,exception); in InterpretImageProperties() 4037 string=GetImageProperty(property_image,pattern+9,exception); in InterpretImageProperties() 4048 string=GetImageProperty(property_image,pattern,exception); in InterpretImageProperties() 4066 string=GetImageProperty(property_image,key,exception); in InterpretImageProperties()
|
D | montage.c | 556 value=GetImageProperty(image_list[i],"label",exception); in MontageImageList() 787 value=GetImageProperty(image,"label",exception); in MontageImageList() 826 value=GetImageProperty(image,"label",exception); in MontageImageList()
|
D | identify.c | 1259 value=GetImageProperty(tile,property,exception); in IdentifyImage() 1269 value=GetImageProperty(image,key,exception); in IdentifyImage() 1482 value=GetImageProperty(image,property,exception); in IdentifyImage()
|
D | profile.c | 988 value=GetImageProperty(image,"exif:ColorSpace",exception); in ProfileImage() 992 value=GetImageProperty(image,"exif:InteroperabilityIndex",exception); in ProfileImage()
|
/external/ImageMagick/MagickWand/ |
D | magick-property.c | 620 (void) GetImageProperty(wand->images,"exif:*",wand->exception); in MagickGetImageArtifacts() 847 value=GetImageProperty(wand->images,property,wand->exception); in MagickGetImageProperty() 908 (void) GetImageProperty(wand->images,"exif:*",wand->exception); in MagickGetImageProperties()
|