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)  

jdapistd.c File Reference

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

Go to the source code of this file.

Defines

#define JPEG_INTERNALS

Functions

 LOCAL (boolean)
 output_pass_setup (j_decompress_ptr cinfo)
 jpeg_read_scanlines (j_decompress_ptr cinfo, JSAMPARRAY scanlines, JDIMENSION max_lines)
 jpeg_read_raw_data (j_decompress_ptr cinfo, JSAMPIMAGE data, JDIMENSION max_lines)
 jpeg_start_output (j_decompress_ptr cinfo, int scan_number)
 jpeg_finish_output (j_decompress_ptr cinfo)

Define Documentation

#define JPEG_INTERNALS

Definition at line 17 of file jdapistd.c.


Function Documentation

jpeg_finish_output ( j_decompress_ptr  cinfo)
jpeg_read_raw_data ( j_decompress_ptr  cinfo,
JSAMPIMAGE  data,
JDIMENSION  max_lines 
)

Definition at line 185 of file jdapistd.c.

References DSTATE_RAW_OK, ERREXIT, ERREXIT1, NULL, and WARNMS.

jpeg_read_scanlines ( j_decompress_ptr  cinfo,
JSAMPARRAY  scanlines,
JDIMENSION  max_lines 
)

Definition at line 152 of file jdapistd.c.

References DSTATE_SCANNING, ERREXIT1, NULL, and WARNMS.

Referenced by Fl_JPEG_Image::Fl_JPEG_Image().

jpeg_start_output ( j_decompress_ptr  cinfo,
int  scan_number 
)

Definition at line 228 of file jdapistd.c.

References DSTATE_BUFIMAGE, DSTATE_PRESCAN, ERREXIT1, output_pass_setup(), and scan_number.

output_pass_setup ( j_decompress_ptr  cinfo)

Definition at line 95 of file jdapistd.c.

References DSTATE_PRESCAN, DSTATE_RAW_OK, DSTATE_SCANNING, ERREXIT, FALSE, NULL, and TRUE.

Referenced by jpeg_start_output(), and LOCAL().