From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/class_jpeg_destination_mgr.html | 268 +++++++++++++++++++++++ 1 file changed, 268 insertions(+) create mode 100644 docs/doxygen/nel/class_jpeg_destination_mgr.html (limited to 'docs/doxygen/nel/class_jpeg_destination_mgr.html') diff --git a/docs/doxygen/nel/class_jpeg_destination_mgr.html b/docs/doxygen/nel/class_jpeg_destination_mgr.html new file mode 100644 index 00000000..9d7ea385 --- /dev/null +++ b/docs/doxygen/nel/class_jpeg_destination_mgr.html @@ -0,0 +1,268 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

jpeg_destination_mgr Struct Reference

#include <jpeglib.h> +

+List of all members. + + + + + + + +

Public Methods

 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

JOCTETnext_output_byte
size_t free_in_buffer
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + +
+jpeg_destination_mgr::JMETHOD ( + +void, +
+term_destination, +
+(j_compress_ptr cinfo) ) +
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + + + + + + +
+jpeg_destination_mgr::JMETHOD ( + +boolean, +
+empty_output_buffer, +
+(j_compress_ptr cinfo) ) +
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + + + + + + +
+jpeg_destination_mgr::JMETHOD ( + +void, +
+init_destination, +
+(j_compress_ptr cinfo) ) +
+
+ + + + + +
+   + + +

+

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+size_t jpeg_destination_mgr::free_in_buffer +
+
+ + + + + +
+   + + +

+ +

+Definition at line 715 of file jpeglib.h.

+

+ + + + +
+ + + + + +
+JOCTET * jpeg_destination_mgr::next_output_byte +
+
+ + + + + +
+   + + +

+ +

+Definition at line 714 of file jpeglib.h.

+


The documentation for this struct was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1