Home
last modified time | relevance | path

Searched refs:ReadBlobString (Results 1 – 13 of 13) sorted by relevance

/external/ImageMagick/www/source/
Dmgk.c177 (void) ReadBlobString(image,buffer); /* read magic number */ in ReadMGKImage()
180 (void) ReadBlobString(image,buffer); in ReadMGKImage()
246 (void) ReadBlobString(image,buffer); in ReadMGKImage()
/external/ImageMagick/coders/
Dtxt.c208 (void) ReadBlobString(image,text); in ReadTEXTImage()
299 p=ReadBlobString(image,text); in ReadTEXTImage()
441 (void) ReadBlobString(image,text); in ReadTXTImage()
502 if (ReadBlobString(image,text) == (char *) NULL) in ReadTXTImage()
595 (void) ReadBlobString(image,text); in ReadTXTImage()
Dxbm.c240 while (ReadBlobString(image,buffer) != (char *) NULL) in ReadXBMImage()
245 while (ReadBlobString(image,buffer) != (char *) NULL) in ReadXBMImage()
261 while (ReadBlobString(image,buffer) != (char *) NULL) in ReadXBMImage()
Dmtv.c147 (void) ReadBlobString(image,buffer); in ReadMTVImage()
216 if (ReadBlobString(image,buffer) == (char *) NULL) in ReadMTVImage()
Dmvg.c170 while (ReadBlobString(image,primitive) != (char *) NULL) in ReadMVGImage()
Dpgx.c181 if (ReadBlobString(image,buffer) == (char *) NULL) in ReadPGXImage()
Dcube.c163 while (ReadBlobString(image,p) != (char *) NULL) in ReadCUBEImage()
Dxpm.c320 while (ReadBlobString(image,p) != (char *) NULL) in ReadXPMImage()
Dsixel.c1043 while (ReadBlobString(image,p) != (char *) NULL) in ReadSIXELImage()
Dmsl.c7850 while (ReadBlobString(msl_image,message) != (char *) NULL) in ProcessMSLScript()
/external/ImageMagick/MagickCore/
Dblob-private.h64 *ReadBlobString(Image *,char *);
Dmethods.h875 #define ReadBlobString PrependMagickMethod(ReadBlobString) macro
Dblob.c4832 MagickExport char *ReadBlobString(Image *image,char *string) in ReadBlobString() function