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

  /external/libjpeg-turbo/
bmp.c 161 int loadbmp(char *filename, unsigned char **buf, int *w, int *h, function
173 _throw("loadbmp(): Invalid argument");
176 _throwunix("loadbmp(): Cannot open input file");
190 _throwunix("loadbmp(): Could not read input file")
191 else if(tempc==EOF) _throw("loadbmp(): Input file contains no data");
196 _throw("loadbmp(): Could not initialize bitmap loader");
201 _throw("loadbmp(): Could not initialize bitmap loader");
203 else _throw("loadbmp(): Unsupported file type");
217 _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 924 milliseconds