![]() |
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 Attributes | |
| CONSTRUCT_VIA_MAKE_RETAIN | |
Private Member Functions | |
| ~CPDF_IccProfile () override | |
Additional Inherited Members | |
| Protected Member Functions inherited from fxcrt::Retainable | |
| virtual | ~Retainable ()=default |
Definition at line 23 of file cpdf_iccprofile.h.
|
overrideprivatedefault |
|
inline |
Definition at line 30 of file cpdf_iccprofile.h.
| bool CPDF_IccProfile::IsNormal | ( | ) | const |
Definition at line 49 of file cpdf_iccprofile.cpp.
|
inline |
Definition at line 28 of file cpdf_iccprofile.h.
Referenced by IsValid().
|
inline |
Definition at line 29 of file cpdf_iccprofile.h.
Referenced by IsValid().
|
inline |
Definition at line 27 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 53 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 58 of file cpdf_iccprofile.cpp.
| CPDF_IccProfile::CONSTRUCT_VIA_MAKE_RETAIN |
Definition at line 25 of file cpdf_iccprofile.h.