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

  /external/ImageMagick/MagickCore/
stream.h 40 *AcquireStreamInfo(const ImageInfo *,ExceptionInfo *),
methods.h 75 #define AcquireStreamInfo PrependMagickMethod(AcquireStreamInfo)
    [all...]
stream.c 145 % AcquireStreamInfo() allocates the StreamInfo structure.
147 % The format of the AcquireStreamInfo method is:
149 % StreamInfo *AcquireStreamInfo(const ImageInfo *image_info,
159 MagickExport StreamInfo *AcquireStreamInfo(const ImageInfo *image_info,
    [all...]
  /external/ImageMagick/MagickWand/
stream.c 249 stream_info=AcquireStreamInfo(image_info,exception);

Completed in 80 milliseconds