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

  /external/ImageMagick/MagickCore/
stream.h 43 *DestroyStreamInfo(StreamInfo *);
methods.h 264 #define DestroyStreamInfo PrependMagickMethod(DestroyStreamInfo)
    [all...]
stream.c 265 % DestroyStreamInfo() destroys memory associated with the StreamInfo
268 % The format of the DestroyStreamInfo method is:
270 % StreamInfo *DestroyStreamInfo(StreamInfo *stream_info)
277 MagickExport StreamInfo *DestroyStreamInfo(StreamInfo *stream_info)
    [all...]
  /external/ImageMagick/MagickWand/
stream.c 169 stream_info=DestroyStreamInfo(stream_info); \

Completed in 75 milliseconds