Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#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 | ( | boolean | , |
empty_output_buffer | , | ||
(j_compress_ptr cinfo) | |||
) |
jpeg_destination_mgr::JMETHOD | ( | void | , |
term_destination | , | ||
(j_compress_ptr cinfo) | |||
) |
size_t jpeg_destination_mgr::free_in_buffer |
Definition at line 715 of file jpeglib.h.
Referenced by dump_buffer(), and emit_byte().
JOCTET* jpeg_destination_mgr::next_output_byte |
Definition at line 714 of file jpeglib.h.
Referenced by dump_buffer(), and emit_byte().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:01.
© Copyright Michele Bosi. All rights reserved.