|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |

Go to the source code of this file.
Defines | |
| #define | JPEG_INTERNALS |
Functions | |
| jpeg_start_compress (j_compress_ptr cinfo, boolean write_all_tables) | |
| jpeg_write_scanlines (j_compress_ptr cinfo, JSAMPARRAY scanlines, JDIMENSION num_lines) | |
| jpeg_write_raw_data (j_compress_ptr cinfo, JSAMPIMAGE data, JDIMENSION num_lines) | |
| #define JPEG_INTERNALS |
Definition at line 17 of file jcapistd.c.
| jpeg_start_compress | ( | j_compress_ptr | cinfo, |
| boolean | write_all_tables | ||
| ) |
Definition at line 38 of file jcapistd.c.
References CSTATE_RAW_OK, CSTATE_SCANNING, CSTATE_START, ERREXIT1, FALSE, jinit_compress_master(), and jpeg_suppress_tables().
| jpeg_write_raw_data | ( | j_compress_ptr | cinfo, |
| JSAMPIMAGE | data, | ||
| JDIMENSION | num_lines | ||
| ) |
Definition at line 120 of file jcapistd.c.
References CSTATE_RAW_OK, DCTSIZE, ERREXIT, ERREXIT1, NULL, and WARNMS.
| jpeg_write_scanlines | ( | j_compress_ptr | cinfo, |
| JSAMPARRAY | scanlines, | ||
| JDIMENSION | num_lines | ||
| ) |
Definition at line 77 of file jcapistd.c.
References CSTATE_SCANNING, ERREXIT1, NULL, and WARNMS.