|
bool | m_bSpriteUseWorldMatrix: 1 |
|
bool | isNew: 1 |
|
bool | needsClipBufferClear: 1 |
|
bool | clipTestEnabled: 1 |
|
bool | canRestoreClip: 1 |
|
bool | matrixChanged: 1 |
|
bool | compositionModeChanged: 1 |
|
bool | opacityChanged: 1 |
|
bool | renderHintsChanged: 1 |
|
bool | clipChanged: 1 |
|
bool | currentClip: 8 |
|
int32 | m_nStencilValue |
|
QRect | rectangleClip |
|
QPointF | m_brushOrigin |
|
QFont | m_font |
|
QPen | m_pen |
|
QBrush | m_brush |
|
QBrush | m_bgBrush |
|
QRegion | m_clipRegion |
|
QPainterPath | m_clipPath |
|
ClipOperation | m_clipOperation |
|
std::vector< CPainterClipInfo > | m_clipInfo |
|
QTransform | worldMatrix |
|
QTransform | m_matrix |
|
Matrix4 | matComplete |
| final complete transform
|
|
int | m_viewportX |
|
int | m_viewportY |
|
int | m_viewportWidth |
|
int | m_viewportHeight |
|
float | m_fViewportLeft |
|
float | m_fViewportTop |
|
float | m_fUIScalingX |
|
float | m_fUIScalingY |
|
float | m_opacity |
|
bool | WxF: 1 |
|
bool | VxF: 1 |
|
bool | m_clipEnabled: 1 |
|
int | m_nPendingAssetCount |
| number of texture that is being loaded, but not available at the time of drawing. More...
|
|
CPainter * | m_painter |
|
CPainter::CompositionMode | m_composition_mode |
|
uint32 | changeFlags |
|
|
uint32 | dirtyFlags |
| type of CPaintEngine::DirtyFlags
|
|
§ SetSpriteTransform()
void ParaEngine::CPaintEngineGPUState::SetSpriteTransform |
( |
const Matrix4 * |
pMatrix = NULL | ) |
|
|
virtual |
§ SetSpriteUseWorldMatrix()
void ParaEngine::CPaintEngineGPUState::SetSpriteUseWorldMatrix |
( |
bool |
bEnable | ) |
|
|
virtual |
The documentation for this class was generated from the following files:
- Client/trunk/ParaEngineClient/PaintEngine/PaintEngineGPUState.h
- Client/trunk/ParaEngineClient/PaintEngine/PaintEngineGPUState.cpp