Searched refs:DeleteImageProperty (Results 1 – 16 of 16) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | property.h | 38 DeleteImageProperty(Image *,const char *),
|
D | constitute.c | 703 (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()
|
D | cipher.c | 702 (void) DeleteImageProperty(image,"cipher:type"); in PasskeyDecipherImage() 703 (void) DeleteImageProperty(image,"cipher:mode"); in PasskeyDecipherImage() 704 (void) DeleteImageProperty(image,"cipher:nonce"); in PasskeyDecipherImage()
|
D | signature.c | 558 (void) DeleteImageProperty(image,"signature"); in SignatureImage()
|
D | methods.h | 239 #define DeleteImageProperty PrependMagickMethod(DeleteImageProperty) macro
|
D | image.c | 3845 (void) DeleteImageProperty(image,"comment"); in StripImage() 3846 (void) DeleteImageProperty(image,"date:create"); in StripImage() 3847 (void) DeleteImageProperty(image,"date:modify"); in StripImage()
|
D | property.c | 279 MagickExport MagickBooleanType DeleteImageProperty(Image *image, in DeleteImageProperty() function 4255 return(DeleteImageProperty(image,property)); /* delete if NULL */ in SetImageProperty()
|
D | display.c | 9069 (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()
|
D | effect.c | 3064 (void) DeleteImageProperty(preview_image,"label"); in PreviewImage()
|
D | resize.c | 4579 (void) DeleteImageProperty(thumbnail_image,"comment"); in ThumbnailImage()
|
/external/ImageMagick/coders/ |
D | dpx.c | 1718 (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()
|
D | pcd.c | 415 (void) DeleteImageProperty(p,"label"); in OverviewImage()
|
D | miff.c | 2097 (void) DeleteImageProperty(image,"quantum:format"); in WriteMIFFImage()
|
D | msl.c | 7391 (void) DeleteImageProperty(msl_info->image[n],"comment"); in MSLEndElement() 7438 (void) DeleteImageProperty(msl_info->image[n],"label"); in MSLEndElement()
|
/external/ImageMagick/MagickWand/ |
D | magick-property.c | 135 return(DeleteImageProperty(wand->images,property)); in MagickDeleteImageProperty()
|
D | mogrify.c | 2911 (void) DeleteImageProperty(*image,argv[i+1]); in MogrifyImage()
|