Definition at line 145 of file jpeg.c.
◆ bytes_in_buffer
size_t jpeg_source_mgr::bytes_in_buffer |
◆ fill_input_buffer
jboolean(* jpeg_source_mgr::fill_input_buffer) (j_decompress_ptr cinfo) |
◆ init_source
void(* jpeg_source_mgr::init_source) (j_decompress_ptr cinfo) |
◆ next_input_byte
const unsigned char* jpeg_source_mgr::next_input_byte |
◆ resync_to_restart
jboolean(* jpeg_source_mgr::resync_to_restart) (j_decompress_ptr cinfo, int desired) |
◆ skip_input_data
void(* jpeg_source_mgr::skip_input_data) (j_decompress_ptr cinfo, long num_bytes) |
◆ term_source
void(* jpeg_source_mgr::term_source) (j_decompress_ptr cinfo) |
The documentation for this struct was generated from the following file: