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.c703 (void) DeleteImageProperty(next,"tiff:Orientation"); in ReadImage()
704 (void) DeleteImageProperty(next,"exif:Orientation"); in ReadImage()
716 (void) DeleteImageProperty(next,"exif:XResolution"); in ReadImage()
728 (void) DeleteImageProperty(next,"exif:YResolution"); in ReadImage()
739 (void) DeleteImageProperty(next,"exif:ResolutionUnit"); in ReadImage()
740 (void) DeleteImageProperty(next,"tiff:ResolutionUnit"); in ReadImage()
Dcipher.c702 (void) DeleteImageProperty(image,"cipher:type"); in PasskeyDecipherImage()
703 (void) DeleteImageProperty(image,"cipher:mode"); in PasskeyDecipherImage()
704 (void) DeleteImageProperty(image,"cipher:nonce"); in PasskeyDecipherImage()
Dsignature.c558 (void) DeleteImageProperty(image,"signature"); in SignatureImage()
Dmethods.h239 #define DeleteImageProperty PrependMagickMethod(DeleteImageProperty) macro
Dimage.c3845 (void) DeleteImageProperty(image,"comment"); in StripImage()
3846 (void) DeleteImageProperty(image,"date:create"); in StripImage()
3847 (void) DeleteImageProperty(image,"date:modify"); in StripImage()
Dproperty.c279 MagickExport MagickBooleanType DeleteImageProperty(Image *image, in DeleteImageProperty() function
4255 return(DeleteImageProperty(image,property)); /* delete if NULL */ in SetImageProperty()
Ddisplay.c9069 (void) DeleteImageProperty(*image,"label"); in XMagickCommand()
9097 (void) DeleteImageProperty(*image,"label"); in XMagickCommand()
9139 (void) DeleteImageProperty(*image,"label"); in XMagickCommand()
13700 (void) DeleteImageProperty(next_image,"label"); in XVisualDirectoryImage()
Deffect.c3064 (void) DeleteImageProperty(preview_image,"label"); in PreviewImage()
Dresize.c4579 (void) DeleteImageProperty(thumbnail_image,"comment"); in ThumbnailImage()
/external/ImageMagick/coders/
Ddpx.c1718 (void) DeleteImageProperty(image,"dpx:orientation.x_offset"); in WriteDPXImage()
1719 (void) DeleteImageProperty(image,"dpx:orientation.y_offset"); in WriteDPXImage()
1720 (void) DeleteImageProperty(image,"dpx:orientation.x_center"); in WriteDPXImage()
1721 (void) DeleteImageProperty(image,"dpx:orientation.y_center"); in WriteDPXImage()
1722 (void) DeleteImageProperty(image,"dpx:orientation.x_size"); in WriteDPXImage()
1723 (void) DeleteImageProperty(image,"dpx:orientation.y_size"); in WriteDPXImage()
Dpcd.c415 (void) DeleteImageProperty(p,"label"); in OverviewImage()
Dmiff.c2097 (void) DeleteImageProperty(image,"quantum:format"); in WriteMIFFImage()
Dmsl.c7391 (void) DeleteImageProperty(msl_info->image[n],"comment"); in MSLEndElement()
7438 (void) DeleteImageProperty(msl_info->image[n],"label"); in MSLEndElement()
/external/ImageMagick/MagickWand/
Dmagick-property.c135 return(DeleteImageProperty(wand->images,property)); in MagickDeleteImageProperty()
Dmogrify.c2911 (void) DeleteImageProperty(*image,argv[i+1]); in MogrifyImage()