|
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) ![]() |
#include <jpeglib.h>
Public Member Functions | |
| JMETHOD (void, init_destination,(j_compress_ptr cinfo)) | |
| JMETHOD (boolean, empty_output_buffer,(j_compress_ptr cinfo)) | |
| JMETHOD (void, term_destination,(j_compress_ptr cinfo)) | |
Public Attributes | |
| JOCTET * | next_output_byte |
| size_t | free_in_buffer |
| jpeg_destination_mgr::JMETHOD | ( | void | , |
| init_destination | , | ||
| (j_compress_ptr cinfo) | |||
| ) |
| jpeg_destination_mgr::JMETHOD | ( | void | , |
| term_destination | , | ||
| (j_compress_ptr cinfo) | |||
| ) |
| jpeg_destination_mgr::JMETHOD | ( | boolean | , |
| empty_output_buffer | , | ||
| (j_compress_ptr cinfo) | |||
| ) |
Definition at line 715 of file jpeglib.h.
Referenced by dump_buffer(), emit_byte(), empty_output_buffer(), init_destination(), and term_destination().
Definition at line 714 of file jpeglib.h.
Referenced by dump_buffer(), emit_byte(), empty_output_buffer(), and init_destination().