Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dblob.h36 (*CustomStreamHandler)(unsigned char *,const size_t,void *); typedef
90 SetCustomStreamReader(CustomStreamInfo *,CustomStreamHandler),
93 SetCustomStreamWriter(CustomStreamInfo *,CustomStreamHandler);
Dblob.c177 CustomStreamHandler
754 assert(image_info->custom_stream->reader != (CustomStreamHandler) NULL); in CustomStreamToImage()
2120 assert(image_info->custom_stream->writer != (CustomStreamHandler) NULL); in ImageToCustomStream()
2528 assert(image_info->custom_stream->reader != (CustomStreamHandler) NULL); in ImagesToCustomStream()
2529 assert(image_info->custom_stream->writer != (CustomStreamHandler) NULL); in ImagesToCustomStream()
3856 if (blob_info->custom_stream->reader != (CustomStreamHandler) NULL) in ReadBlob()
5200 CustomStreamHandler reader) in SetCustomStreamReader()
5299 CustomStreamHandler writer) in SetCustomStreamWriter()
5714 if (blob_info->custom_stream->writer != (CustomStreamHandler) NULL) in WriteBlob()