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 384 of file cpdf_image.cpp.
References CPDF_DIB::kContinue, and CPDF_DIB::kSuccess.
void CPDF_Image::ConvertStreamToIndirectObject | ( | ) |
Definition at line 78 of file cpdf_image.cpp.
Definition at line 335 of file cpdf_image.cpp.
RetainPtr< CFX_DIBBase > CPDF_Image::DetachBitmap | ( | ) |
Definition at line 353 of file cpdf_image.cpp.
RetainPtr< CFX_DIBBase > CPDF_Image::DetachMask | ( | ) |
Definition at line 357 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 41 of file cpdf_image.h.
|
inline |
Definition at line 45 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 43 of file cpdf_image.h.
|
inline |
Definition at line 44 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 46 of file cpdf_image.h.
|
inline |
Definition at line 48 of file cpdf_image.h.
|
inline |
Definition at line 47 of file cpdf_image.h.
|
static |
Definition at line 45 of file cpdf_image.cpp.
|
static |
Definition at line 40 of file cpdf_image.cpp.
RetainPtr< CFX_DIBBase > CPDF_Image::LoadDIBBase | ( | ) | const |
Definition at line 339 of file cpdf_image.cpp.
References CPDF_DIB::kContinue, and CPDF_DIB::kSuccess.
Definition at line 330 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 180 of file cpdf_image.cpp.
References k1bppMask.
void CPDF_Image::SetJpegImage | ( | RetainPtr< IFX_SeekableReadStream > | pFile | ) |
Definition at line 141 of file cpdf_image.cpp.
void CPDF_Image::SetJpegImageInline | ( | RetainPtr< IFX_SeekableReadStream > | pFile | ) |
Definition at line 163 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 361 of file cpdf_image.cpp.
References CPDF_DIB::kContinue, and CPDF_DIB::kFail.
CPDF_Image::CONSTRUCT_VIA_MAKE_RETAIN |
Definition at line 29 of file cpdf_image.h.