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)  

jcomapi.c File Reference

#include "jinclude.h"
#include "jpeglib.h"
Include dependency graph for jcomapi.c:

Go to the source code of this file.

Defines

#define JPEG_INTERNALS

Functions

 jpeg_abort (j_common_ptr cinfo)
 jpeg_destroy (j_common_ptr cinfo)
 jpeg_alloc_quant_table (j_common_ptr cinfo)
 jpeg_alloc_huff_table (j_common_ptr cinfo)

Define Documentation

#define JPEG_INTERNALS

Definition at line 12 of file jcomapi.c.


Function Documentation

jpeg_alloc_huff_table ( j_common_ptr  cinfo)
jpeg_alloc_quant_table ( j_common_ptr  cinfo)
jpeg_destroy ( j_common_ptr  cinfo)

Definition at line 69 of file jcomapi.c.

References NULL.

Referenced by error_exit(), jpeg_destroy_compress(), and jpeg_destroy_decompress().