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)  

jcapistd.c File Reference

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

Go to the source code of this file.

Defines

#define JPEG_INTERNALS

Functions

 jpeg_start_compress (j_compress_ptr cinfo, boolean write_all_tables)
 jpeg_write_scanlines (j_compress_ptr cinfo, JSAMPARRAY scanlines, JDIMENSION num_lines)
 jpeg_write_raw_data (j_compress_ptr cinfo, JSAMPIMAGE data, JDIMENSION num_lines)

Define Documentation

#define JPEG_INTERNALS

Definition at line 17 of file jcapistd.c.


Function Documentation

jpeg_start_compress ( j_compress_ptr  cinfo,
boolean  write_all_tables 
)
jpeg_write_raw_data ( j_compress_ptr  cinfo,
JSAMPIMAGE  data,
JDIMENSION  num_lines 
)

Definition at line 120 of file jcapistd.c.

References CSTATE_RAW_OK, DCTSIZE, ERREXIT, ERREXIT1, NULL, and WARNMS.

jpeg_write_scanlines ( j_compress_ptr  cinfo,
JSAMPARRAY  scanlines,
JDIMENSION  num_lines 
)

Definition at line 77 of file jcapistd.c.

References CSTATE_SCANNING, ERREXIT1, NULL, and WARNMS.