![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
| class | BasicModule |
| class | BmpDecoder |
| class | BmpProgressiveDecoder |
| class | CFX_BmpContext |
| class | CFX_BmpDecompressor |
| class | CFX_GifContext |
| class | CFX_GifContextForTest |
| class | CJPX_Decoder |
| struct | DataAndBytesConsumed |
| struct | DecodeData |
| class | Dummy |
| class | FaxModule |
| class | FlateModule |
| class | GifDecoder |
| class | GifProgressiveDecoder |
| class | IccTransform |
| class | Jbig2Context |
| class | Jbig2Decoder |
| class | JpegModule |
| class | JpegProgressiveDecoder |
| class | LZWDecompressor |
| class | PngDecoder |
| class | ProgressiveDecoder |
| class | ProgressiveDecoderIface |
| class | ScanlineDecoder |
| class | TiffDecoder |
Functions | |
| void | ReverseRGB (pdfium::span< uint8_t > pDestBuf, pdfium::span< const uint8_t > pSrcBuf, int pixels) |
| TEST (CFX_GifContext, SetInputBuffer) | |
| TEST (CFX_GifContext, ReadAllOrNone) | |
| TEST (CFX_GifContext, ReadGifSignature) | |
| TEST (CFX_GifContext, ReadLocalScreenDescriptor) | |
| TEST (CFX_GifContext, ReadHeader) | |
| OPJ_SIZE_T | opj_read_from_memory (void *p_buffer, OPJ_SIZE_T nb_bytes, void *p_user_data) |
| OPJ_OFF_T | opj_skip_from_memory (OPJ_OFF_T nb_bytes, void *p_user_data) |
| OPJ_BOOL | opj_seek_from_memory (OPJ_OFF_T nb_bytes, void *p_user_data) |
| TEST (fxcodec, DecodeDataNullDecodeData) | |
| TEST (fxcodec, DecodeDataNullStream) | |
| TEST (fxcodec, DecodeDataZeroSize) | |
| TEST (fxcodec, DecodeDataReadInBounds) | |
| TEST (fxcodec, DecodeDataReadBeyondBounds) | |
| TEST (fxcodec, DecodeDataSkip) | |
| TEST (fxcodec, DecodeDataSeek) | |
| TEST (fxcodec, YUV420ToRGB) | |
Variables | |
| static const OPJ_OFF_T | kSkipError = static_cast<OPJ_OFF_T>(-1) |
| static const OPJ_SIZE_T | kReadError = static_cast<OPJ_SIZE_T>(-1) |
| static const uint8_t | kStreamData [] |
| OPJ_SIZE_T fxcodec::opj_read_from_memory | ( | void * | p_buffer, |
| OPJ_SIZE_T | nb_bytes, | ||
| void * | p_user_data ) |
Definition at line 23 of file jpx_decode_utils.cpp.
References FXSYS_memcpy(), fxcodec::DecodeData::offset, fxcodec::DecodeData::src_data, and fxcodec::DecodeData::src_size.
| OPJ_BOOL fxcodec::opj_seek_from_memory | ( | OPJ_OFF_T | nb_bytes, |
| void * | p_user_data ) |
Definition at line 75 of file jpx_decode_utils.cpp.
References fxcodec::DecodeData::offset, fxcodec::DecodeData::src_data, and fxcodec::DecodeData::src_size.
| OPJ_OFF_T fxcodec::opj_skip_from_memory | ( | OPJ_OFF_T | nb_bytes, |
| void * | p_user_data ) |
Definition at line 43 of file jpx_decode_utils.cpp.
References fxcodec::DecodeData::offset, fxcodec::DecodeData::src_data, and fxcodec::DecodeData::src_size.
| void fxcodec::ReverseRGB | ( | pdfium::span< uint8_t > | pDestBuf, |
| pdfium::span< const uint8_t > | pSrcBuf, | ||
| int | pixels ) |
Definition at line 23 of file fx_codec.cpp.
Referenced by CPDF_DeviceCS::TranslateImageLine().
| fxcodec::TEST | ( | CFX_GifContext | , |
| ReadAllOrNone | ) |
Definition at line 53 of file cfx_gifcontext_unittest.cpp.
References fxcodec::CFX_GifContextForTest::InputBuffer().
| fxcodec::TEST | ( | CFX_GifContext | , |
| ReadGifSignature | ) |
Definition at line 82 of file cfx_gifcontext_unittest.cpp.
References fxcodec::CFX_GifContextForTest::InputBuffer(), fxcodec::GifDecoder::kError, fxcodec::GifDecoder::kSuccess, fxcodec::GifDecoder::kUnfinished, and fxcodec::CFX_GifContext::ReadGifSignature().
| fxcodec::TEST | ( | CFX_GifContext | , |
| ReadHeader | ) |
Definition at line 216 of file cfx_gifcontext_unittest.cpp.
References fxcodec::CFX_GifContext::bc_index_, fxcodec::CFX_GifContext::global_color_resolution_, fxcodec::CFX_GifContext::global_palette_exp_, fxcodec::CFX_GifContext::global_sort_flag_, fxcodec::CFX_GifContext::height_, fxcodec::CFX_GifContextForTest::InputBuffer(), fxcodec::GifDecoder::kError, fxcodec::GifDecoder::kSuccess, fxcodec::GifDecoder::kUnfinished, fxcodec::CFX_GifContext::ReadHeader(), and fxcodec::CFX_GifContext::width_.
| fxcodec::TEST | ( | CFX_GifContext | , |
| ReadLocalScreenDescriptor | ) |
Definition at line 140 of file cfx_gifcontext_unittest.cpp.
References fxcodec::CFX_GifContext::bc_index_, fxcodec::CFX_GifContext::global_color_resolution_, fxcodec::CFX_GifContext::global_palette_exp_, fxcodec::CFX_GifContext::global_sort_flag_, fxcodec::CFX_GifContext::height_, fxcodec::CFX_GifContextForTest::InputBuffer(), fxcodec::GifDecoder::kSuccess, fxcodec::GifDecoder::kUnfinished, fxcodec::CFX_GifContext::ReadLogicalScreenDescriptor(), and fxcodec::CFX_GifContext::width_.
| fxcodec::TEST | ( | CFX_GifContext | , |
| SetInputBuffer | ) |
Definition at line 36 of file cfx_gifcontext_unittest.cpp.
References fxcodec::CFX_GifContextForTest::InputBuffer().
| fxcodec::TEST | ( | fxcodec | , |
| DecodeDataNullDecodeData | ) |
Definition at line 29 of file jpx_unittest.cpp.
| fxcodec::TEST | ( | fxcodec | , |
| DecodeDataNullStream | ) |
Definition at line 39 of file jpx_unittest.cpp.
| fxcodec::TEST | ( | fxcodec | , |
| DecodeDataReadBeyondBounds | ) |
Definition at line 144 of file jpx_unittest.cpp.
| fxcodec::TEST | ( | fxcodec | , |
| DecodeDataReadInBounds | ) |
Definition at line 93 of file jpx_unittest.cpp.
| fxcodec::TEST | ( | fxcodec | , |
| DecodeDataSeek | ) |
Definition at line 327 of file jpx_unittest.cpp.
| fxcodec::TEST | ( | fxcodec | , |
| DecodeDataSkip | ) |
Definition at line 210 of file jpx_unittest.cpp.
| fxcodec::TEST | ( | fxcodec | , |
| DecodeDataZeroSize | ) |
Definition at line 66 of file jpx_unittest.cpp.
| fxcodec::TEST | ( | fxcodec | , |
| YUV420ToRGB | ) |
Definition at line 386 of file jpx_unittest.cpp.
|
static |
Definition at line 22 of file jpx_unittest.cpp.
|
static |
Definition at line 21 of file jpx_unittest.cpp.
|
static |
Definition at line 24 of file jpx_unittest.cpp.