OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:savebmp
(Results
1 - 2
of
2
) sorted by null
/external/libjpeg-turbo/
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");
/external/libvncserver/test/
bmp.c
298
int
savebmp
(char *filename, unsigned char *buf, int w, int h,
function
312
_throw("bad argument to
savebmp
()");
Completed in 58 milliseconds