![]() |
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_image.h>
Static Public Member Functions | |
| static bool | IsValidJpegComponent (int32_t comps) |
| static bool | IsValidJpegBitsPerComponent (int32_t bpc) |
Public Attributes | |
| CONSTRUCT_VIA_MAKE_RETAIN | |
Private Member Functions | |
| ~CPDF_Image () override | |
Additional Inherited Members | |
| Protected Member Functions inherited from fxcrt::Retainable | |
| virtual | ~Retainable ()=default |
Definition at line 27 of file cpdf_image.h.
|
overrideprivatedefault |
| bool CPDF_Image::Continue | ( | PauseIndicatorIface * | pPause | ) |
Definition at line 376 of file cpdf_image.cpp.
References CPDF_DIB::kContinue, and CPDF_DIB::kSuccess.
| void CPDF_Image::ConvertStreamToIndirectObject | ( | ) |
Definition at line 80 of file cpdf_image.cpp.
Definition at line 327 of file cpdf_image.cpp.
| RetainPtr< CFX_DIBBase > CPDF_Image::DetachBitmap | ( | ) |
Definition at line 345 of file cpdf_image.cpp.
| RetainPtr< CFX_DIBBase > CPDF_Image::DetachMask | ( | ) |
Definition at line 349 of file cpdf_image.cpp.
| RetainPtr< const CPDF_Dictionary > CPDF_Image::GetDict | ( | ) | const |
Definition at line 85 of file cpdf_image.cpp.
|
inline |
Definition at line 42 of file cpdf_image.h.
|
inline |
Definition at line 46 of file cpdf_image.h.
| RetainPtr< const CPDF_Dictionary > CPDF_Image::GetOC | ( | ) | const |
Definition at line 93 of file cpdf_image.cpp.
|
inline |
Definition at line 44 of file cpdf_image.h.
|
inline |
Definition at line 45 of file cpdf_image.h.
| RetainPtr< const CPDF_Stream > CPDF_Image::GetStream | ( | ) | const |
Definition at line 89 of file cpdf_image.cpp.
|
inline |
Definition at line 61 of file cpdf_image.h.
|
inline |
Definition at line 47 of file cpdf_image.h.
|
inline |
Definition at line 49 of file cpdf_image.h.
|
inline |
Definition at line 48 of file cpdf_image.h.
|
static |
Definition at line 47 of file cpdf_image.cpp.
|
static |
Definition at line 42 of file cpdf_image.cpp.
| RetainPtr< CFX_DIBBase > CPDF_Image::LoadDIBBase | ( | ) | const |
Definition at line 331 of file cpdf_image.cpp.
References CPDF_DIB::kContinue, and CPDF_DIB::kSuccess.
Definition at line 318 of file cpdf_image.cpp.
References CPDF_Page::GetPageImageCache(), and CPDF_PageImageCache::ResetBitmapForImage().
| void CPDF_Image::SetImage | ( | const RetainPtr< CFX_DIBitmap > & | pBitmap | ) |
Definition at line 185 of file cpdf_image.cpp.
References k1bppMask, and CPDF_String::kIsHex.
| void CPDF_Image::SetJpegImage | ( | RetainPtr< IFX_SeekableReadStream > | pFile | ) |
Definition at line 139 of file cpdf_image.cpp.
| void CPDF_Image::SetJpegImageInline | ( | RetainPtr< IFX_SeekableReadStream > | pFile | ) |
Definition at line 166 of file cpdf_image.cpp.
| bool CPDF_Image::StartLoadDIBBase | ( | const CPDF_Dictionary * | pFormResource, |
| const CPDF_Dictionary * | pPageResource, | ||
| bool | bStdCS, | ||
| CPDF_ColorSpace::Family | GroupFamily, | ||
| bool | bLoadMask, | ||
| const CFX_Size & | max_size_required ) |
Definition at line 353 of file cpdf_image.cpp.
References CPDF_DIB::kContinue, and CPDF_DIB::kFail.
| void CPDF_Image::WillBeDestroyed | ( | ) |
Definition at line 323 of file cpdf_image.cpp.
| CPDF_Image::CONSTRUCT_VIA_MAKE_RETAIN |
Definition at line 29 of file cpdf_image.h.