Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
FXDIB_ResampleOptions Struct Reference

#include <fx_dib.h>

+ Collaboration diagram for FXDIB_ResampleOptions:

Public Member Functions

 FXDIB_ResampleOptions ()
 
bool HasAnyOptions () const
 

Public Attributes

bool bInterpolateBilinear = false
 
bool bHalftone = false
 
bool bNoSmoothing = false
 
bool bLossy = false
 

Detailed Description

Definition at line 36 of file fx_dib.h.

Constructor & Destructor Documentation

◆ FXDIB_ResampleOptions()

FXDIB_ResampleOptions::FXDIB_ResampleOptions ( )
default

Member Function Documentation

◆ HasAnyOptions()

bool FXDIB_ResampleOptions::HasAnyOptions ( ) const

Definition at line 40 of file fx_dib.cpp.

References bHalftone, bInterpolateBilinear, bLossy, and bNoSmoothing.

Referenced by CGdiDisplayDriver::StretchDIBits().

+ Here is the caller graph for this function:

Member Data Documentation

◆ bHalftone

bool FXDIB_ResampleOptions::bHalftone = false

Definition at line 42 of file fx_dib.h.

Referenced by HasAnyOptions(), and TEST().

◆ bInterpolateBilinear

◆ bLossy

bool FXDIB_ResampleOptions::bLossy = false

Definition at line 44 of file fx_dib.h.

Referenced by HasAnyOptions(), and TEST().

◆ bNoSmoothing


The documentation for this struct was generated from the following files: