![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Additional Inherited Members | |
| Public Attributes inherited from fxcodec::CFX_GifContext | |
| UnownedPtr< GifDecoder::Delegate > const | delegate_ |
| std::vector< CFX_GifPalette > | global_palette_ |
| uint8_t | global_palette_exp_ = 0 |
| uint32_t | img_row_offset_ = 0 |
| uint32_t | img_row_avail_size_ = 0 |
| int32_t | decode_status_ = GIF_D_STATUS_SIG |
| std::unique_ptr< CFX_GifGraphicControlExtension > | graphic_control_extension_ |
| std::vector< std::unique_ptr< CFX_GifImage > > | images_ |
| std::unique_ptr< LZWDecompressor > | lzw_decompressor_ |
| int | width_ = 0 |
| int | height_ = 0 |
| uint8_t | bc_index_ = 0 |
| uint8_t | global_sort_flag_ = 0 |
| uint8_t | global_color_resolution_ = 0 |
| uint8_t | img_pass_num_ = 0 |
| Protected Member Functions inherited from fxcodec::CFX_GifContext | |
| bool | ReadAllOrNone (pdfium::span< uint8_t > dest) |
| GifDecoder::Status | ReadGifSignature () |
| GifDecoder::Status | ReadLogicalScreenDescriptor () |
| Protected Attributes inherited from fxcodec::CFX_GifContext | |
| RetainPtr< CFX_CodecMemory > | input_buffer_ |
Definition at line 19 of file cfx_gifcontext_unittest.cpp.
|
inline |
Definition at line 21 of file cfx_gifcontext_unittest.cpp.
References fxcodec::CFX_GifContext::CFX_GifContext().
|
overridedefault |
|
inline |
Definition at line 21 of file cfx_gifcontext_unittest.cpp.
|
overridedefault |
|
inline |
Definition at line 28 of file cfx_gifcontext_unittest.cpp.
Referenced by fxcodec::TEST(), fxcodec::TEST(), fxcodec::TEST(), fxcodec::TEST(), and fxcodec::TEST().
|
inline |
Definition at line 28 of file cfx_gifcontext_unittest.cpp.
| bool fxcodec::CFX_GifContext::ReadAllOrNone | ( | pdfium::span< uint8_t > | dest | ) |
Definition at line 63 of file cfx_gifcontext.cpp.
| GifDecoder::Status fxcodec::CFX_GifContext::ReadGifSignature | ( | ) |
Definition at line 64 of file cfx_gifcontext.cpp.
| GifDecoder::Status fxcodec::CFX_GifContext::ReadLogicalScreenDescriptor | ( | ) |
Definition at line 65 of file cfx_gifcontext.cpp.
References fxcodec::GifDecoder::kSuccess, and fxcodec::GifDecoder::kUnfinished.
|
inline |
Definition at line 29 of file cfx_gifcontext_unittest.cpp.
References fxcodec::CFX_GifContext::SetInputBuffer().
|
inline |
Definition at line 29 of file cfx_gifcontext_unittest.cpp.