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 | 677 (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()
|
D | cipher.c | 700 (void) DeleteImageProperty(image,"cipher:type"); in PasskeyDecipherImage() 701 (void) DeleteImageProperty(image,"cipher:mode"); in PasskeyDecipherImage() 702 (void) DeleteImageProperty(image,"cipher:nonce"); in PasskeyDecipherImage()
|
D | signature.c | 557 (void) DeleteImageProperty(image,"signature"); in SignatureImage()
|
D | methods.h | 225 #define DeleteImageProperty PrependMagickMethod(DeleteImageProperty) macro
|
D | image.c | 3838 (void) DeleteImageProperty(image,"comment"); in StripImage() 3839 (void) DeleteImageProperty(image,"date:create"); in StripImage() 3840 (void) DeleteImageProperty(image,"date:modify"); in StripImage()
|
D | property.c | 279 MagickExport MagickBooleanType DeleteImageProperty(Image *image, in DeleteImageProperty() function 4131 return(DeleteImageProperty(image,property)); /* delete if NULL */ in SetImageProperty()
|
D | resize.c | 3740 (void) DeleteImageProperty(thumbnail_image,"comment"); in ThumbnailImage()
|
D | display.c | 9101 (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()
|
D | effect.c | 2721 (void) DeleteImageProperty(preview_image,"label"); in PreviewImage()
|
/external/ImageMagick/coders/ |
D | dpx.c | 1721 (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()
|
D | pcd.c | 413 (void) DeleteImageProperty(p,"label"); in OverviewImage()
|
D | miff.c | 2113 (void) DeleteImageProperty(image,"quantum:format"); in WriteMIFFImage()
|
D | msl.c | 7446 (void) DeleteImageProperty(msl_info->image[n],"comment"); in MSLEndElement() 7493 (void) DeleteImageProperty(msl_info->image[n],"label"); in MSLEndElement()
|
/external/ImageMagick/MagickWand/ |
D | magick-property.c | 136 return(DeleteImageProperty(wand->images,property)); in MagickDeleteImageProperty()
|
D | mogrify.c | 2819 (void) DeleteImageProperty(*image,argv[i+1]); in MogrifyImage()
|