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

  /external/libjpeg-turbo/
bmp.h 37 int savebmp(char *filename, unsigned char *buf, int w, int h, int pf,
bmp.c 244 int savebmp(char *filename, unsigned char *buf, int w, int h, int srcpf, function
257 _throw("savebmp(): Invalid argument");
260 _throwunix("savebmp(): Cannot open output file");
291 _throw("savebmp(): Could not initialize bitmap writer");
296 _throw("savebmp(): Could not initialize PPM writer");
tjbench.c 227 if(savebmp(tempstr, dstbuf, scaledw, scaledh, pf,
262 if(savebmp(tempstr, dstbuf, w, h, pf,
  /external/libvncserver/test/
bmp.h 44 int savebmp(char *filename, unsigned char *buf, int w, int h,
tjbench.c 160 if(savebmp(tempstr, dstbuf, scaledw, scaledh, bmpPF[pf], pitch,
195 if(savebmp(tempstr, dstbuf, w, h, bmpPF[pf], pitch,
bmp.c 298 int savebmp(char *filename, unsigned char *buf, int w, int h, function
312 _throw("bad argument to savebmp()");

Completed in 189 milliseconds