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

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

Completed in 205 milliseconds