#include "global.h"#include "RageSurface_Load_JPEG.h"#include "RageUtil.h"#include "RageLog.h"#include "RageFile.h"#include "RageSurface.h"#include <setjmp.h>#include <jpeglib.h>#include <jerror.h>Classes | |
| struct | my_jpeg_error_mgr |
| struct | RageFile_source_mgr |
Functions | |
| void | my_output_message (j_common_ptr cinfo) |
| void | my_error_exit (j_common_ptr cinfo) |
| void | RageFile_JPEG_init_source (j_decompress_ptr cinfo) |
| boolean | RageFile_JPEG_fill_input_buffer (j_decompress_ptr cinfo) |
| void | RageFile_JPEG_skip_input_data (j_decompress_ptr cinfo, long num_bytes) |
| void | RageFile_JPEG_term_source (j_decompress_ptr cinfo) |
| RageSurface * | RageSurface_Load_JPEG (RageFile *f, const char *fn, char errorbuf[JMSG_LENGTH_MAX]) |
| RageSurfaceUtils::OpenResult | RageSurface_Load_JPEG (const CString &sPath, RageSurface *&ret, bool bHeaderOnly, CString &error) |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
1.3.7