(01cd43d30e3ca2c4dd94a4a4711604adb9417517)
#include "qquickcontext2dcommandbuffer_p.h"
#include "qquickcanvasitem_p.h"
#include <qqml.h>
#include <QtCore/QMutex>
#include <QtQuick/qsgtexture.h>
#include <QtGui/QPaintEngine>
Go to the source code of this file.
|
QT_BEGIN_NAMESPACE void | qt_image_boxblur (QImage &image, int radius, bool quality) |
static void | fillRectShadow (QPainter *p, QRectF shadowRect, qreal offsetX, qreal offsetY, qreal blur, const QColor &color) |
static void | fillShadowPath (QPainter *p, const QPainterPath &path, qreal offsetX, qreal offsetY, qreal blur, const QColor &color) |
static void | strokeShadowPath (QPainter *p, const QPainterPath &path, qreal offsetX, qreal offsetY, qreal blur, const QColor &color) |
static void | qt_drawImage (QPainter *p, QQuickContext2D::State &state, QImage image, const QRectF &sr, const QRectF &dr, bool shadow=false) |
◆ HAS_SHADOW
#define HAS_SHADOW |
( |
| offsetX, |
|
|
| offsetY, |
|
|
| blur, |
|
|
| color ) |
◆ fillRectShadow()
◆ fillShadowPath()
◆ qt_drawImage()
◆ qt_image_boxblur()
◆ strokeShadowPath()