Home
last modified time | relevance | path

Searched refs:otherSize (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/tools/
H A Dqsize.h187 inline QSize QSize::expandedTo(const QSize & otherSize) const in expandedTo() argument
189 return QSize(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
192 inline QSize QSize::boundedTo(const QSize & otherSize) const in boundedTo() argument
194 return QSize(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
345 inline QSizeF QSizeF::expandedTo(const QSizeF & otherSize) const in expandedTo() argument
347 return QSizeF(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
350 inline QSizeF QSizeF::boundedTo(const QSizeF & otherSize) const in boundedTo() argument
352 return QSizeF(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/java/src/org/webrtc/
H A DSize.java36 final Size otherSize = (Size) other; in equals() local
37 return width == otherSize.width && height == otherSize.height; in equals()
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/java/src/org/webrtc/
H A DSize.java36 final Size otherSize = (Size) other; in equals() local
37 return width == otherSize.width && height == otherSize.height; in equals()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/java/src/org/webrtc/
H A DSize.java36 final Size otherSize = (Size) other; in equals() local
37 return width == otherSize.width && height == otherSize.height; in equals()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/java/src/org/webrtc/
H A DSize.java36 final Size otherSize = (Size) other; in equals() local
37 return width == otherSize.width && height == otherSize.height; in equals()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/java/src/org/webrtc/
H A DSize.java36 final Size otherSize = (Size) other; in equals() local
37 return width == otherSize.width && height == otherSize.height; in equals()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/java/src/org/webrtc/
H A DSize.java36 final Size otherSize = (Size) other; in equals() local
37 return width == otherSize.width && height == otherSize.height; in equals()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/java/src/org/webrtc/
H A DSize.java36 final Size otherSize = (Size) other; in equals() local
37 return width == otherSize.width && height == otherSize.height; in equals()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/java/src/org/webrtc/
H A DSize.java36 final Size otherSize = (Size) other; in equals() local
37 return width == otherSize.width && height == otherSize.height; in equals()
/dports/multimedia/mpeg_encode/mpeg_encode/
H A Dparallel.c257 int otherSock, otherSize; local
286 otherSize = sizeof(otherSocket);
817 int otherSock, otherSize; local
883 otherSize = sizeof(otherSocket);
907 otherSize = sizeof(otherSocket);
1041 otherSize = sizeof(otherSocket);
1161 otherSize = sizeof(otherSocket);
1293 int otherSock, otherSize; local
1330 otherSize = sizeof(otherSocket);
1623 int otherSock, otherSize; local
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/
H A Dparallel.c269 int otherSock, otherSize; local
298 otherSize = sizeof(otherSocket);
829 int otherSock, otherSize; local
895 otherSize = sizeof(otherSocket);
919 otherSize = sizeof(otherSocket);
1053 otherSize = sizeof(otherSocket);
1173 otherSize = sizeof(otherSocket);
1305 int otherSock, otherSize; local
1342 otherSize = sizeof(otherSocket);
1635 int otherSock, otherSize; local
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqsize.h206 Q_DECL_CONSTEXPR inline QSize QSize::expandedTo(const QSize & otherSize) const noexcept in expandedTo() argument
208 return QSize(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
211 Q_DECL_CONSTEXPR inline QSize QSize::boundedTo(const QSize & otherSize) const noexcept in boundedTo() argument
213 return QSize(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
381 Q_DECL_CONSTEXPR inline QSizeF QSizeF::expandedTo(const QSizeF & otherSize) const noexcept in expandedTo() argument
383 return QSizeF(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
386 Q_DECL_CONSTEXPR inline QSizeF QSizeF::boundedTo(const QSizeF & otherSize) const noexcept in boundedTo() argument
388 return QSizeF(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqsize.h206 Q_DECL_CONSTEXPR inline QSize QSize::expandedTo(const QSize & otherSize) const noexcept in expandedTo() argument
208 return QSize(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
211 Q_DECL_CONSTEXPR inline QSize QSize::boundedTo(const QSize & otherSize) const noexcept in boundedTo() argument
213 return QSize(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
381 Q_DECL_CONSTEXPR inline QSizeF QSizeF::expandedTo(const QSizeF & otherSize) const noexcept in expandedTo() argument
383 return QSizeF(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
386 Q_DECL_CONSTEXPR inline QSizeF QSizeF::boundedTo(const QSizeF & otherSize) const noexcept in boundedTo() argument
388 return QSizeF(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqsize.h206 Q_DECL_CONSTEXPR inline QSize QSize::expandedTo(const QSize & otherSize) const noexcept in expandedTo() argument
208 return QSize(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
211 Q_DECL_CONSTEXPR inline QSize QSize::boundedTo(const QSize & otherSize) const noexcept in boundedTo() argument
213 return QSize(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
381 Q_DECL_CONSTEXPR inline QSizeF QSizeF::expandedTo(const QSizeF & otherSize) const noexcept in expandedTo() argument
383 return QSizeF(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
386 Q_DECL_CONSTEXPR inline QSizeF QSizeF::boundedTo(const QSizeF & otherSize) const noexcept in boundedTo() argument
388 return QSizeF(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqsize.h206 Q_DECL_CONSTEXPR inline QSize QSize::expandedTo(const QSize & otherSize) const noexcept in expandedTo() argument
208 return QSize(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
211 Q_DECL_CONSTEXPR inline QSize QSize::boundedTo(const QSize & otherSize) const noexcept in boundedTo() argument
213 return QSize(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
381 Q_DECL_CONSTEXPR inline QSizeF QSizeF::expandedTo(const QSizeF & otherSize) const noexcept in expandedTo() argument
383 return QSizeF(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
386 Q_DECL_CONSTEXPR inline QSizeF QSizeF::boundedTo(const QSizeF & otherSize) const noexcept in boundedTo() argument
388 return QSizeF(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqsize.h206 Q_DECL_CONSTEXPR inline QSize QSize::expandedTo(const QSize & otherSize) const noexcept in expandedTo() argument
208 return QSize(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
211 Q_DECL_CONSTEXPR inline QSize QSize::boundedTo(const QSize & otherSize) const noexcept in boundedTo() argument
213 return QSize(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
381 Q_DECL_CONSTEXPR inline QSizeF QSizeF::expandedTo(const QSizeF & otherSize) const noexcept in expandedTo() argument
383 return QSizeF(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
386 Q_DECL_CONSTEXPR inline QSizeF QSizeF::boundedTo(const QSizeF & otherSize) const noexcept in boundedTo() argument
388 return QSizeF(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqsize.h206 Q_DECL_CONSTEXPR inline QSize QSize::expandedTo(const QSize & otherSize) const noexcept in expandedTo() argument
208 return QSize(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
211 Q_DECL_CONSTEXPR inline QSize QSize::boundedTo(const QSize & otherSize) const noexcept in boundedTo() argument
213 return QSize(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
381 Q_DECL_CONSTEXPR inline QSizeF QSizeF::expandedTo(const QSizeF & otherSize) const noexcept in expandedTo() argument
383 return QSizeF(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
386 Q_DECL_CONSTEXPR inline QSizeF QSizeF::boundedTo(const QSizeF & otherSize) const noexcept in boundedTo() argument
388 return QSizeF(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqsize.h206 Q_DECL_CONSTEXPR inline QSize QSize::expandedTo(const QSize & otherSize) const noexcept in expandedTo() argument
208 return QSize(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
211 Q_DECL_CONSTEXPR inline QSize QSize::boundedTo(const QSize & otherSize) const noexcept in boundedTo() argument
213 return QSize(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
381 Q_DECL_CONSTEXPR inline QSizeF QSizeF::expandedTo(const QSizeF & otherSize) const noexcept in expandedTo() argument
383 return QSizeF(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
386 Q_DECL_CONSTEXPR inline QSizeF QSizeF::boundedTo(const QSizeF & otherSize) const noexcept in boundedTo() argument
388 return QSizeF(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqsize.h206 Q_DECL_CONSTEXPR inline QSize QSize::expandedTo(const QSize & otherSize) const noexcept in expandedTo() argument
208 return QSize(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
211 Q_DECL_CONSTEXPR inline QSize QSize::boundedTo(const QSize & otherSize) const noexcept in boundedTo() argument
213 return QSize(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
381 Q_DECL_CONSTEXPR inline QSizeF QSizeF::expandedTo(const QSizeF & otherSize) const noexcept in expandedTo() argument
383 return QSizeF(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
386 Q_DECL_CONSTEXPR inline QSizeF QSizeF::boundedTo(const QSizeF & otherSize) const noexcept in boundedTo() argument
388 return QSizeF(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqsize.h206 Q_DECL_CONSTEXPR inline QSize QSize::expandedTo(const QSize & otherSize) const noexcept in expandedTo() argument
208 return QSize(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
211 Q_DECL_CONSTEXPR inline QSize QSize::boundedTo(const QSize & otherSize) const noexcept in boundedTo() argument
213 return QSize(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
381 Q_DECL_CONSTEXPR inline QSizeF QSizeF::expandedTo(const QSizeF & otherSize) const noexcept in expandedTo() argument
383 return QSizeF(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
386 Q_DECL_CONSTEXPR inline QSizeF QSizeF::boundedTo(const QSizeF & otherSize) const noexcept in boundedTo() argument
388 return QSizeF(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqsize.h206 Q_DECL_CONSTEXPR inline QSize QSize::expandedTo(const QSize & otherSize) const noexcept in expandedTo() argument
208 return QSize(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
211 Q_DECL_CONSTEXPR inline QSize QSize::boundedTo(const QSize & otherSize) const noexcept in boundedTo() argument
213 return QSize(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
381 Q_DECL_CONSTEXPR inline QSizeF QSizeF::expandedTo(const QSizeF & otherSize) const noexcept in expandedTo() argument
383 return QSizeF(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
386 Q_DECL_CONSTEXPR inline QSizeF QSizeF::boundedTo(const QSizeF & otherSize) const noexcept in boundedTo() argument
388 return QSizeF(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqsize.h206 Q_DECL_CONSTEXPR inline QSize QSize::expandedTo(const QSize & otherSize) const noexcept in expandedTo() argument
208 return QSize(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
211 Q_DECL_CONSTEXPR inline QSize QSize::boundedTo(const QSize & otherSize) const noexcept in boundedTo() argument
213 return QSize(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
381 Q_DECL_CONSTEXPR inline QSizeF QSizeF::expandedTo(const QSizeF & otherSize) const noexcept in expandedTo() argument
383 return QSizeF(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
386 Q_DECL_CONSTEXPR inline QSizeF QSizeF::boundedTo(const QSizeF & otherSize) const noexcept in boundedTo() argument
388 return QSizeF(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqsize.h206 Q_DECL_CONSTEXPR inline QSize QSize::expandedTo(const QSize & otherSize) const noexcept in expandedTo() argument
208 return QSize(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
211 Q_DECL_CONSTEXPR inline QSize QSize::boundedTo(const QSize & otherSize) const noexcept in boundedTo() argument
213 return QSize(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
381 Q_DECL_CONSTEXPR inline QSizeF QSizeF::expandedTo(const QSizeF & otherSize) const noexcept in expandedTo() argument
383 return QSizeF(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
386 Q_DECL_CONSTEXPR inline QSizeF QSizeF::boundedTo(const QSizeF & otherSize) const noexcept in boundedTo() argument
388 return QSizeF(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqsize.h206 Q_DECL_CONSTEXPR inline QSize QSize::expandedTo(const QSize & otherSize) const noexcept in expandedTo() argument
208 return QSize(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
211 Q_DECL_CONSTEXPR inline QSize QSize::boundedTo(const QSize & otherSize) const noexcept in boundedTo() argument
213 return QSize(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
381 Q_DECL_CONSTEXPR inline QSizeF QSizeF::expandedTo(const QSizeF & otherSize) const noexcept in expandedTo() argument
383 return QSizeF(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
386 Q_DECL_CONSTEXPR inline QSizeF QSizeF::boundedTo(const QSizeF & otherSize) const noexcept in boundedTo() argument
388 return QSizeF(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqsize.h206 Q_DECL_CONSTEXPR inline QSize QSize::expandedTo(const QSize & otherSize) const noexcept in expandedTo() argument
208 return QSize(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
211 Q_DECL_CONSTEXPR inline QSize QSize::boundedTo(const QSize & otherSize) const noexcept in boundedTo() argument
213 return QSize(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()
381 Q_DECL_CONSTEXPR inline QSizeF QSizeF::expandedTo(const QSizeF & otherSize) const noexcept in expandedTo() argument
383 return QSizeF(qMax(wd,otherSize.wd), qMax(ht,otherSize.ht)); in expandedTo()
386 Q_DECL_CONSTEXPR inline QSizeF QSizeF::boundedTo(const QSizeF & otherSize) const noexcept in boundedTo() argument
388 return QSizeF(qMin(wd,otherSize.wd), qMin(ht,otherSize.ht)); in boundedTo()

12345678910