Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
jpeg_progressive_decoder.cpp File Reference

(ada9ddbf8c604585ac344b72f7bb63ac27c84726)

#include "core/fxcodec/jpeg/jpeg_progressive_decoder.h"
#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/fx_safe_types.h"
#include "core/fxge/dib/cfx_dibbase.h"
#include "core/fxge/dib/fx_dib.h"
#include "third_party/abseil-cpp/absl/types/optional.h"
#include "third_party/base/check.h"
#include "third_party/base/memory/ptr_util.h"
+ Include dependency graph for jpeg_progressive_decoder.cpp:

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)
 

Function Documentation

◆ error_fatal()

static void error_fatal ( j_common_ptr cinfo)
static

Definition at line 38 of file jpeg_progressive_decoder.cpp.

◆ JpegLoadAttribute()

static void JpegLoadAttribute ( const jpeg_decompress_struct & info,
CFX_DIBAttribute * pAttribute )
static

Definition at line 56 of file jpeg_progressive_decoder.cpp.

◆ src_skip_data()

static void src_skip_data ( jpeg_decompress_struct * cinfo,
long num )
static

Definition at line 43 of file jpeg_progressive_decoder.cpp.