Home
last modified time | relevance | path

Searched refs:CustomStreamHandler (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
Dblob.h37 (*CustomStreamHandler)(unsigned char *,const size_t,void *); typedef
91 SetCustomStreamReader(CustomStreamInfo *,CustomStreamHandler),
94 SetCustomStreamWriter(CustomStreamInfo *,CustomStreamHandler);
Dblob.c178 CustomStreamHandler
796 assert(image_info->custom_stream->reader != (CustomStreamHandler) NULL); in CustomStreamToImage()
2173 assert(image_info->custom_stream->writer != (CustomStreamHandler) NULL); in ImageToCustomStream()
2579 assert(image_info->custom_stream->reader != (CustomStreamHandler) NULL); in ImagesToCustomStream()
2580 assert(image_info->custom_stream->writer != (CustomStreamHandler) NULL); in ImagesToCustomStream()
3928 if (blob_info->custom_stream->reader != (CustomStreamHandler) NULL) in ReadBlob()
5272 CustomStreamHandler reader) in SetCustomStreamReader()
5371 CustomStreamHandler writer) in SetCustomStreamWriter()
5803 if (blob_info->custom_stream->writer != (CustomStreamHandler) NULL) in WriteBlob()