Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <fx_dib.h>
Public Member Functions | |
FXDIB_ResampleOptions () | |
bool | HasAnyOptions () const |
Public Attributes | |
bool | bInterpolateBilinear = false |
bool | bHalftone = false |
bool | bNoSmoothing = false |
bool | bLossy = false |
|
default |
Referenced by CPDF_RenderTiling::Draw(), CGdiDeviceDriver::GDI_StretchDIBits(), CFX_DIBitmap::MultiplyAlphaMask(), CFX_PSRenderer::SetDIBits(), CGdiDisplayDriver::SetDIBits(), CGdiPrinterDriver::SetDIBits(), CGdiPrinterDriver::StartDIBits(), CFX_RenderDevice::StretchBitMask(), CFX_RenderDevice::StretchDIBits(), CGdiDisplayDriver::StretchDIBits(), TEST(), TEST(), and CFX_DIBBase::TransformTo().
bool FXDIB_ResampleOptions::HasAnyOptions | ( | ) | const |
Definition at line 40 of file fx_dib.cpp.
References bHalftone, bInterpolateBilinear, bLossy, and bNoSmoothing.
Referenced by CGdiDisplayDriver::StretchDIBits().
bool FXDIB_ResampleOptions::bHalftone = false |
Definition at line 42 of file fx_dib.h.
Referenced by HasAnyOptions(), and TEST().
bool FXDIB_ResampleOptions::bInterpolateBilinear = false |
Definition at line 41 of file fx_dib.h.
Referenced by CStretchEngine::CStretchEngine(), CStretchEngine::WeightTable::CalculateWeights(), CGdiDeviceDriver::GDI_StretchDIBits(), HasAnyOptions(), CXFA_ImageRenderer::Start(), TEST(), TEST(), TEST(), TEST(), TEST(), and CStretchEngine::UseInterpolateBilinear().
bool FXDIB_ResampleOptions::bLossy = false |
Definition at line 44 of file fx_dib.h.
Referenced by HasAnyOptions(), and TEST().
bool FXDIB_ResampleOptions::bNoSmoothing = false |
Definition at line 43 of file fx_dib.h.
Referenced by CStretchEngine::CStretchEngine(), CStretchEngine::WeightTable::CalculateWeights(), HasAnyOptions(), CFX_SkiaDeviceDriver::SetDIBits(), CFX_SkiaDeviceDriver::StretchDIBits(), CGdiplusExt::StretchDIBits(), TEST(), TEST(), TEST(), TEST(), TEST(), and CStretchEngine::UseInterpolateBilinear().