• Home
  • Raw
  • Download

Lines Matching refs:StreamInfo

120   StreamImagePixels(const StreamInfo *,const Image *,ExceptionInfo *),
159 MagickExport StreamInfo *AcquireStreamInfo(const ImageInfo *image_info, in AcquireStreamInfo()
162 StreamInfo in AcquireStreamInfo()
165 stream_info=(StreamInfo *) AcquireCriticalMemory(sizeof(*stream_info)); in AcquireStreamInfo()
273 MagickExport StreamInfo *DestroyStreamInfo(StreamInfo *stream_info) in DestroyStreamInfo()
276 assert(stream_info != (StreamInfo *) NULL); in DestroyStreamInfo()
291 stream_info=(StreamInfo *) RelinquishMagickMemory(stream_info); in DestroyStreamInfo()
564 MagickPrivate const void *GetStreamInfoClientData(StreamInfo *stream_info) in GetStreamInfoClientData()
566 assert(stream_info != (StreamInfo *) NULL); in GetStreamInfoClientData()
842 StreamInfo *stream_info,const char *filename,ExceptionInfo *exception) in OpenStream()
1139 MagickPrivate void SetStreamInfoClientData(StreamInfo *stream_info, in SetStreamInfoClientData()
1142 assert(stream_info != (StreamInfo *) NULL); in SetStreamInfoClientData()
1171 MagickExport void SetStreamInfoMap(StreamInfo *stream_info,const char *map) in SetStreamInfoMap()
1173 assert(stream_info != (StreamInfo *) NULL); in SetStreamInfoMap()
1203 MagickExport void SetStreamInfoStorageType(StreamInfo *stream_info, in SetStreamInfoStorageType()
1206 assert(stream_info != (StreamInfo *) NULL); in SetStreamInfoStorageType()
1260 StreamInfo in WriteStreamImage()
1264 stream_info=(StreamInfo *) image->client_data; in WriteStreamImage()
1335 StreamInfo *stream_info,ExceptionInfo *exception) in StreamImage()
1348 assert(stream_info != (StreamInfo *) NULL); in StreamImage()
1399 static MagickBooleanType StreamImagePixels(const StreamInfo *stream_info, in StreamImagePixels()
1418 assert(stream_info != (StreamInfo *) NULL); in StreamImagePixels()