Home
last modified time | relevance | path

Searched refs:QPolygon (Results 1 – 25 of 1692) sorted by relevance

12345678910>>...68

/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpolygon.h59 inline QPolygon() {} in QPolygon() function
60 inline ~QPolygon() {} in ~QPolygon()
66 QPolygon(const QPolygon &other) : QVector<QPoint>(other) {} in QPolygon() function
67 QPolygon(QPolygon &&other) noexcept : QVector<QPoint>(std::move(other)) {} in QPolygon() function
68 QPolygon &operator=(QPolygon &&other) noexcept { swap(other); return *this; }
94 Q_REQUIRED_RESULT QPolygon united(const QPolygon &r) const;
95 Q_REQUIRED_RESULT QPolygon intersected(const QPolygon &r) const;
96 Q_REQUIRED_RESULT QPolygon subtracted(const QPolygon &r) const;
102 inline QPolygon::QPolygon(int asize) : QVector<QPoint>(asize) {} in Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6()
132 inline QPolygon QPolygon::translated(const QPoint &offset) const in translated()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpolygon.h59 inline QPolygon() {} in QPolygon() function
60 inline ~QPolygon() {} in ~QPolygon()
66 QPolygon(const QPolygon &other) : QVector<QPoint>(other) {} in QPolygon() function
67 QPolygon(QPolygon &&other) noexcept : QVector<QPoint>(std::move(other)) {} in QPolygon() function
68 QPolygon &operator=(QPolygon &&other) noexcept { swap(other); return *this; }
94 Q_REQUIRED_RESULT QPolygon united(const QPolygon &r) const;
95 Q_REQUIRED_RESULT QPolygon intersected(const QPolygon &r) const;
96 Q_REQUIRED_RESULT QPolygon subtracted(const QPolygon &r) const;
102 inline QPolygon::QPolygon(int asize) : QVector<QPoint>(asize) {} in Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6()
132 inline QPolygon QPolygon::translated(const QPoint &offset) const in translated()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpolygon.h59 inline QPolygon() {} in QPolygon() function
60 inline ~QPolygon() {} in ~QPolygon()
66 QPolygon(const QPolygon &other) : QVector<QPoint>(other) {} in QPolygon() function
67 QPolygon(QPolygon &&other) noexcept : QVector<QPoint>(std::move(other)) {} in QPolygon() function
68 QPolygon &operator=(QPolygon &&other) noexcept { swap(other); return *this; }
94 Q_REQUIRED_RESULT QPolygon united(const QPolygon &r) const;
95 Q_REQUIRED_RESULT QPolygon intersected(const QPolygon &r) const;
96 Q_REQUIRED_RESULT QPolygon subtracted(const QPolygon &r) const;
102 inline QPolygon::QPolygon(int asize) : QVector<QPoint>(asize) {} in Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6()
132 inline QPolygon QPolygon::translated(const QPoint &offset) const in translated()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpolygon.h59 inline QPolygon() {} in QPolygon() function
60 inline ~QPolygon() {} in ~QPolygon()
66 QPolygon(const QPolygon &other) : QVector<QPoint>(other) {} in QPolygon() function
67 QPolygon(QPolygon &&other) noexcept : QVector<QPoint>(std::move(other)) {} in QPolygon() function
68 QPolygon &operator=(QPolygon &&other) noexcept { swap(other); return *this; }
94 Q_REQUIRED_RESULT QPolygon united(const QPolygon &r) const;
95 Q_REQUIRED_RESULT QPolygon intersected(const QPolygon &r) const;
96 Q_REQUIRED_RESULT QPolygon subtracted(const QPolygon &r) const;
102 inline QPolygon::QPolygon(int asize) : QVector<QPoint>(asize) {} in Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6()
132 inline QPolygon QPolygon::translated(const QPoint &offset) const in translated()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpolygon.h59 inline QPolygon() {} in QPolygon() function
60 inline ~QPolygon() {} in ~QPolygon()
66 QPolygon(const QPolygon &other) : QVector<QPoint>(other) {} in QPolygon() function
67 QPolygon(QPolygon &&other) noexcept : QVector<QPoint>(std::move(other)) {} in QPolygon() function
68 QPolygon &operator=(QPolygon &&other) noexcept { swap(other); return *this; }
94 Q_REQUIRED_RESULT QPolygon united(const QPolygon &r) const;
95 Q_REQUIRED_RESULT QPolygon intersected(const QPolygon &r) const;
96 Q_REQUIRED_RESULT QPolygon subtracted(const QPolygon &r) const;
102 inline QPolygon::QPolygon(int asize) : QVector<QPoint>(asize) {} in Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6()
132 inline QPolygon QPolygon::translated(const QPoint &offset) const in translated()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpolygon.h59 inline QPolygon() {} in QPolygon() function
60 inline ~QPolygon() {} in ~QPolygon()
66 QPolygon(const QPolygon &other) : QVector<QPoint>(other) {} in QPolygon() function
67 QPolygon(QPolygon &&other) noexcept : QVector<QPoint>(std::move(other)) {} in QPolygon() function
68 QPolygon &operator=(QPolygon &&other) noexcept { swap(other); return *this; }
94 Q_REQUIRED_RESULT QPolygon united(const QPolygon &r) const;
95 Q_REQUIRED_RESULT QPolygon intersected(const QPolygon &r) const;
96 Q_REQUIRED_RESULT QPolygon subtracted(const QPolygon &r) const;
102 inline QPolygon::QPolygon(int asize) : QVector<QPoint>(asize) {} in Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6()
132 inline QPolygon QPolygon::translated(const QPoint &offset) const in translated()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpolygon.h59 inline QPolygon() {} in QPolygon() function
60 inline ~QPolygon() {} in ~QPolygon()
66 QPolygon(const QPolygon &other) : QVector<QPoint>(other) {} in QPolygon() function
67 QPolygon(QPolygon &&other) noexcept : QVector<QPoint>(std::move(other)) {} in QPolygon() function
68 QPolygon &operator=(QPolygon &&other) noexcept { swap(other); return *this; }
94 Q_REQUIRED_RESULT QPolygon united(const QPolygon &r) const;
95 Q_REQUIRED_RESULT QPolygon intersected(const QPolygon &r) const;
96 Q_REQUIRED_RESULT QPolygon subtracted(const QPolygon &r) const;
102 inline QPolygon::QPolygon(int asize) : QVector<QPoint>(asize) {} in Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6()
132 inline QPolygon QPolygon::translated(const QPoint &offset) const in translated()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpolygon.h59 inline QPolygon() {} in QPolygon() function
60 inline ~QPolygon() {} in ~QPolygon()
66 QPolygon(const QPolygon &other) : QVector<QPoint>(other) {} in QPolygon() function
67 QPolygon(QPolygon &&other) noexcept : QVector<QPoint>(std::move(other)) {} in QPolygon() function
68 QPolygon &operator=(QPolygon &&other) noexcept { swap(other); return *this; }
94 Q_REQUIRED_RESULT QPolygon united(const QPolygon &r) const;
95 Q_REQUIRED_RESULT QPolygon intersected(const QPolygon &r) const;
96 Q_REQUIRED_RESULT QPolygon subtracted(const QPolygon &r) const;
102 inline QPolygon::QPolygon(int asize) : QVector<QPoint>(asize) {} in Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6()
132 inline QPolygon QPolygon::translated(const QPoint &offset) const in translated()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpolygon.h59 inline QPolygon() {} in QPolygon() function
60 inline ~QPolygon() {} in ~QPolygon()
66 QPolygon(const QPolygon &other) : QVector<QPoint>(other) {} in QPolygon() function
67 QPolygon(QPolygon &&other) noexcept : QVector<QPoint>(std::move(other)) {} in QPolygon() function
68 QPolygon &operator=(QPolygon &&other) noexcept { swap(other); return *this; }
94 Q_REQUIRED_RESULT QPolygon united(const QPolygon &r) const;
95 Q_REQUIRED_RESULT QPolygon intersected(const QPolygon &r) const;
96 Q_REQUIRED_RESULT QPolygon subtracted(const QPolygon &r) const;
102 inline QPolygon::QPolygon(int asize) : QVector<QPoint>(asize) {} in Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6()
132 inline QPolygon QPolygon::translated(const QPoint &offset) const in translated()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpolygon.h59 inline QPolygon() {} in QPolygon() function
60 inline ~QPolygon() {} in ~QPolygon()
66 QPolygon(const QPolygon &other) : QVector<QPoint>(other) {} in QPolygon() function
67 QPolygon(QPolygon &&other) noexcept : QVector<QPoint>(std::move(other)) {} in QPolygon() function
68 QPolygon &operator=(QPolygon &&other) noexcept { swap(other); return *this; }
94 Q_REQUIRED_RESULT QPolygon united(const QPolygon &r) const;
95 Q_REQUIRED_RESULT QPolygon intersected(const QPolygon &r) const;
96 Q_REQUIRED_RESULT QPolygon subtracted(const QPolygon &r) const;
102 inline QPolygon::QPolygon(int asize) : QVector<QPoint>(asize) {} in Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6()
132 inline QPolygon QPolygon::translated(const QPoint &offset) const in translated()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpolygon.h59 inline QPolygon() {} in QPolygon() function
60 inline ~QPolygon() {} in ~QPolygon()
66 QPolygon(const QPolygon &other) : QVector<QPoint>(other) {} in QPolygon() function
67 QPolygon(QPolygon &&other) noexcept : QVector<QPoint>(std::move(other)) {} in QPolygon() function
68 QPolygon &operator=(QPolygon &&other) noexcept { swap(other); return *this; }
94 Q_REQUIRED_RESULT QPolygon united(const QPolygon &r) const;
95 Q_REQUIRED_RESULT QPolygon intersected(const QPolygon &r) const;
96 Q_REQUIRED_RESULT QPolygon subtracted(const QPolygon &r) const;
102 inline QPolygon::QPolygon(int asize) : QVector<QPoint>(asize) {} in Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6()
132 inline QPolygon QPolygon::translated(const QPoint &offset) const in translated()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpolygon.h59 inline QPolygon() {} in QPolygon() function
60 inline ~QPolygon() {} in ~QPolygon()
66 QPolygon(const QPolygon &other) : QVector<QPoint>(other) {} in QPolygon() function
67 QPolygon(QPolygon &&other) noexcept : QVector<QPoint>(std::move(other)) {} in QPolygon() function
68 QPolygon &operator=(QPolygon &&other) noexcept { swap(other); return *this; }
94 Q_REQUIRED_RESULT QPolygon united(const QPolygon &r) const;
95 Q_REQUIRED_RESULT QPolygon intersected(const QPolygon &r) const;
96 Q_REQUIRED_RESULT QPolygon subtracted(const QPolygon &r) const;
102 inline QPolygon::QPolygon(int asize) : QVector<QPoint>(asize) {} in Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6()
132 inline QPolygon QPolygon::translated(const QPoint &offset) const in translated()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpolygon.h59 inline QPolygon() {} in QPolygon() function
60 inline ~QPolygon() {} in ~QPolygon()
66 QPolygon(const QPolygon &other) : QVector<QPoint>(other) {} in QPolygon() function
67 QPolygon(QPolygon &&other) noexcept : QVector<QPoint>(std::move(other)) {} in QPolygon() function
68 QPolygon &operator=(QPolygon &&other) noexcept { swap(other); return *this; }
94 Q_REQUIRED_RESULT QPolygon united(const QPolygon &r) const;
95 Q_REQUIRED_RESULT QPolygon intersected(const QPolygon &r) const;
96 Q_REQUIRED_RESULT QPolygon subtracted(const QPolygon &r) const;
102 inline QPolygon::QPolygon(int asize) : QVector<QPoint>(asize) {} in Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6()
132 inline QPolygon QPolygon::translated(const QPoint &offset) const in translated()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpolygon.h59 inline QPolygon() {} in QPolygon() function
60 inline ~QPolygon() {} in ~QPolygon()
66 QPolygon(const QPolygon &other) : QVector<QPoint>(other) {} in QPolygon() function
67 QPolygon(QPolygon &&other) noexcept : QVector<QPoint>(std::move(other)) {} in QPolygon() function
68 QPolygon &operator=(QPolygon &&other) noexcept { swap(other); return *this; }
94 Q_REQUIRED_RESULT QPolygon united(const QPolygon &r) const;
95 Q_REQUIRED_RESULT QPolygon intersected(const QPolygon &r) const;
96 Q_REQUIRED_RESULT QPolygon subtracted(const QPolygon &r) const;
102 inline QPolygon::QPolygon(int asize) : QVector<QPoint>(asize) {} in Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6()
132 inline QPolygon QPolygon::translated(const QPoint &offset) const in translated()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpolygon.h59 inline QPolygon() {} in QPolygon() function
60 inline ~QPolygon() {} in ~QPolygon()
66 QPolygon(const QPolygon &other) : QVector<QPoint>(other) {} in QPolygon() function
67 QPolygon(QPolygon &&other) noexcept : QVector<QPoint>(std::move(other)) {} in QPolygon() function
68 QPolygon &operator=(QPolygon &&other) noexcept { swap(other); return *this; }
94 Q_REQUIRED_RESULT QPolygon united(const QPolygon &r) const;
95 Q_REQUIRED_RESULT QPolygon intersected(const QPolygon &r) const;
96 Q_REQUIRED_RESULT QPolygon subtracted(const QPolygon &r) const;
102 inline QPolygon::QPolygon(int asize) : QVector<QPoint>(asize) {} in Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6()
132 inline QPolygon QPolygon::translated(const QPoint &offset) const in translated()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpolygon.h59 inline QPolygon() {} in QPolygon() function
60 inline ~QPolygon() {} in ~QPolygon()
66 QPolygon(const QPolygon &other) : QVector<QPoint>(other) {} in QPolygon() function
67 QPolygon(QPolygon &&other) noexcept : QVector<QPoint>(std::move(other)) {} in QPolygon() function
68 QPolygon &operator=(QPolygon &&other) noexcept { swap(other); return *this; }
94 Q_REQUIRED_RESULT QPolygon united(const QPolygon &r) const;
95 Q_REQUIRED_RESULT QPolygon intersected(const QPolygon &r) const;
96 Q_REQUIRED_RESULT QPolygon subtracted(const QPolygon &r) const;
102 inline QPolygon::QPolygon(int asize) : QVector<QPoint>(asize) {} in Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6()
132 inline QPolygon QPolygon::translated(const QPoint &offset) const in translated()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpolygon.h59 inline QPolygon() {} in QPolygon() function
60 inline ~QPolygon() {} in ~QPolygon()
66 QPolygon(const QPolygon &other) : QVector<QPoint>(other) {} in QPolygon() function
67 QPolygon(QPolygon &&other) noexcept : QVector<QPoint>(std::move(other)) {} in QPolygon() function
68 QPolygon &operator=(QPolygon &&other) noexcept { swap(other); return *this; }
94 Q_REQUIRED_RESULT QPolygon united(const QPolygon &r) const;
95 Q_REQUIRED_RESULT QPolygon intersected(const QPolygon &r) const;
96 Q_REQUIRED_RESULT QPolygon subtracted(const QPolygon &r) const;
102 inline QPolygon::QPolygon(int asize) : QVector<QPoint>(asize) {} in Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6()
132 inline QPolygon QPolygon::translated(const QPoint &offset) const in translated()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpolygon.h59 inline QPolygon() {} in QPolygon() function
60 inline ~QPolygon() {} in ~QPolygon()
66 QPolygon(const QPolygon &other) : QVector<QPoint>(other) {} in QPolygon() function
67 QPolygon(QPolygon &&other) noexcept : QVector<QPoint>(std::move(other)) {} in QPolygon() function
68 QPolygon &operator=(QPolygon &&other) noexcept { swap(other); return *this; }
94 Q_REQUIRED_RESULT QPolygon united(const QPolygon &r) const;
95 Q_REQUIRED_RESULT QPolygon intersected(const QPolygon &r) const;
96 Q_REQUIRED_RESULT QPolygon subtracted(const QPolygon &r) const;
102 inline QPolygon::QPolygon(int asize) : QVector<QPoint>(asize) {} in Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6()
132 inline QPolygon QPolygon::translated(const QPoint &offset) const in translated()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpolygon.h59 inline QPolygon() {} in QPolygon() function
60 inline ~QPolygon() {} in ~QPolygon()
66 QPolygon(const QPolygon &other) : QVector<QPoint>(other) {} in QPolygon() function
67 QPolygon(QPolygon &&other) noexcept : QVector<QPoint>(std::move(other)) {} in QPolygon() function
68 QPolygon &operator=(QPolygon &&other) noexcept { swap(other); return *this; }
94 Q_REQUIRED_RESULT QPolygon united(const QPolygon &r) const;
95 Q_REQUIRED_RESULT QPolygon intersected(const QPolygon &r) const;
96 Q_REQUIRED_RESULT QPolygon subtracted(const QPolygon &r) const;
102 inline QPolygon::QPolygon(int asize) : QVector<QPoint>(asize) {} in Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6()
132 inline QPolygon QPolygon::translated(const QPoint &offset) const in translated()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/painting/
H A Dqpolygon.h63 inline QPolygon() {} in QPolygon() function
64 inline ~QPolygon() {} in ~QPolygon()
65 inline QPolygon(int size);
66 inline QPolygon(const QPolygon &a) : QVector<QPoint>(a) {} in QPolygon() function
94 QPolygon united(const QPolygon &r) const;
95 QPolygon intersected(const QPolygon &r) const;
96 QPolygon subtracted(const QPolygon &r) const;
99 inline QPolygon::QPolygon(int asize) : QVector<QPoint>(asize) {} in QPolygon() function
129 inline QPolygon QPolygon::translated(const QPoint &offset) const in translated()
143 QPolygonF(const QPolygon &a);
[all …]
/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqpolygon_c.cpp16 return (QPolygonH) new QPolygon(); in QPolygon_Create()
21 delete (QPolygon *)handle; in QPolygon_Destroy()
26 return (QPolygonH) new QPolygon(size); in QPolygon_Create2()
31 return (QPolygonH) new QPolygon(*(const QPolygon*)a); in QPolygon_Create3()
48 ((QPolygon *)handle)->swap(*(QPolygon*)other); in QPolygon_swap()
63 *(QPolygon *)retval = ((QPolygon *)handle)->translated(dx, dy); in QPolygon_translated()
68 *(QPolygon *)retval = ((QPolygon *)handle)->translated(*(const QPoint*)offset); in QPolygon_translated2()
110 ((QPolygon *)handle)->putPoints(index, nPoints, *(const QPolygon*)from, fromIndex); in QPolygon_putPoints3()
120 *(QPolygon *)retval = ((QPolygon *)handle)->united(*(const QPolygon*)r); in QPolygon_united()
125 *(QPolygon *)retval = ((QPolygon *)handle)->intersected(*(const QPolygon*)r); in QPolygon_intersected()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqpolygon_c.cpp16 return (QPolygonH) new QPolygon(); in QPolygon_Create()
21 delete (QPolygon *)handle; in QPolygon_Destroy()
26 return (QPolygonH) new QPolygon(size); in QPolygon_Create2()
31 return (QPolygonH) new QPolygon(*(const QPolygon*)a); in QPolygon_Create3()
48 ((QPolygon *)handle)->swap(*(QPolygon*)other); in QPolygon_swap()
63 *(QPolygon *)retval = ((QPolygon *)handle)->translated(dx, dy); in QPolygon_translated()
68 *(QPolygon *)retval = ((QPolygon *)handle)->translated(*(const QPoint*)offset); in QPolygon_translated2()
110 ((QPolygon *)handle)->putPoints(index, nPoints, *(const QPolygon*)from, fromIndex); in QPolygon_putPoints3()
120 *(QPolygon *)retval = ((QPolygon *)handle)->united(*(const QPolygon*)r); in QPolygon_united()
125 *(QPolygon *)retval = ((QPolygon *)handle)->intersected(*(const QPolygon*)r); in QPolygon_intersected()
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqpolygon_c.cpp16 return (QPolygonH) new QPolygon(); in QPolygon_Create()
21 delete (QPolygon *)handle; in QPolygon_Destroy()
26 return (QPolygonH) new QPolygon(size); in QPolygon_Create2()
31 return (QPolygonH) new QPolygon(*(const QPolygon*)a); in QPolygon_Create3()
48 ((QPolygon *)handle)->swap(*(QPolygon*)other); in QPolygon_swap()
63 *(QPolygon *)retval = ((QPolygon *)handle)->translated(dx, dy); in QPolygon_translated()
68 *(QPolygon *)retval = ((QPolygon *)handle)->translated(*(const QPoint*)offset); in QPolygon_translated2()
110 ((QPolygon *)handle)->putPoints(index, nPoints, *(const QPolygon*)from, fromIndex); in QPolygon_putPoints3()
120 *(QPolygon *)retval = ((QPolygon *)handle)->united(*(const QPolygon*)r); in QPolygon_united()
125 *(QPolygon *)retval = ((QPolygon *)handle)->intersected(*(const QPolygon*)r); in QPolygon_intersected()
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqpolygon_c.cpp16 return (QPolygonH) new QPolygon(); in QPolygon_Create()
21 delete (QPolygon *)handle; in QPolygon_Destroy()
26 return (QPolygonH) new QPolygon(size); in QPolygon_Create2()
31 return (QPolygonH) new QPolygon(*(const QPolygon*)a); in QPolygon_Create3()
48 ((QPolygon *)handle)->swap(*(QPolygon*)other); in QPolygon_swap()
63 *(QPolygon *)retval = ((QPolygon *)handle)->translated(dx, dy); in QPolygon_translated()
68 *(QPolygon *)retval = ((QPolygon *)handle)->translated(*(const QPoint*)offset); in QPolygon_translated2()
110 ((QPolygon *)handle)->putPoints(index, nPoints, *(const QPolygon*)from, fromIndex); in QPolygon_putPoints3()
120 *(QPolygon *)retval = ((QPolygon *)handle)->united(*(const QPolygon*)r); in QPolygon_united()
125 *(QPolygon *)retval = ((QPolygon *)handle)->intersected(*(const QPolygon*)r); in QPolygon_intersected()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qwmatrix/
H A Dtst_qwmatrix.cpp83 Q_DECLARE_METATYPE(QPolygon) in Q_DECLARE_METATYPE() argument
123 QTest::addColumn<QPolygon>("res"); in mapping_data()
266 << QPolygon( QRect( 0, -7, 14, 14 ) ); in mapping_data()
270 << QPolygon( QRect( 21, -14, 49, 49 ) ); in mapping_data()
274 << QPolygon( QRect( 0, -70, 141, 141 ) ); in mapping_data()
284 << QPolygon( QRect( -7, 0, 14, 14 ) ); in mapping_data()
288 << QPolygon( QRect( -35, 21, 49, 49 ) ); in mapping_data()
315 QFETCH( QPolygon, res ); in operator_star_qrect()
376 QFETCH( QPolygon, res ); in mapToPolygon()
406 QPolygon poly; in mapPolygon()
[all …]

12345678910>>...68