Qt 4.8
|
#include "qpixmapfilter_vg_p.h"
#include "qvgimagepool_p.h"
#include <QtCore/qvarlengtharray.h>
#include <QtGui/qpainter.h>
Go to the source code of this file.
Functions | |
void | qt_vg_drawVGImage (QPainter *painter, const QPointF &pos, VGImage vgImg) |
void | qt_vg_drawVGImageStencil (QPainter *painter, const QPointF &pos, VGImage vgImg, const QBrush &brush) |
Definition at line 3278 of file qpaintengine_vg.cpp.
Referenced by QVGPixmapConvolutionFilter::draw(), QVGPixmapColorizeFilter::draw(), QVGPixmapBlurFilter::draw(), and QVGPixmapConvolutionFilter::~QVGPixmapConvolutionFilter().
void qt_vg_drawVGImageStencil | ( | QPainter * | painter, |
const QPointF & | pos, | ||
VGImage | vgImg, | ||
const QBrush & | brush | ||
) |
Definition at line 3287 of file qpaintengine_vg.cpp.
Referenced by QVGPixmapDropShadowFilter::draw(), qt_vg_drawVGImage(), and QVGPixmapConvolutionFilter::~QVGPixmapConvolutionFilter().