#include <jpeglib.h>
Inheritance diagram for jpeg_destination_mgr:

Definition at line 713 of file 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 | ( | boolean | , | |
| empty_output_buffer | , | |||
| (j_compress_ptr cinfo) | ||||
| ) |
| jpeg_destination_mgr::JMETHOD | ( | void | , | |
| term_destination | , | |||
| (j_compress_ptr cinfo) | ||||
| ) |
Definition at line 714 of file jpeglib.h.
Referenced by my_jpeg_destination_mgr::my_jpeg_destination_mgr(), and qt_empty_output_buffer().
Definition at line 715 of file jpeglib.h.
Referenced by my_jpeg_destination_mgr::my_jpeg_destination_mgr(), qt_empty_output_buffer(), and qt_term_destination().
1.5.1