![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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) |
Definition at line 27 of file qsgsoftwareinternalimagenode_p.h.
Definition at line 16 of file qsgsoftwareinternalimagenode.cpp.
| void QSGSoftwareHelpers::qDrawBorderPixmap | ( | QPainter * | painter, |
| const QRect & | targetRect, | ||
| const QMargins & | targetMargins, | ||
| const QPixmap & | pixmap, | ||
| const QRect & | sourceRect, | ||
| const QMargins & | sourceMargins, | ||
| const QTileRules & | rules, | ||
| QDrawBorderPixmap::DrawingHints | hints ) |
Definition at line 21 of file qsgsoftwareinternalimagenode.cpp.
References QSGSoftwareHelpers::QDrawBorderPixmap::OpaqueBottom, QSGSoftwareHelpers::QDrawBorderPixmap::OpaqueBottomLeft, QSGSoftwareHelpers::QDrawBorderPixmap::OpaqueBottomRight, QSGSoftwareHelpers::QDrawBorderPixmap::OpaqueCenter, QSGSoftwareHelpers::QDrawBorderPixmap::OpaqueLeft, QSGSoftwareHelpers::QDrawBorderPixmap::OpaqueRight, QSGSoftwareHelpers::QDrawBorderPixmap::OpaqueTop, QSGSoftwareHelpers::QDrawBorderPixmap::OpaqueTopLeft, and QSGSoftwareHelpers::QDrawBorderPixmap::OpaqueTopRight.