Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxcodec/jpeg/jpeg_common.h"
Go to the source code of this file.
Functions | |
void | src_do_nothing (jpeg_decompress_struct *cinfo) |
boolean | src_fill_buffer (j_decompress_ptr cinfo) |
boolean | src_resync (j_decompress_ptr cinfo, int desired) |
void | error_do_nothing (j_common_ptr cinfo) |
void | error_do_nothing_int (j_common_ptr cinfo, int) |
void | error_do_nothing_char (j_common_ptr cinfo, char *) |
void error_do_nothing | ( | j_common_ptr | cinfo | ) |
Definition at line 21 of file jpeg_common.cpp.
void error_do_nothing_char | ( | j_common_ptr | cinfo, |
char * | ) |
Definition at line 25 of file jpeg_common.cpp.
void error_do_nothing_int | ( | j_common_ptr | cinfo, |
int | ) |
Definition at line 23 of file jpeg_common.cpp.
void src_do_nothing | ( | jpeg_decompress_struct * | cinfo | ) |
Definition at line 11 of file jpeg_common.cpp.
boolean src_fill_buffer | ( | j_decompress_ptr | cinfo | ) |
Definition at line 13 of file jpeg_common.cpp.
boolean src_resync | ( | j_decompress_ptr | cinfo, |
int | desired ) |
Definition at line 17 of file jpeg_common.cpp.