|
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 <jpegint.h>
Public Member Functions | |
| JMETHOD (int, consume_input,(j_decompress_ptr cinfo)) | |
| JMETHOD (void, reset_input_controller,(j_decompress_ptr cinfo)) | |
| JMETHOD (void, start_input_pass,(j_decompress_ptr cinfo)) | |
| JMETHOD (void, finish_input_pass,(j_decompress_ptr cinfo)) | |
Public Attributes | |
| boolean | has_multiple_scans |
| boolean | eoi_reached |
| jpeg_input_controller::JMETHOD | ( | int | , |
| consume_input | , | ||
| (j_decompress_ptr cinfo) | |||
| ) |
| jpeg_input_controller::JMETHOD | ( | void | , |
| finish_input_pass | , | ||
| (j_decompress_ptr cinfo) | |||
| ) |
| jpeg_input_controller::JMETHOD | ( | void | , |
| start_input_pass | , | ||
| (j_decompress_ptr cinfo) | |||
| ) |
| jpeg_input_controller::JMETHOD | ( | void | , |
| reset_input_controller | , | ||
| (j_decompress_ptr cinfo) | |||
| ) |
Definition at line 154 of file jpegint.h.
Referenced by consume_markers(), jinit_input_controller(), and reset_input_controller().
Definition at line 153 of file jpegint.h.
Referenced by consume_markers(), jinit_input_controller(), and reset_input_controller().