Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpdf_stream_acc.h>
Public Member Functions | |
CPDF_StreamAcc (const CPDF_StreamAcc &)=delete | |
CPDF_StreamAcc & | operator= (const CPDF_StreamAcc &)=delete |
void | LoadAllDataFiltered () |
void | LoadAllDataFilteredWithEstimatedSize (uint32_t estimated_size) |
void | LoadAllDataImageAcc (uint32_t estimated_size) |
void | LoadAllDataRaw () |
RetainPtr< const CPDF_Stream > | GetStream () const |
RetainPtr< const CPDF_Dictionary > | GetImageParam () const |
uint32_t | GetSize () const |
pdfium::span< const uint8_t > | GetSpan () const |
uint64_t | KeyForCache () const |
ByteString | ComputeDigest () const |
ByteString | GetImageDecoder () const |
DataVector< uint8_t > | DetachData () |
int | GetLength1ForTest () const |
Public Member Functions inherited from fxcrt::Retainable | |
Retainable ()=default | |
bool | HasOneRef () const |
Public Attributes | |
CONSTRUCT_VIA_MAKE_RETAIN | |
Private Member Functions | |
~CPDF_StreamAcc () override | |
Additional Inherited Members | |
Protected Member Functions inherited from fxcrt::Retainable | |
virtual | ~Retainable ()=default |
Definition at line 23 of file cpdf_stream_acc.h.
|
delete |
|
overrideprivatedefault |
ByteString CPDF_StreamAcc::ComputeDigest | ( | ) | const |
Definition at line 86 of file cpdf_stream_acc.cpp.
DataVector< uint8_t > CPDF_StreamAcc::DetachData | ( | ) |
Definition at line 93 of file cpdf_stream_acc.cpp.
|
inline |
Definition at line 42 of file cpdf_stream_acc.h.
RetainPtr< const CPDF_Dictionary > CPDF_StreamAcc::GetImageParam | ( | ) | const |
Definition at line 66 of file cpdf_stream_acc.cpp.
int CPDF_StreamAcc::GetLength1ForTest | ( | ) | const |
Definition at line 62 of file cpdf_stream_acc.cpp.
uint32_t CPDF_StreamAcc::GetSize | ( | ) | const |
Definition at line 70 of file cpdf_stream_acc.cpp.
References GetSpan().
pdfium::span< const uint8_t > CPDF_StreamAcc::GetSpan | ( | ) | const |
Definition at line 74 of file cpdf_stream_acc.cpp.
Referenced by GetSize().
RetainPtr< const CPDF_Stream > CPDF_StreamAcc::GetStream | ( | ) | const |
Definition at line 58 of file cpdf_stream_acc.cpp.
uint64_t CPDF_StreamAcc::KeyForCache | ( | ) | const |
Definition at line 82 of file cpdf_stream_acc.cpp.
void CPDF_StreamAcc::LoadAllDataFiltered | ( | ) |
Definition at line 41 of file cpdf_stream_acc.cpp.
void CPDF_StreamAcc::LoadAllDataFilteredWithEstimatedSize | ( | uint32_t | estimated_size | ) |
Definition at line 45 of file cpdf_stream_acc.cpp.
void CPDF_StreamAcc::LoadAllDataImageAcc | ( | uint32_t | estimated_size | ) |
Definition at line 50 of file cpdf_stream_acc.cpp.
void CPDF_StreamAcc::LoadAllDataRaw | ( | ) |
Definition at line 54 of file cpdf_stream_acc.cpp.
|
delete |
CPDF_StreamAcc::CONSTRUCT_VIA_MAKE_RETAIN |
Definition at line 25 of file cpdf_stream_acc.h.