HomeSort by relevance Sort by last modified time
    Searched refs:ReadBlobString (Results 1 - 12 of 12) 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 66 *ReadBlobString(Image *,char *);
methods.h     [all...]
blob.c     [all...]
  /external/ImageMagick/coders/
mtv.c 149 (void) ReadBlobString(image,buffer);
215 (void) ReadBlobString(image,buffer);
txt.c 212 (void) ReadBlobString(image,text);
298 p=ReadBlobString(image,text);
439 (void) ReadBlobString(image,text);
490 if (ReadBlobString(image,text) == (char *) NULL)
571 (void) ReadBlobString(image,text);
xbm.c 239 while (ReadBlobString(image,buffer) != (char *) NULL)
244 while (ReadBlobString(image,buffer) != (char *) NULL)
258 while (ReadBlobString(image,buffer) != (char *) NULL)
mvg.c 175 while (ReadBlobString(image,primitive) != (char *) NULL)
sixel.c     [all...]
xpm.c 309 while (ReadBlobString(image,p) != (char *) NULL)
    [all...]
pnm.c 305 (void) ReadBlobString(image,scale);
    [all...]
msl.c     [all...]

Completed in 202 milliseconds