HomeSort by relevance Sort by last modified time
    Searched refs:CloneImageProperties (Results 1 - 8 of 8) sorted by null

  /external/ImageMagick/MagickCore/
property.h 36 CloneImageProperties(Image *,const Image *),
layer.c 339 (void) CloneImageProperties(coalesce_image,next);
484 (void) CloneImageProperties(dispose,next);
    [all...]
methods.h 141 #define CloneImageProperties PrependMagickMethod(CloneImageProperties)
    [all...]
image.c 846 (void) CloneImageProperties(clone_image,image);
    [all...]
property.c 122 % CloneImageProperties() clones all the image properties to another image.
124 % The format of the CloneImageProperties method is:
126 % MagickBooleanType CloneImageProperties(Image *image,
136 MagickExport MagickBooleanType CloneImageProperties(Image *image,
    [all...]
  /external/ImageMagick/coders/
gif.c     [all...]
ps.c     [all...]
pdf.c 882 (void) CloneImageProperties(pdf_image,image);
    [all...]

Completed in 65 milliseconds