Qt 4.8
|
Public Functions | |
void | addTrap (const Trapezoid &trap) |
void | tessellate (const QPointF *points, int nPoints, bool winding) |
Public Functions inherited from QOpenGLTessellator | |
QOpenGLTessellator () | |
QGLTrapezoid | toGLTrapezoid (const Trapezoid &trap) |
~QOpenGLTessellator () | |
Public Functions inherited from QTessellator | |
QTessellator () | |
void | setWinding (bool w) |
QRectF | tessellate (const QPointF *points, int nPoints) |
void | tessellateConvex (const QPointF *points, int nPoints) |
void | tessellateRect (const QPointF &a, const QPointF &b, qreal width) |
virtual | ~QTessellator () |
Public Variables | |
QVector< QGLTrapezoid > | trapezoids |
Definition at line 1711 of file qpaintengine_opengl.cpp.
|
virtual |
Implements QTessellator.
Definition at line 1724 of file qpaintengine_opengl.cpp.
|
inline |
Definition at line 1715 of file qpaintengine_opengl.cpp.
Referenced by QGLPathMaskGenerator::generateTrapezoids().
QVector<QGLTrapezoid> QOpenGLImmediateModeTessellator::trapezoids |
Definition at line 1721 of file qpaintengine_opengl.cpp.
Referenced by QGLPathMaskGenerator::generateTrapezoids(), and QGLLineMaskGenerator::generateTrapezoids().