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

  /external/ImageMagick/MagickCore/
stream.h 42 *AcquireStreamInfo(const ImageInfo *,ExceptionInfo *),
methods.h 67 #define AcquireStreamInfo PrependMagickMethod(AcquireStreamInfo)
    [all...]
stream.c 150 % AcquireStreamInfo() allocates the StreamInfo structure.
152 % The format of the AcquireStreamInfo method is:
154 % StreamInfo *AcquireStreamInfo(const ImageInfo *image_info,
164 MagickExport StreamInfo *AcquireStreamInfo(const ImageInfo *image_info,
    [all...]
  /external/ImageMagick/MagickWand/
stream.c 249 stream_info=AcquireStreamInfo(image_info,exception);

Completed in 55 milliseconds