Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qsgopenvghelpers.h File Reference

(0dc4fd240a2897c5c443a0ef6d84c416843e4938)

#include <QtGui/QPainterPath>
#include <QtGui/QColor>
#include <QtGui/QImage>
#include <VG/openvg.h>
+ Include dependency graph for qsgopenvghelpers.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QSGOpenVGHelpers
 

Functions

VGPath QSGOpenVGHelpers::qPainterPathToVGPath (const QPainterPath &path)
 
void QSGOpenVGHelpers::qDrawTiled (VGImage image, const QSize imageSize, const QRectF &targetRect, const QPointF offset, float scaleX, float scaleY)
 
void QSGOpenVGHelpers::qDrawBorderImage (VGImage image, const QSizeF &textureSize, const QRectF &targetRect, const QRectF &innerTargetRect, const QRectF &subSourceRect)
 
void QSGOpenVGHelpers::qDrawSubImage (VGImage image, const QRectF &sourceRect, const QPointF &destOffset)
 
const QVector< VGfloat > QSGOpenVGHelpers::qColorToVGColor (const QColor &color, float opacity)
 
VGImageFormat QSGOpenVGHelpers::qImageFormatToVGImageFormat (QImage::Format format)
 
QImage::Format QSGOpenVGHelpers::qVGImageFormatToQImageFormat (VGImageFormat format)