![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <jpx_decode_utils.h>
Public Member Functions | |
DecodeData ()=default | |
DecodeData (pdfium::span< const uint8_t > data) |
Public Attributes | |
const uint8_t * | src_data = nullptr |
OPJ_SIZE_T | src_size = 0 |
OPJ_SIZE_T | offset = 0 |
Definition at line 22 of file jpx_decode_utils.h.
|
default |
|
explicit |
Definition at line 19 of file jpx_decode_utils.cpp.
OPJ_SIZE_T fxcodec::DecodeData::offset = 0 |
Definition at line 28 of file jpx_decode_utils.h.
Referenced by testing.tools.fixup_pdf_template.TemplateProcessor::insert_xref_entry(), fxcodec::opj_read_from_memory(), fxcodec::opj_seek_from_memory(), fxcodec::opj_skip_from_memory(), and testing.tools.fixup_pdf_template.TemplateProcessor::process_line().
const uint8_t* fxcodec::DecodeData::src_data = nullptr |
Definition at line 26 of file jpx_decode_utils.h.
Referenced by DecodeData(), fxcodec::opj_read_from_memory(), fxcodec::opj_seek_from_memory(), and fxcodec::opj_skip_from_memory().
OPJ_SIZE_T fxcodec::DecodeData::src_size = 0 |
Definition at line 27 of file jpx_decode_utils.h.
Referenced by DecodeData(), fxcodec::opj_read_from_memory(), fxcodec::opj_seek_from_memory(), and fxcodec::opj_skip_from_memory().