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

Namespaces

namespace  QDrawBorderPixmap
 

Classes

struct  QTileRules
 

Typedefs

typedef QVarLengthArray< QPainter::PixmapFragment, 16 > QPixmapFragmentsArray
 

Functions

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

Typedef Documentation

◆ QPixmapFragmentsArray

Function Documentation

◆ normalizedMargins()

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

Definition at line 16 of file qsgsoftwareinternalimagenode.cpp.

References qMax().

Referenced by qDrawBorderPixmap().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ qDrawBorderPixmap()

void QSGSoftwareHelpers::qDrawBorderPixmap ( QPainter * painter,
const QRect & targetRect,
const QMargins & targetMarginsIn,
const QPixmap & pixmap,
const QRect & sourceRect,
const QMargins & sourceMarginsIn,
const QTileRules & rules,
QDrawBorderPixmap::DrawingHints hints )