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)  

jcmainct.c File Reference

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

Go to the source code of this file.

Classes

struct  my_main_controller

Defines

#define JPEG_INTERNALS

Typedefs

typedef my_main_controllermy_main_ptr

Functions

 METHODDEF (void)
 process_data_simple_main (j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail)
 jinit_c_main_controller (j_compress_ptr cinfo, boolean need_full_buffer)

Define Documentation

#define JPEG_INTERNALS

Definition at line 13 of file jcmainct.c.


Typedef Documentation

Definition at line 50 of file jcmainct.c.


Function Documentation

process_data_simple_main ( j_compress_ptr  cinfo,
JSAMPARRAY  input_buf,
JDIMENSION in_row_ctr,
JDIMENSION  in_rows_avail 
)