Searched defs:BlobToStringInfo (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dstring.c205 % BlobToStringInfo() returns the contents of a blob as a StringInfo structure
208 % The format of the BlobToStringInfo method is:
210 % StringInfo *BlobToStringInfo(const void *blob,const size_t length)
219 MagickExport StringInfo *BlobToStringInfo(const void *blob,const size_t length)
214 MagickExport StringInfo *BlobToStringInfo(const void *blob,const size_t length) function

Completed in 118 milliseconds