HomeSort by relevance Sort by last modified time
    Searched refs:DestroyImageInfo (Results 26 - 50 of 88) sorted by null

12 3 4

  /external/ImageMagick/coders/
stegano.c 150 read_info=DestroyImageInfo(read_info);
cals.c 286 read_info=DestroyImageInfo(read_info);
578 write_info=DestroyImageInfo(write_info);
mpeg.c 215 read_info=DestroyImageInfo(read_info);
591 write_info=DestroyImageInfo(write_info);
histogram.c 389 write_info=DestroyImageInfo(write_info);
jnx.c 306 read_info=DestroyImageInfo(read_info);
pes.c 675 read_info=DestroyImageInfo(read_info);
cut.c 411 clone_info=DestroyImageInfo(clone_info);
605 clone_info=DestroyImageInfo(clone_info);
dng.c 212 read_info=DestroyImageInfo(read_info);
html.c 406 write_info=DestroyImageInfo(write_info);
xps.c 321 read_info=DestroyImageInfo(read_info);
pcl.c 369 read_info=DestroyImageInfo(read_info);
txt.c 261 read_info=DestroyImageInfo(read_info);
icon.c 377 read_info=DestroyImageInfo(read_info);
    [all...]
mat.c     [all...]
  /external/ImageMagick/MagickCore/
token.c 372 image_info=DestroyImageInfo(image_info);
375 image_info=DestroyImageInfo(image_info);
image.h 520 *DestroyImageInfo(ImageInfo *);
registry.c 460 p->value=(void *) DestroyImageInfo((ImageInfo *) p->value);
blob.c 365 blob_info=DestroyImageInfo(blob_info);
380 blob_info=DestroyImageInfo(blob_info);
393 blob_info=DestroyImageInfo(blob_info);
419 clone_info=DestroyImageInfo(clone_info);
421 blob_info=DestroyImageInfo(blob_info);
    [all...]
montage.c 323 image_info=DestroyImageInfo(image_info);
    [all...]
stream.c     [all...]
delegate.c     [all...]
  /external/ImageMagick/MagickWand/
magick-wand.c 85 wand->image_info=DestroyImageInfo(wand->image_info);
178 wand->image_info=DestroyImageInfo(wand->image_info);
    [all...]
identify.c 324 identify_info=DestroyImageInfo(identify_info);
    [all...]
magick-image.c     [all...]
  /external/ImageMagick/www/api/
image.php 55 <p class="text-center"><a href="image.php#AcquireImage">AcquireImage</a> &bull; <a href="image.php#AcquireImageInfo">AcquireImageInfo</a> &bull; <a href="image.php#AcquireNextImage">AcquireNextImage</a> &bull; <a href="image.php#AppendImages">AppendImages</a> &bull; <a href="image.php#CatchImageException">CatchImageException</a> &bull; <a href="image.php#ClipImagePath">ClipImagePath</a> &bull; <a href="image.php#CloneImage">CloneImage</a> &bull; <a href="image.php#CloneImageInfo">CloneImageInfo</a> &bull; <a href="image.php#CopyImagePixels">CopyImagePixels</a> &bull; <a href="image.php#DestroyImage">DestroyImage</a> &bull; <a href="image.php#DestroyImageInfo">DestroyImageInfo</a> &bull; <a href="image.php#GetImageInfo">GetImageInfo</a> &bull; <a href="image.php#GetImageInfoFile">GetImageInfoFile</a> &bull; <a href="image.php#GetImageMask">GetImageMask</a> &bull; <a href="image.php#GetImageVirtualPixelMethod">GetImageVirtualPixelMethod</a> &bull; <a href="image.php#InterpretImageFilename">InterpretImageFilename</a> &bull; <a href="image.php#IsHighDynamicRangeImage">IsHighDynamicRangeImage</a> &bull; <a href="image.php#IsImageObject">IsImageObject</a> &bull; <a href="image.php#IsTaintImage">IsTaintImage</a> &bull; <a href="image.php#ModifyImage">ModifyImage</a> &bull; <a href="image.php#NewMagickImage">NewMagickImage</a> &bull; <a href="image.php#ReferenceImage">ReferenceImage</a> &bull; <a href="image.php#ResetImagePage">ResetImagePage</a> &bull; <a href="image.php#SetImageBackgroundColor">SetImageBackgroundColor</a> &bull; <a href="image.php#SetImageChannelMask">SetImageChannelMask</a> &bull; <a href="image.php#SetImageColor">SetImageColor</a> &bull; <a href="image.php#SetImageStorageClass">SetImageStorageClass</a> &bull; <a href="image.php#SetImageExtent">SetImageExtent</a> &bull; <a href="image.php#SetImageInfoBlob">SetImageInfoBlob</a> &bull; <a href="image.php#SetImageInfoFile">SetImageInfoFile</a> &bull; <a href="image.php#SetImageMask">SetImageMask</a> &bull; <a href="image.php#SetImageAlpha">SetImageAlpha</a> &bull; <a href="image.php#SetImageVirtualPixelMethod">SetImageVirtualPixelMethod</a> &bull; <a href="image.php#SmushImages">SmushImages</a> &bull; <a href="image.php#StripImage">StripImage</a> &bull; <a href="image.php#SyncImageSettings">SyncImageSettings</a></p>
340 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image_8c.html" id="DestroyImageInfo">DestroyImageInfo</a></h2>
342 <p>DestroyImageInfo() deallocates memory associated with an ImageInfo structure.</p>
344 <p>The format of the DestroyImageInfo method is:</p>
347 ImageInfo *DestroyImageInfo(ImageInfo *image_info)

Completed in 708 milliseconds

12 3 4