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

  /external/libjpeg-turbo/
bmp.h 34 int loadbmp(char *filename, unsigned char **buf, int *w, int *h, int pf,
bmp.c 168 int loadbmp(char *filename, unsigned char **buf, int *w, int *h, function
180 _throw("loadbmp(): Invalid argument");
183 _throwunix("loadbmp(): Cannot open input file");
197 _throwunix("loadbmp(): Could not read input file")
198 else if(tempc==EOF) _throw("loadbmp(): Input file contains no data");
203 _throw("loadbmp(): Could not initialize bitmap loader");
208 _throw("loadbmp(): Could not initialize bitmap loader");
210 else _throw("loadbmp(): Unsupported file type");
224 _throw("loadbmp(): Memory allocation failure");
tjbench.c 940 if(loadbmp(argv[1], &srcbuf, &w, &h, pf, (flags&TJFLAG_BOTTOMUP)!=0)==-1)
  /external/libvncserver/test/
bmp.h 35 int loadbmp(char *filename, unsigned char **buf, int *w, int *h,
bmp.c 175 int loadbmp(char *filename, unsigned char **buf, int *w, int *h, function
188 _throw("invalid argument to loadbmp()");
tjbench.c 622 if(loadbmp(argv[1], &srcbuf, &w, &h, bmpPF[pf], 1,

Completed in 88 milliseconds