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
QSGSoftwareHelpers Namespace Reference

Namespaces

namespace  QDrawBorderPixmap

Classes

struct  QTileRules

Typedefs

typedef QVarLengthArray< QPainter::PixmapFragment, 16 > QPixmapFragmentsArray

Functions

void qDrawBorderPixmap (QPainter *painter, const QRect &targetRect, const QMargins &targetMargins, const QPixmap &pixmap, const QRect &sourceRect, const QMargins &sourceMargins, const QTileRules &rules, QDrawBorderPixmap::DrawingHints hints)
static QMargins normalizedMargins (const QMargins &m)

Typedef Documentation

◆ QPixmapFragmentsArray

Function Documentation

◆ normalizedMargins()

QMargins QSGSoftwareHelpers::normalizedMargins ( const QMargins & m)
inlinestatic

Definition at line 16 of file qsgsoftwareinternalimagenode.cpp.

◆ qDrawBorderPixmap()