HomeSort by relevance Sort by last modified time
    Searched refs:ReadBlobString (Results 1 - 14 of 14) sorted by null

  /external/ImageMagick/www/source/
mgk.c 185 (void) ReadBlobString(image,buffer); /* read magic number */
188 (void) ReadBlobString(image,buffer);
251 (void) ReadBlobString(image,buffer);
  /external/ImageMagick/MagickCore/
blob-private.h 64 *ReadBlobString(Image *,char *);
methods.h     [all...]
blob.c     [all...]
  /external/ImageMagick/coders/
mtv.c 150 (void) ReadBlobString(image,buffer);
219 if (ReadBlobString(image,buffer) == (char *) NULL)
txt.c 212 (void) ReadBlobString(image,text);
303 p=ReadBlobString(image,text);
446 (void) ReadBlobString(image,text);
506 if (ReadBlobString(image,text) == (char *) NULL)
596 (void) ReadBlobString(image,text);
xbm.c 244 while (ReadBlobString(image,buffer) != (char *) NULL)
249 while (ReadBlobString(image,buffer) != (char *) NULL)
265 while (ReadBlobString(image,buffer) != (char *) NULL)
mvg.c 174 while (ReadBlobString(image,primitive) != (char *) NULL)
pgx.c 185 if (ReadBlobString(image,buffer) == (char *) NULL)
cube.c 164 while (ReadBlobString(image,p) != (char *) NULL)
sixel.c     [all...]
xpm.c 312 while (ReadBlobString(image,p) != (char *) NULL)
    [all...]
pnm.c 323 if (ReadBlobString(image,scale) != (char *) NULL)
    [all...]
msl.c     [all...]

Completed in 243 milliseconds