Searched refs:CustomStreamInfo (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | blob.h | 45 CustomStreamInfo; typedef 50 extern MagickExport CustomStreamInfo 52 *DestroyCustomStreamInfo(CustomStreamInfo *); 89 SetCustomStreamData(CustomStreamInfo *,void *), 90 SetCustomStreamReader(CustomStreamInfo *,CustomStreamHandler), 91 SetCustomStreamSeeker(CustomStreamInfo *,CustomStreamSeeker), 92 SetCustomStreamTeller(CustomStreamInfo *,CustomStreamTeller), 93 SetCustomStreamWriter(CustomStreamInfo *,CustomStreamHandler);
|
D | blob.c | 156 CustomStreamInfo 222 MagickExport CustomStreamInfo *AcquireCustomStreamInfo( in AcquireCustomStreamInfo() 225 CustomStreamInfo in AcquireCustomStreamInfo() 229 custom_stream=(CustomStreamInfo *) AcquireCriticalMemory( in AcquireCustomStreamInfo() 305 CustomStreamInfo *custom_stream) in AttachCustomStream() 308 assert(custom_stream != (CustomStreamInfo *) NULL); in AttachCustomStream() 752 assert(image_info->custom_stream != (CustomStreamInfo *) NULL); in CustomStreamToImage() 803 blob_info->custom_stream=(CustomStreamInfo *) NULL; in CustomStreamToImage() 953 MagickExport CustomStreamInfo *DestroyCustomStreamInfo( in DestroyCustomStreamInfo() 954 CustomStreamInfo *custom_stream) in DestroyCustomStreamInfo() [all …]
|
D | image.h | 490 CustomStreamInfo 581 SetImageInfoCustomStream(ImageInfo *,CustomStreamInfo *);
|
D | blob-private.h | 138 AttachCustomStream(BlobInfo *,CustomStreamInfo *),
|
D | image.c | 3109 CustomStreamInfo *custom_stream) in SetImageInfoCustomStream() 3116 image_info->custom_stream=(CustomStreamInfo *) custom_stream; in SetImageInfoCustomStream()
|
/external/ImageMagick/coders/ |
D | tiff.c | 1115 static CustomStreamInfo *TIFFAcquireCustomStreamForReading( in TIFFAcquireCustomStreamForReading() 1118 CustomStreamInfo in TIFFAcquireCustomStreamForReading() 1122 if (custom_stream == (CustomStreamInfo *) NULL) in TIFFAcquireCustomStreamForReading() 1140 CustomStreamInfo in TIFFReadPhotoshopLayers() 1190 if (custom_stream == (CustomStreamInfo *) NULL) in TIFFReadPhotoshopLayers() 3105 static CustomStreamInfo *TIFFAcquireCustomStreamForWriting( in TIFFAcquireCustomStreamForWriting() 3108 CustomStreamInfo in TIFFAcquireCustomStreamForWriting() 3112 if (custom_stream == (CustomStreamInfo *) NULL) in TIFFAcquireCustomStreamForWriting() 3127 CustomStreamInfo in TIFFWritePhotoshopLayers() 3169 if (custom_stream == (CustomStreamInfo *) NULL) in TIFFWritePhotoshopLayers()
|