Qt 4.8
|
Public Functions | |
void | addTrap (const Trapezoid &trap) |
QOpenGLTrapezoidToArrayTessellator () | |
void | tessellate (const QPointF *points, int nPoints, bool winding) |
~QOpenGLTrapezoidToArrayTessellator () | |
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 | |
int | allocated |
QRectF | bounds |
int | size |
GLfloat * | vertices |
Definition at line 1789 of file qpaintengine_opengl.cpp.
|
inline |
Definition at line 1792 of file qpaintengine_opengl.cpp.
|
inline |
Definition at line 1793 of file qpaintengine_opengl.cpp.
|
virtual |
Implements QTessellator.
Definition at line 1806 of file qpaintengine_opengl.cpp.
|
inline |
Definition at line 1799 of file qpaintengine_opengl.cpp.
Referenced by QOpenGLPaintEnginePrivate::fillPolygon_dev().
int QOpenGLTrapezoidToArrayTessellator::allocated |
Definition at line 1795 of file qpaintengine_opengl.cpp.
QRectF QOpenGLTrapezoidToArrayTessellator::bounds |
Definition at line 1797 of file qpaintengine_opengl.cpp.
Referenced by QOpenGLPaintEnginePrivate::fillPolygon_dev().
int QOpenGLTrapezoidToArrayTessellator::size |
Definition at line 1796 of file qpaintengine_opengl.cpp.
Referenced by QOpenGLPaintEnginePrivate::fillPolygon_dev().
GLfloat* QOpenGLTrapezoidToArrayTessellator::vertices |
Definition at line 1794 of file qpaintengine_opengl.cpp.
Referenced by QOpenGLPaintEnginePrivate::fillPolygon_dev().