Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <jpeg_memory.h>
Public Attributes | |
struct jpeg_destination_mgr | pub |
JOCTET * | buffer |
int | bufsize |
int | datacount |
Definition at line 44 of file jpeg_memory.h.
JOCTET* memory_destination_mgr::buffer |
Definition at line 47 of file jpeg_memory.h.
Referenced by empty_output_buffer(), init_destination(), and jpeg_memory_dest().
int memory_destination_mgr::bufsize |
Definition at line 48 of file jpeg_memory.h.
Referenced by empty_output_buffer(), init_destination(), jpeg_memory_dest(), and term_destination().
int memory_destination_mgr::datacount |
Definition at line 49 of file jpeg_memory.h.
Referenced by init_destination(), jpeg_compress(), and term_destination().
struct jpeg_destination_mgr memory_destination_mgr::pub |
Definition at line 46 of file jpeg_memory.h.
Referenced by empty_output_buffer(), init_destination(), jpeg_memory_dest(), and term_destination().