Qt 4.8
Public Functions | Public Variables | List of all members
QBlendBase Struct Reference
Inheritance diagram for QBlendBase:
BlendSrcGeneric< spanMethod >

Public Functions

 QBlendBase (QSpanData *d, Operator o)
 

Public Variables

uint buffer [buffer_size]
 
QSpanDatadata
 
uintdest
 
Operator op
 
uint src_buffer [buffer_size]
 

Detailed Description

Definition at line 3543 of file qdrawhelper.cpp.

Constructors and Destructors

◆ QBlendBase()

QBlendBase::QBlendBase ( QSpanData d,
Operator  o 
)
inline

Definition at line 3545 of file qdrawhelper.cpp.

3546  : data(d)
3547  , op(o)
3548  , dest(0)
3549  {
3550  }
QSpanData * data
Operator op

Properties

◆ buffer

uint QBlendBase::buffer[buffer_size]

Definition at line 3557 of file qdrawhelper.cpp.

◆ data

QSpanData* QBlendBase::data

Definition at line 3552 of file qdrawhelper.cpp.

◆ dest

uint* QBlendBase::dest

Definition at line 3555 of file qdrawhelper.cpp.

◆ op

Operator QBlendBase::op

Definition at line 3553 of file qdrawhelper.cpp.

◆ src_buffer

uint QBlendBase::src_buffer[buffer_size]

Definition at line 3558 of file qdrawhelper.cpp.


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