|
| JFIFContainer (IO::Stream *file, off_t offset) |
|
virtual | ~JFIFContainer () |
|
bool | getDimensions (uint32_t &x, uint32_t &y) |
|
bool | getDecompressedData (BitmapData &data) |
|
| RawContainer (IO::Stream *_file, off_t offset) |
|
virtual | ~RawContainer () |
|
IO::Stream * | file () |
|
EndianType | endian () const |
|
bool | readInt8 (IO::Stream *f, int8_t &v) |
|
bool | readUInt8 (IO::Stream *f, uint8_t &v) |
|
bool | readInt16 (IO::Stream *f, int16_t &v) |
|
bool | readInt32 (IO::Stream *f, int32_t &v) |
|
bool | readUInt16 (IO::Stream *f, uint16_t &v) |
|
bool | readUInt32 (IO::Stream *f, uint32_t &v) |
|
size_t | fetchData (void *buf, const off_t offset, const size_t buf_size) |
|
|
static void | j_init_source (JPEG::j_decompress_ptr cinfo) |
|
static JPEG::boolean | j_fill_input_buffer (JPEG::j_decompress_ptr cinfo) |
|
static void | j_skip_input_data (JPEG::j_decompress_ptr cinfo, long num_bytes) |
|
static void | j_term_source (JPEG::j_decompress_ptr cinfo) |
|
static void | j_error_exit (JPEG::j_common_ptr cinfo) |
|
Definition at line 50 of file jfifcontainer.h.
OpenRaw::Internals::JFIFContainer::~JFIFContainer |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: