Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dblob.h42 (*CustomStreamTeller)(void *); typedef
92 SetCustomStreamTeller(CustomStreamInfo *,CustomStreamTeller),
Dblob.c184 CustomStreamTeller
1854 if ((blob_info->custom_stream->teller != (CustomStreamTeller) NULL) && in GetBlobSize()
2142 (clone_info->custom_stream->teller == (CustomStreamTeller) NULL)) in ImageToCustomStream()
2551 (clone_info->custom_stream->teller == (CustomStreamTeller) NULL)) in ImagesToCustomStream()
2884 (blob_info->custom_stream->teller != (CustomStreamTeller) NULL)) in IsBlobSeekable()
5266 CustomStreamTeller teller) in SetCustomStreamTeller()
5448 if (blob_info->custom_stream->teller != (CustomStreamTeller) NULL) in TellBlob()