![]() |
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_progressive_decoder.h"
#include <optional>
#include <utility>
#include "core/fxcodec/cfx_codec_memory.h"
#include "core/fxcodec/fx_codec.h"
#include "core/fxcodec/jpeg/jpeg_common.h"
#include "core/fxcodec/scanlinedecoder.h"
#include "core/fxcrt/check.h"
#include "core/fxcrt/compiler_specific.h"
#include "core/fxcrt/fx_safe_types.h"
#include "core/fxge/dib/cfx_dibbase.h"
#include "core/fxge/dib/fx_dib.h"
Go to the source code of this file.
Classes | |
class | CJpegContext |
Namespaces | |
namespace | fxcodec |
Functions | |
static void | error_fatal (j_common_ptr cinfo) |
static void | src_skip_data (jpeg_decompress_struct *cinfo, long num) |
static void | JpegLoadAttribute (const jpeg_decompress_struct &info, CFX_DIBAttribute *pAttribute) |
|
static |
Definition at line 35 of file jpeg_progressive_decoder.cpp.
|
static |
Definition at line 54 of file jpeg_progressive_decoder.cpp.
|
static |
Definition at line 40 of file jpeg_progressive_decoder.cpp.