Home
last modified time | relevance | path

Searched refs:WriteBlobMode (Results 1 – 8 of 8) sorted by relevance

/external/ImageMagick/coders/
Dinfo.c181 status=OpenBlob(image_info,image,WriteBlobMode,exception); in WriteINFOImage()
Ddebug.c202 status=OpenBlob(image_info,image,WriteBlobMode,exception); in WriteDEBUGImage()
Dmvg.c356 status=OpenBlob(image_info,image,WriteBlobMode,exception); in WriteMVGImage()
Dtxt.c758 status=OpenBlob(image_info,image,WriteBlobMode,exception); in WriteTXTImage()
Djson.c1718 status=OpenBlob(image_info,image,WriteBlobMode,exception); in WriteJSONImage()
Dyaml.c1709 status=OpenBlob(image_info,image,WriteBlobMode,exception); in WriteYAMLImage()
/external/ImageMagick/MagickCore/
Dblob-private.h40 WriteBlobMode, enumerator
Dblob.c3262 case WriteBlobMode: type="w"; break; in OpenBlob()