Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dproperty.h38 DeleteImageProperty(Image *,const char *),
Dconstitute.c623 (void) DeleteImageProperty(next,"tiff:Orientation"); in ReadImage()
624 (void) DeleteImageProperty(next,"exif:Orientation"); in ReadImage()
634 (void) DeleteImageProperty(next,"exif:XResolution"); in ReadImage()
644 (void) DeleteImageProperty(next,"exif:YResolution"); in ReadImage()
652 (void) DeleteImageProperty(next,"exif:ResolutionUnit"); in ReadImage()
653 (void) DeleteImageProperty(next,"tiff:ResolutionUnit"); in ReadImage()
Dcipher.c701 (void) DeleteImageProperty(image,"cipher:type"); in PasskeyDecipherImage()
702 (void) DeleteImageProperty(image,"cipher:mode"); in PasskeyDecipherImage()
703 (void) DeleteImageProperty(image,"cipher:nonce"); in PasskeyDecipherImage()
Dsignature.c549 (void) DeleteImageProperty(image,"signature"); in SignatureImage()
Dimage.c3483 (void) DeleteImageProperty(image,"comment"); in StripImage()
3484 (void) DeleteImageProperty(image,"date:create"); in StripImage()
3485 (void) DeleteImageProperty(image,"date:modify"); in StripImage()
Dmethods.h238 #define DeleteImageProperty PrependMagickMethod(DeleteImageProperty) macro
Dproperty.c279 MagickExport MagickBooleanType DeleteImageProperty(Image *image, in DeleteImageProperty() function
3955 return(DeleteImageProperty(image,property)); /* delete if NULL */ in SetImageProperty()
Dresize.c3697 (void) DeleteImageProperty(thumbnail_image,"comment"); in ThumbnailImage()
Ddisplay.c9099 (void) DeleteImageProperty(*image,"label"); in XMagickCommand()
9133 (void) DeleteImageProperty(*image,"label"); in XMagickCommand()
9177 (void) DeleteImageProperty(*image,"label"); in XMagickCommand()
13697 (void) DeleteImageProperty(next_image,"label"); in XVisualDirectoryImage()
Deffect.c2699 (void) DeleteImageProperty(preview_image,"label"); in PreviewImage()
/external/ImageMagick/coders/
Ddpx.c1691 (void) DeleteImageProperty(image,"dpx:orientation.x_offset"); in WriteDPXImage()
1692 (void) DeleteImageProperty(image,"dpx:orientation.y_offset"); in WriteDPXImage()
1693 (void) DeleteImageProperty(image,"dpx:orientation.x_center"); in WriteDPXImage()
1694 (void) DeleteImageProperty(image,"dpx:orientation.y_center"); in WriteDPXImage()
1695 (void) DeleteImageProperty(image,"dpx:orientation.x_size"); in WriteDPXImage()
1696 (void) DeleteImageProperty(image,"dpx:orientation.y_size"); in WriteDPXImage()
Dpcd.c404 (void) DeleteImageProperty(p,"label"); in OverviewImage()
Dmsl.c7354 (void) DeleteImageProperty(msl_info->image[n],"comment"); in MSLEndElement()
7401 (void) DeleteImageProperty(msl_info->image[n],"label"); in MSLEndElement()
/external/ImageMagick/MagickWand/
Dmagick-property.c136 return(DeleteImageProperty(wand->images,property)); in MagickDeleteImageProperty()
Dmogrify.c2818 (void) DeleteImageProperty(*image,argv[i+1]); in MogrifyImage()