Home
last modified time | relevance | path

Searched refs:CustomStreamInfo (Results 1 – 6 of 6) sorted by relevance

/external/ImageMagick/MagickCore/
Dblob.h46 CustomStreamInfo; typedef
51 extern MagickExport CustomStreamInfo
53 *DestroyCustomStreamInfo(CustomStreamInfo *);
90 SetCustomStreamData(CustomStreamInfo *,void *),
91 SetCustomStreamReader(CustomStreamInfo *,CustomStreamHandler),
92 SetCustomStreamSeeker(CustomStreamInfo *,CustomStreamSeeker),
93 SetCustomStreamTeller(CustomStreamInfo *,CustomStreamTeller),
94 SetCustomStreamWriter(CustomStreamInfo *,CustomStreamHandler);
Dblob.c157 CustomStreamInfo
223 MagickExport CustomStreamInfo *AcquireCustomStreamInfo( in AcquireCustomStreamInfo()
226 CustomStreamInfo in AcquireCustomStreamInfo()
230 custom_stream=(CustomStreamInfo *) AcquireCriticalMemory( in AcquireCustomStreamInfo()
306 CustomStreamInfo *custom_stream) in AttachCustomStream()
309 assert(custom_stream != (CustomStreamInfo *) NULL); in AttachCustomStream()
794 assert(image_info->custom_stream != (CustomStreamInfo *) NULL); in CustomStreamToImage()
845 blob_info->custom_stream=(CustomStreamInfo *) NULL; in CustomStreamToImage()
995 MagickExport CustomStreamInfo *DestroyCustomStreamInfo( in DestroyCustomStreamInfo()
996 CustomStreamInfo *custom_stream) in DestroyCustomStreamInfo()
[all …]
Dimage.h490 CustomStreamInfo
568 SetImageInfoCustomStream(ImageInfo *,CustomStreamInfo *);
Dblob-private.h139 AttachCustomStream(BlobInfo *,CustomStreamInfo *),
Dimage.c3116 CustomStreamInfo *custom_stream) in SetImageInfoCustomStream()
3123 image_info->custom_stream=(CustomStreamInfo *) custom_stream; in SetImageInfoCustomStream()
/external/ImageMagick/coders/
Dtiff.c1079 static CustomStreamInfo *TIFFAcquireCustomStreamForReading( in TIFFAcquireCustomStreamForReading()
1082 CustomStreamInfo in TIFFAcquireCustomStreamForReading()
1086 if (custom_stream == (CustomStreamInfo *) NULL) in TIFFAcquireCustomStreamForReading()
1104 CustomStreamInfo in TIFFReadPhotoshopLayers()
1154 if (custom_stream == (CustomStreamInfo *) NULL) in TIFFReadPhotoshopLayers()
3030 static CustomStreamInfo *TIFFAcquireCustomStreamForWriting( in TIFFAcquireCustomStreamForWriting()
3033 CustomStreamInfo in TIFFAcquireCustomStreamForWriting()
3037 if (custom_stream == (CustomStreamInfo *) NULL) in TIFFAcquireCustomStreamForWriting()
3052 CustomStreamInfo in TIFFWritePhotoshopLayers()
3094 if (custom_stream == (CustomStreamInfo *) NULL) in TIFFWritePhotoshopLayers()