Searched defs:cinfo (Results 1 – 3 of 3) sorted by relevance
| /GUIX-v6.2.1/guix_studio/libs/libjpeg/include/ |
| D | jerror.h | 230 #define ERREXIT(cinfo, code) \ argument 233 #define ERREXIT1(cinfo, code, p1) \ argument 237 #define ERREXIT2(cinfo, code, p1, p2) \ argument 242 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument 248 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument 255 #define ERREXITS(cinfo, code, str) \ argument 263 #define WARNMS(cinfo, code) \ argument 266 #define WARNMS1(cinfo, code, p1) \ argument 270 #define WARNMS2(cinfo, code, p1, p2) \ argument 277 #define TRACEMS(cinfo, lvl, code) \ argument [all …]
|
| D | jpeglib.h | 900 #define jpeg_create_compress(cinfo) \ argument 903 #define jpeg_create_decompress(cinfo) \ argument
|
| /GUIX-v6.2.1/guix_studio/ |
| D | jpg_reader.cpp | 18 METHODDEF(void) my_error_exit (j_common_ptr cinfo) in my_error_exit()
|