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
fxcodec::DecodeData Struct Reference

#include <jpx_decode_utils.h>

Collaboration diagram for fxcodec::DecodeData:

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

Detailed Description

Definition at line 22 of file jpx_decode_utils.h.

Constructor & Destructor Documentation

◆ DecodeData() [1/2]

fxcodec::DecodeData::DecodeData ( )
default

◆ DecodeData() [2/2]

fxcodec::DecodeData::DecodeData ( pdfium::span< const uint8_t > data)
explicit

Definition at line 19 of file jpx_decode_utils.cpp.

References src_data, and src_size.

Member Data Documentation

◆ offset

◆ src_data

const uint8_t* fxcodec::DecodeData::src_data = nullptr

◆ src_size

OPJ_SIZE_T fxcodec::DecodeData::src_size = 0

The documentation for this struct was generated from the following files: