![]() |
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) |
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 98 of file jpeg_progressive_decoder.cpp.
Referenced by CPDFXFA_ModuleDestroy().
|
overridevirtual |
Implements fxcodec::ProgressiveDecoderIface.
Definition at line 162 of file jpeg_progressive_decoder.cpp.
|
static |
Definition at line 104 of file jpeg_progressive_decoder.cpp.
|
static |
Definition at line 121 of file jpeg_progressive_decoder.cpp.
References CJpegContext::GetJumpMark().
|
static |
Definition at line 92 of file jpeg_progressive_decoder.cpp.
Referenced by CPDFXFA_ModuleInit().
|
overridevirtual |
Implements fxcodec::ProgressiveDecoderIface.
Definition at line 167 of file jpeg_progressive_decoder.cpp.
References CJpegContext::m_SkipSize.
|
static |
Definition at line 126 of file jpeg_progressive_decoder.cpp.
|
static |
Definition at line 155 of file jpeg_progressive_decoder.cpp.
|
static |
Definition at line 110 of file jpeg_progressive_decoder.cpp.
|
static |
Definition at line 148 of file jpeg_progressive_decoder.cpp.