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)  

jcapimin.c File Reference

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

Go to the source code of this file.

Defines

#define JPEG_INTERNALS

Functions

 jpeg_CreateCompress (j_compress_ptr cinfo, int version, size_t structsize)
 jpeg_destroy_compress (j_compress_ptr cinfo)
 jpeg_abort_compress (j_compress_ptr cinfo)
 jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress)
 jpeg_finish_compress (j_compress_ptr cinfo)
 jpeg_write_marker (j_compress_ptr cinfo, int marker, const JOCTET *dataptr, unsigned int datalen)
 jpeg_write_m_header (j_compress_ptr cinfo, int marker, unsigned int datalen)
 jpeg_write_m_byte (j_compress_ptr cinfo, int val)
 jpeg_write_tables (j_compress_ptr cinfo)

Define Documentation

#define JPEG_INTERNALS

Definition at line 19 of file jcapimin.c.


Function Documentation

jpeg_abort_compress ( j_compress_ptr  cinfo)

Definition at line 100 of file jcapimin.c.

References jpeg_abort().

jpeg_CreateCompress ( j_compress_ptr  cinfo,
int  version,
size_t  structsize 
)
jpeg_destroy_compress ( j_compress_ptr  cinfo)

Definition at line 88 of file jcapimin.c.

References jpeg_destroy().

jpeg_finish_compress ( j_compress_ptr  cinfo)

Definition at line 147 of file jcapimin.c.

References CSTATE_RAW_OK, CSTATE_SCANNING, CSTATE_WRCOEFS, ERREXIT, ERREXIT1, jpeg_abort(), and NULL.

jpeg_suppress_tables ( j_compress_ptr  cinfo,
boolean  suppress 
)
jpeg_write_m_byte ( j_compress_ptr  cinfo,
int  val 
)

Definition at line 226 of file jcapimin.c.

jpeg_write_m_header ( j_compress_ptr  cinfo,
int  marker,
unsigned int  datalen 
)

Definition at line 214 of file jcapimin.c.

References CSTATE_RAW_OK, CSTATE_SCANNING, CSTATE_WRCOEFS, and ERREXIT1.

jpeg_write_marker ( j_compress_ptr  cinfo,
int  marker,
const JOCTET dataptr,
unsigned int  datalen 
)
jpeg_write_tables ( j_compress_ptr  cinfo)

Definition at line 254 of file jcapimin.c.

References CSTATE_START, ERREXIT1, and jinit_marker_writer().