#include "swf.h"Include dependency graph for bitmap.cc:

Go to the source code of this file.
Functions | |
| static void | errorExit (j_common_ptr info) |
| static void | initSource (struct jpeg_decompress_struct *cInfo) |
| static boolean | fillInputBuffer (struct jpeg_decompress_struct *cInfo) |
| static void | skipInputData (struct jpeg_decompress_struct *cInfo, long count) |
| static boolean | resyncToRestart (struct jpeg_decompress_struct *cInfo, int desired) |
| static void | termSource (struct jpeg_decompress_struct *cInfo) |
| static int | buildJpegAlpha (Bitmap *b, unsigned char *buffer) |
Variables | |
| static unsigned char * | inputData |
|
||||||||||||
|
Definition at line 129 of file bitmap.cc. References Bitmap::alpha_buf, data, Bitmap::height, NULL, printf, and Bitmap::width. Referenced by Bitmap::buildFromJpegInterchangeData(). |
|
|
Definition at line 68 of file bitmap.cc. Referenced by Bitmap::buildFromJpegInterchangeData(), and Bitmap::readJpegTables(). |
|
|
Definition at line 80 of file bitmap.cc. References jpeg_source_mgr::bytes_in_buffer, inputData, jpeg_source_mgr::next_input_byte, and jpeg_decompress_struct::src. Referenced by Bitmap::buildFromJpegInterchangeData(), and Bitmap::readJpegTables(). |
|
|
Definition at line 75 of file bitmap.cc. References jpeg_source_mgr::bytes_in_buffer, and jpeg_decompress_struct::src. Referenced by Bitmap::buildFromJpegInterchangeData(), and Bitmap::readJpegTables(). |
|
||||||||||||
|
Definition at line 95 of file bitmap.cc. Referenced by Bitmap::buildFromJpegInterchangeData(), and Bitmap::readJpegTables(). |
|
||||||||||||
|
Definition at line 89 of file bitmap.cc. References jpeg_source_mgr::bytes_in_buffer, inputData, and jpeg_decompress_struct::src. Referenced by Bitmap::buildFromJpegInterchangeData(), and Bitmap::readJpegTables(). |
|
|
Definition at line 100 of file bitmap.cc. Referenced by Bitmap::buildFromJpegInterchangeData(), and Bitmap::readJpegTables(). |
|
|
Definition at line 29 of file bitmap.cc. Referenced by Bitmap::buildFromJpegAbbreviatedData(), Bitmap::buildFromJpegInterchangeData(), fillInputBuffer(), Bitmap::readJpegTables(), and skipInputData(). |
1.4.2