Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <jpeg_progressive_decoder.h>
Public Member Functions | |
FX_FILESIZE | GetAvailInput (Context *pContext) const override |
bool | Input (Context *pContext, RetainPtr< CFX_CodecMemory > codec_memory) override |
Public Member Functions inherited from fxcodec::ProgressiveDecoderIface | |
virtual | ~ProgressiveDecoderIface ()=default |
Static Public Member Functions | |
static void | InitializeGlobals () |
static void | DestroyGlobals () |
static JpegProgressiveDecoder * | GetInstance () |
static std::unique_ptr< Context > | Start () |
static jmp_buf & | GetJumpMark (Context *pContext) |
static int | ReadHeader (Context *pContext, int *width, int *height, int *nComps, CFX_DIBAttribute *pAttribute) |
static bool | StartScanline (Context *pContext, int down_scale) |
static bool | ReadScanline (Context *pContext, uint8_t *dest_buf) |
Private Member Functions | |
~JpegProgressiveDecoder () override | |
Definition at line 20 of file jpeg_progressive_decoder.h.
|
overrideprivatedefault |
|
static |
Definition at line 100 of file jpeg_progressive_decoder.cpp.
Referenced by CPDFXFA_ModuleDestroy().
|
overridevirtual |
Implements fxcodec::ProgressiveDecoderIface.
Definition at line 168 of file jpeg_progressive_decoder.cpp.
|
static |
Definition at line 106 of file jpeg_progressive_decoder.cpp.
|
static |
Definition at line 127 of file jpeg_progressive_decoder.cpp.
References CJpegContext::GetJumpMark().
|
static |
Definition at line 94 of file jpeg_progressive_decoder.cpp.
Referenced by CPDFXFA_ModuleInit().
|
overridevirtual |
Implements fxcodec::ProgressiveDecoderIface.
Definition at line 173 of file jpeg_progressive_decoder.cpp.
References CJpegContext::m_SkipSize.
|
static |
Definition at line 132 of file jpeg_progressive_decoder.cpp.
|
static |
Definition at line 161 of file jpeg_progressive_decoder.cpp.
|
static |
Definition at line 112 of file jpeg_progressive_decoder.cpp.
References CJpegContext::CJpegContext(), CJpegContext::m_JumpMark, and CJpegContext::m_SkipSize.
|
static |
Definition at line 154 of file jpeg_progressive_decoder.cpp.