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)  

jdinput.c File Reference

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

Go to the source code of this file.

Classes

struct  my_input_controller

Defines

#define JPEG_INTERNALS

Typedefs

typedef my_input_controllermy_inputctl_ptr

Functions

 METHODDEF (int)
 per_scan_setup (j_decompress_ptr cinfo)
 latch_quant_tables (j_decompress_ptr cinfo)
 start_input_pass (j_decompress_ptr cinfo)
 finish_input_pass (j_decompress_ptr cinfo)
 consume_markers (j_decompress_ptr cinfo)
 reset_input_controller (j_decompress_ptr cinfo)
 jinit_input_controller (j_decompress_ptr cinfo)

Define Documentation

#define JPEG_INTERNALS

Definition at line 14 of file jdinput.c.


Typedef Documentation

Definition at line 27 of file jdinput.c.


Function Documentation

finish_input_pass ( j_decompress_ptr  cinfo)

Definition at line 271 of file jdinput.c.

References consume_markers().

Referenced by jinit_input_controller().

start_input_pass ( j_decompress_ptr  cinfo)

Definition at line 254 of file jdinput.c.

References latch_quant_tables(), and per_scan_setup().