Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qsgopenvghelpers.cpp File Reference

(27703167caedb38e2c2e057c9211b6cb047230dd)

#include "qsgopenvghelpers.h"
#include <cmath>
Include dependency graph for qsgopenvghelpers.cpp:

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=1.0f)
VGImageFormat QSGOpenVGHelpers::qImageFormatToVGImageFormat (QImage::Format format)
QImage::Format QSGOpenVGHelpers::qVGImageFormatToQImageFormat (VGImageFormat format)