LibreOffice Module vcl (master) 1
|
#include <jpeg.h>
Public Attributes | |
jpeg_source_mgr | pub |
SvStream * | stream |
JOCTET * | buffer |
boolean | start_of_file |
int | no_data_available_failures |
JOCTET* SourceManagerStruct::buffer |
Definition at line 60 of file jpeg.h.
Referenced by fill_input_buffer(), and jpeg_svstream_src().
int SourceManagerStruct::no_data_available_failures |
Definition at line 62 of file jpeg.h.
Referenced by fill_input_buffer(), init_source(), and ReadJPEG().
jpeg_source_mgr SourceManagerStruct::pub |
Definition at line 58 of file jpeg.h.
Referenced by fill_input_buffer(), jpeg_svstream_src(), and skip_input_data().
boolean SourceManagerStruct::start_of_file |
Definition at line 61 of file jpeg.h.
Referenced by fill_input_buffer(), and init_source().
SvStream* SourceManagerStruct::stream |
Definition at line 59 of file jpeg.h.
Referenced by fill_input_buffer(), and jpeg_svstream_src().