Searched refs:ReadBlobString (Results 1 – 13 of 13) sorted by relevance
/external/ImageMagick/www/source/ |
D | mgk.c | 177 (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/ |
D | txt.c | 208 (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()
|
D | xbm.c | 240 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()
|
D | mtv.c | 147 (void) ReadBlobString(image,buffer); in ReadMTVImage() 216 if (ReadBlobString(image,buffer) == (char *) NULL) in ReadMTVImage()
|
D | mvg.c | 170 while (ReadBlobString(image,primitive) != (char *) NULL) in ReadMVGImage()
|
D | pgx.c | 181 if (ReadBlobString(image,buffer) == (char *) NULL) in ReadPGXImage()
|
D | cube.c | 163 while (ReadBlobString(image,p) != (char *) NULL) in ReadCUBEImage()
|
D | xpm.c | 320 while (ReadBlobString(image,p) != (char *) NULL) in ReadXPMImage()
|
D | sixel.c | 1043 while (ReadBlobString(image,p) != (char *) NULL) in ReadSIXELImage()
|
D | msl.c | 7850 while (ReadBlobString(msl_image,message) != (char *) NULL) in ProcessMSLScript()
|
/external/ImageMagick/MagickCore/ |
D | blob-private.h | 64 *ReadBlobString(Image *,char *);
|
D | methods.h | 875 #define ReadBlobString PrependMagickMethod(ReadBlobString) macro
|
D | blob.c | 4832 MagickExport char *ReadBlobString(Image *image,char *string) in ReadBlobString() function
|