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_iccprofile.h>
Public Member Functions | |
bool | IsValid () const |
bool | IsSRGB () const |
bool | IsSupported () const |
uint32_t | GetComponents () const |
bool | IsNormal () const |
void | Translate (pdfium::span< const float > pSrcValues, pdfium::span< float > pDestValues) |
void | TranslateScanline (pdfium::span< uint8_t > pDest, pdfium::span< const uint8_t > pSrc, int pixels) |
Public Member Functions inherited from fxcrt::Retainable | |
Retainable ()=default | |
bool | HasOneRef () const |
Public Member Functions inherited from fxcrt::Observable | |
Observable () | |
Observable (const Observable &that)=delete | |
Observable & | operator= (const Observable &that)=delete |
~Observable () | |
void | AddObserver (ObserverIface *pObserver) |
void | RemoveObserver (ObserverIface *pObserver) |
void | NotifyObservers () |
Public Attributes | |
CONSTRUCT_VIA_MAKE_RETAIN | |
Private Member Functions | |
~CPDF_IccProfile () override | |
Additional Inherited Members | |
Protected Member Functions inherited from fxcrt::Retainable | |
virtual | ~Retainable ()=default |
Protected Member Functions inherited from fxcrt::Observable | |
size_t | ActiveObserversForTesting () const |
Definition at line 24 of file cpdf_iccprofile.h.
|
overrideprivatedefault |
|
inline |
Definition at line 31 of file cpdf_iccprofile.h.
bool CPDF_IccProfile::IsNormal | ( | ) | const |
Definition at line 48 of file cpdf_iccprofile.cpp.
|
inline |
Definition at line 29 of file cpdf_iccprofile.h.
Referenced by IsValid().
|
inline |
Definition at line 30 of file cpdf_iccprofile.h.
Referenced by IsValid().
|
inline |
Definition at line 28 of file cpdf_iccprofile.h.
References IsSRGB(), and IsSupported().
void CPDF_IccProfile::Translate | ( | pdfium::span< const float > | pSrcValues, |
pdfium::span< float > | pDestValues ) |
Definition at line 52 of file cpdf_iccprofile.cpp.
void CPDF_IccProfile::TranslateScanline | ( | pdfium::span< uint8_t > | pDest, |
pdfium::span< const uint8_t > | pSrc, | ||
int | pixels ) |
Definition at line 57 of file cpdf_iccprofile.cpp.
CPDF_IccProfile::CONSTRUCT_VIA_MAKE_RETAIN |
Definition at line 26 of file cpdf_iccprofile.h.