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

(a9f5740db8483991c14a6eb9ec7438ed6a990bc5)

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()

void error_fatal ( j_common_ptr cinfo)
static

Definition at line 35 of file jpeg_progressive_decoder.cpp.

◆ JpegLoadAttribute()

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

Definition at line 54 of file jpeg_progressive_decoder.cpp.

◆ src_skip_data()

void src_skip_data ( jpeg_decompress_struct * cinfo,
long num )
static

Definition at line 40 of file jpeg_progressive_decoder.cpp.