Home
last modified time | relevance | path

Searched refs:DeleteImageProperty (Results 1 – 16 of 16) sorted by relevance

/external/ImageMagick/MagickCore/
Dproperty.h38 DeleteImageProperty(Image *,const char *),
Dconstitute.c677 (void) DeleteImageProperty(next,"tiff:Orientation"); in ReadImage()
678 (void) DeleteImageProperty(next,"exif:Orientation"); in ReadImage()
690 (void) DeleteImageProperty(next,"exif:XResolution"); in ReadImage()
702 (void) DeleteImageProperty(next,"exif:YResolution"); in ReadImage()
713 (void) DeleteImageProperty(next,"exif:ResolutionUnit"); in ReadImage()
714 (void) DeleteImageProperty(next,"tiff:ResolutionUnit"); in ReadImage()
Dcipher.c700 (void) DeleteImageProperty(image,"cipher:type"); in PasskeyDecipherImage()
701 (void) DeleteImageProperty(image,"cipher:mode"); in PasskeyDecipherImage()
702 (void) DeleteImageProperty(image,"cipher:nonce"); in PasskeyDecipherImage()
Dsignature.c557 (void) DeleteImageProperty(image,"signature"); in SignatureImage()
Dmethods.h225 #define DeleteImageProperty PrependMagickMethod(DeleteImageProperty) macro
Dimage.c3838 (void) DeleteImageProperty(image,"comment"); in StripImage()
3839 (void) DeleteImageProperty(image,"date:create"); in StripImage()
3840 (void) DeleteImageProperty(image,"date:modify"); in StripImage()
Dproperty.c279 MagickExport MagickBooleanType DeleteImageProperty(Image *image, in DeleteImageProperty() function
4131 return(DeleteImageProperty(image,property)); /* delete if NULL */ in SetImageProperty()
Dresize.c3740 (void) DeleteImageProperty(thumbnail_image,"comment"); in ThumbnailImage()
Ddisplay.c9101 (void) DeleteImageProperty(*image,"label"); in XMagickCommand()
9135 (void) DeleteImageProperty(*image,"label"); in XMagickCommand()
9179 (void) DeleteImageProperty(*image,"label"); in XMagickCommand()
13703 (void) DeleteImageProperty(next_image,"label"); in XVisualDirectoryImage()
Deffect.c2721 (void) DeleteImageProperty(preview_image,"label"); in PreviewImage()
/external/ImageMagick/coders/
Ddpx.c1721 (void) DeleteImageProperty(image,"dpx:orientation.x_offset"); in WriteDPXImage()
1722 (void) DeleteImageProperty(image,"dpx:orientation.y_offset"); in WriteDPXImage()
1723 (void) DeleteImageProperty(image,"dpx:orientation.x_center"); in WriteDPXImage()
1724 (void) DeleteImageProperty(image,"dpx:orientation.y_center"); in WriteDPXImage()
1725 (void) DeleteImageProperty(image,"dpx:orientation.x_size"); in WriteDPXImage()
1726 (void) DeleteImageProperty(image,"dpx:orientation.y_size"); in WriteDPXImage()
Dpcd.c413 (void) DeleteImageProperty(p,"label"); in OverviewImage()
Dmiff.c2113 (void) DeleteImageProperty(image,"quantum:format"); in WriteMIFFImage()
Dmsl.c7446 (void) DeleteImageProperty(msl_info->image[n],"comment"); in MSLEndElement()
7493 (void) DeleteImageProperty(msl_info->image[n],"label"); in MSLEndElement()
/external/ImageMagick/MagickWand/
Dmagick-property.c136 return(DeleteImageProperty(wand->images,property)); in MagickDeleteImageProperty()
Dmogrify.c2819 (void) DeleteImageProperty(*image,argv[i+1]); in MogrifyImage()