Searched refs:savebmp (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
H A Dbmp.h37 int savebmp(char *filename, unsigned char *buf, int w, int h, int pf,
H A Djpgtest.cxx219 if(savebmp(tempstr, rgbbuf, w, h, pf, pitch, bu)==-1)
248 if(savebmp(tempstr, rgbbuf, w, h, pf, pitch, bu)==-1)
H A Dbmp.c184 int savebmp(char *filename, unsigned char *buf, int w, int h, int srcpf, function
197 _throw("savebmp(): Invalid argument");
200 _throwunix("savebmp(): Cannot open output file");
231 _throw("savebmp(): Could not initialize bitmap writer");
236 _throw("savebmp(): Could not initialize PPM writer");
H A Dtjbench.c193 if(savebmp(tempstr, dstbuf, scaledw, scaledh, pf,
228 if(savebmp(tempstr, dstbuf, w, h, pf,

Completed in 251 milliseconds