My Project
|
currently only RectClip is supported, since we are using Scissor Rect on GPU to do the clipping. More...
#include <PainterState.h>
Public Types | |
enum | ClipType { RegionClip, PathClip, RectClip, RectFClip } |
Public Member Functions | |
CPainterClipInfo (const QRect &r, ClipOperation op, const QTransform &m) | |
Public Attributes | |
ClipType | clipType |
QTransform | matrix |
ClipOperation | operation |
QRect | rect |
currently only RectClip is supported, since we are using Scissor Rect on GPU to do the clipping.