Qt 4.8
|
#include <QtGui/qpaintengine.h>
#include <private/qpaintengine_p.h>
#include <private/qstroker_p.h>
#include <private/qpainter_p.h>
Go to the source code of this file.
Classes | |
struct | QRealRect |
class | QVectorPath |
struct | QVectorPath::CacheEntry |
Typedefs | |
typedef void(* | qvectorpath_cache_cleanup) (QPaintEngineEx *engine, void *data) |
Functions | |
Q_GUI_EXPORT const QVectorPath & | qtVectorPathForPath (const QPainterPath &path) |
typedef void(* qvectorpath_cache_cleanup) (QPaintEngineEx *engine, void *data) |
Definition at line 71 of file qvectorpath_p.h.
Q_GUI_EXPORT const QVectorPath& qtVectorPathForPath | ( | const QPainterPath & | path | ) |
Definition at line 129 of file qpaintengineex.cpp.
Referenced by QGL2PaintEngineEx::clip(), QPaintEngineEx::clip(), QPaintEngineEx::drawPath(), QPaintEngineEx::drawStaticTextItem(), QPainter::fillPath(), QTriangulator< T >::initialize(), QPainter::strokePath(), and QGL2PaintEngineExPrivate::systemStateChanged().