![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <icc_transform.h>
Public Member Functions | |
~IccTransform () | |
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) |
int | components () const |
bool | IsNormal () const |
Static Public Member Functions | |
static std::unique_ptr< IccTransform > | CreateTransformSRGB (pdfium::span< const uint8_t > span) |
static bool | IsValidIccComponents (int components) |
Definition at line 25 of file icc_transform.h.
fxcodec::IccTransform::~IccTransform | ( | ) |
Definition at line 51 of file icc_transform.cpp.
|
inline |
Definition at line 38 of file icc_transform.h.
|
static |
Definition at line 56 of file icc_transform.cpp.
References IsValidIccComponents().
|
inline |
Definition at line 39 of file icc_transform.h.
|
static |
Definition at line 146 of file icc_transform.cpp.
Referenced by CreateTransformSRGB(), and CPDF_DocPageData::GetIccProfile().
void fxcodec::IccTransform::Translate | ( | pdfium::span< const float > | pSrcValues, |
pdfium::span< float > | pDestValues ) |
Definition at line 115 of file icc_transform.cpp.
void fxcodec::IccTransform::TranslateScanline | ( | pdfium::span< uint8_t > | pDest, |
pdfium::span< const uint8_t > | pSrc, | ||
int | pixels ) |
Definition at line 139 of file icc_transform.cpp.