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

  /external/libjpeg-turbo/
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");
  /external/libvncserver/test/
bmp.c 175 int loadbmp(char *filename, unsigned char **buf, int *w, int *h, function
188 _throw("invalid argument to loadbmp()");

Completed in 140 milliseconds