|
| QGLLineMaskGenerator (const QPainterPath &path, const QTransform &matrix, qreal width, QGLOffscreen &offscreen, GLuint maskFragmentProgram) |
|
void | drawMask (const QRect &rect) |
|
| QGLTrapezoidMaskGenerator (const QPainterPath &path, const QTransform &matrix, QGLOffscreen &offscreen, GLuint maskFragmentProgram, qreal strokeWidth=-1.0) |
|
QRect | screenRect () |
|
QTransform | matrix () const |
|
QPainterPath | path () const |
|
| QGLMaskGenerator (const QPainterPath &path, const QTransform &matrix, qreal stroke_width=-1) |
|
qreal | strokeWidth () const |
|
virtual | ~QGLMaskGenerator () |
|
Definition at line 3064 of file qpaintengine_opengl.cpp.
◆ QGLLineMaskGenerator()
Definition at line 3210 of file qpaintengine_opengl.cpp.
QGLTrapezoidMaskGenerator(const QPainterPath &path, const QTransform &matrix, QGLOffscreen &offscreen, GLuint maskFragmentProgram, qreal strokeWidth=-1.0)
◆ computeScreenRect()
QRect QGLLineMaskGenerator::computeScreenRect |
( |
| ) |
|
|
privatevirtual |
Implements QGLTrapezoidMaskGenerator.
Definition at line 3222 of file qpaintengine_opengl.cpp.
QRect toAlignedRect() const
Returns a QRect based on the values of this rectangle that is the smallest possible integer rectangle...
QPainterPath transformedPath
QRectF adjusted(qreal x1, qreal y1, qreal x2, qreal y2) const
Returns a new rectangle with dx1, dy1, dx2 and dy2 added respectively to the existing coordinates of ...
QRectF controlPointRect() const
Returns the rectangle containing all the points and control points in this path.
QTransform matrix() const
QPainterPath path() const
◆ generateTrapezoids()
Implements QGLTrapezoidMaskGenerator.
Definition at line 3229 of file qpaintengine_opengl.cpp.
The QPainterPath::Element class specifies the position and type of a subpath.
The QPointF class defines a point in the plane using floating point precision.
bool isLineTo() const
Returns true if the element is a line, otherwise returns false.
bool isCurveTo() const
Returns true if the element is a curve, otherwise returns false.
const QPainterPath::Element & elementAt(int i) const
Returns the element at the given index in the painter path.
QPainterPath transformedPath
qreal strokeWidth() const
int elementCount() const
Returns the number of path elements in the painter path.
void tessellateRect(const QPointF &a, const QPointF &b, qreal width)
◆ transformedPath
The documentation for this class was generated from the following file: