Home
last modified time | relevance | path

Searched refs:bottomRight (Results 1 – 25 of 3965) sorted by relevance

12345678910>>...159

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/core/
H A Drectangle.h91 bottomRight += delta; in move()
102 bottomRight = bottomRight.max(point); in include()
124 … Vector2ui br(duint(de::max(Type(0), bottomRight.x)), duint(de::max(Type(0), bottomRight.y))); in toRectangleui()
134 return topLeft == other.topLeft && bottomRight == other.bottomRight;
141 bottomRight.max(other.bottomRight));
145 bottomRight = bottomRight.max(other.bottomRight);
157 bottomRight.min(other.bottomRight));
180 return Corner(bottomRight.x, (topLeft.y + bottomRight.y)/2.0); in midRight()
186 return Corner((topLeft.x + bottomRight.x)/2.0, bottomRight.y); in midBottom()
189 return Corner((topLeft.x + bottomRight.x)/2.0, (topLeft.y + bottomRight.y)/2.0); in middle()
[all …]
/dports/games/jvgs/jvgs-0.5.1-src/src/math/
H A DBoundingBox.cpp14 const Vector2D &bottomRight) in BoundingBox() argument
17 this->bottomRight = bottomRight; in BoundingBox()
59 bottomRight.setX(b1.bottomRight.getX() > b2.bottomRight.getX() ? in BoundingBox()
60 b1.bottomRight.getX() : b2.bottomRight.getX()); in BoundingBox()
64 bottomRight.setY(b1.bottomRight.getY() > b2.bottomRight.getY() ? in BoundingBox()
65 b1.bottomRight.getY() : b2.bottomRight.getY()); in BoundingBox()
79 return bottomRight; in getBottomRight()
86 if(point.getX() > bottomRight.getX()) in hasPoint()
90 if(point.getY() > bottomRight.getY()) in hasPoint()
184 bottomRight.getX() <= other->bottomRight.getX() && in completelyIn()
[all …]
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/positioning/
H A Dqgeorectangle.cpp407 d->bottomRight = bottomRight; in setBottomRight()
417 return d->bottomRight; in bottomRight()
436 d->bottomRight = center; in setCenter()
503 d->bottomRight.setLongitude(180.0); in setWidth()
613 double right = bottomRight.longitude(); in contains()
615 double bottom = bottomRight.latitude(); in contains()
1004 .arg(bottomRight().latitude()) in toString()
1005 .arg(bottomRight().longitude()); in toString()
1018 : QGeoShapePrivate(QGeoShape::RectangleType), topLeft(topLeft), bottomRight(bottomRight) in QGeoRectanglePrivate()
1024 bottomRight(other.bottomRight) in QGeoRectanglePrivate()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A DlarryScale_generated.cpp101 topLeft = bottomRight = pixel; in scalePixelTo2x2()
159 topRight = bottomRight = pixel; in scalePixelTo2x2()
170 bottomLeft = bottomRight = pixel; in scalePixelTo2x2()
175 bottomLeft = bottomRight = pixel; in scalePixelTo2x2()
179 topRight = bottomRight = pixel; in scalePixelTo2x2()
222 topRight = bottomRight = pixel; in scalePixelTo2x2()
226 topLeft = bottomRight = pixel; in scalePixelTo2x2()
237 topLeft = bottomRight = pixel; in scalePixelTo2x2()
261 topLeft = bottomRight = pixel; in scalePixelTo2x2()
309 bottomRight = pixel; in scalePixelTo2x2()
[all …]
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A DlarryScale_generated.cpp101 topLeft = bottomRight = pixel; in scalePixelTo2x2()
175 bottomLeft = bottomRight = pixel; in scalePixelTo2x2()
179 topRight = bottomRight = pixel; in scalePixelTo2x2()
189 topRight = bottomRight = pixel; in scalePixelTo2x2()
195 bottomLeft = bottomRight = pixel; in scalePixelTo2x2()
206 topLeft = bottomRight = pixel; in scalePixelTo2x2()
222 topRight = bottomRight = pixel; in scalePixelTo2x2()
237 topLeft = bottomRight = pixel; in scalePixelTo2x2()
270 topLeft = bottomRight = pixel; in scalePixelTo2x2()
319 bottomRight = pixel; in scalePixelTo2x2()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/itemselection/
H A Dmain.cpp68 QModelIndex bottomRight; in main() local
71 bottomRight = model->index(5, 2, QModelIndex()); in main()
75 QItemSelection selection(topLeft, bottomRight); in main()
83 bottomRight = model->index(7, 3, QModelIndex()); in main()
84 toggleSelection.select(topLeft, bottomRight); in main()
93 bottomRight = model->index(0, 2, QModelIndex()); in main()
95 columnSelection.select(topLeft, bottomRight); in main()
103 bottomRight = model->index(1, 0, QModelIndex()); in main()
105 rowSelection.select(topLeft, bottomRight); in main()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp78 QModelIndex bottomRight; in main() local
81 bottomRight = model->index(5, 2, QModelIndex()); in main()
85 QItemSelection selection(topLeft, bottomRight); in main()
93 bottomRight = model->index(7, 3, QModelIndex()); in main()
94 toggleSelection.select(topLeft, bottomRight); in main()
103 bottomRight = model->index(0, 2, QModelIndex()); in main()
105 columnSelection.select(topLeft, bottomRight); in main()
113 bottomRight = model->index(1, 0, QModelIndex()); in main()
115 rowSelection.select(topLeft, bottomRight); in main()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp78 QModelIndex bottomRight; in main() local
81 bottomRight = model->index(5, 2, QModelIndex()); in main()
85 QItemSelection selection(topLeft, bottomRight); in main()
93 bottomRight = model->index(7, 3, QModelIndex()); in main()
94 toggleSelection.select(topLeft, bottomRight); in main()
103 bottomRight = model->index(0, 2, QModelIndex()); in main()
105 columnSelection.select(topLeft, bottomRight); in main()
113 bottomRight = model->index(1, 0, QModelIndex()); in main()
115 rowSelection.select(topLeft, bottomRight); in main()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp78 QModelIndex bottomRight; in main() local
81 bottomRight = model->index(5, 2, QModelIndex()); in main()
85 QItemSelection selection(topLeft, bottomRight); in main()
93 bottomRight = model->index(7, 3, QModelIndex()); in main()
94 toggleSelection.select(topLeft, bottomRight); in main()
103 bottomRight = model->index(0, 2, QModelIndex()); in main()
105 columnSelection.select(topLeft, bottomRight); in main()
113 bottomRight = model->index(1, 0, QModelIndex()); in main()
115 rowSelection.select(topLeft, bottomRight); in main()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp78 QModelIndex bottomRight; in main() local
81 bottomRight = model->index(5, 2, QModelIndex()); in main()
85 QItemSelection selection(topLeft, bottomRight); in main()
93 bottomRight = model->index(7, 3, QModelIndex()); in main()
94 toggleSelection.select(topLeft, bottomRight); in main()
103 bottomRight = model->index(0, 2, QModelIndex()); in main()
105 columnSelection.select(topLeft, bottomRight); in main()
113 bottomRight = model->index(1, 0, QModelIndex()); in main()
115 rowSelection.select(topLeft, bottomRight); in main()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp78 QModelIndex bottomRight; in main() local
81 bottomRight = model->index(5, 2, QModelIndex()); in main()
85 QItemSelection selection(topLeft, bottomRight); in main()
93 bottomRight = model->index(7, 3, QModelIndex()); in main()
94 toggleSelection.select(topLeft, bottomRight); in main()
103 bottomRight = model->index(0, 2, QModelIndex()); in main()
105 columnSelection.select(topLeft, bottomRight); in main()
113 bottomRight = model->index(1, 0, QModelIndex()); in main()
115 rowSelection.select(topLeft, bottomRight); in main()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp78 QModelIndex bottomRight; in main() local
81 bottomRight = model->index(5, 2, QModelIndex()); in main()
85 QItemSelection selection(topLeft, bottomRight); in main()
93 bottomRight = model->index(7, 3, QModelIndex()); in main()
94 toggleSelection.select(topLeft, bottomRight); in main()
103 bottomRight = model->index(0, 2, QModelIndex()); in main()
105 columnSelection.select(topLeft, bottomRight); in main()
113 bottomRight = model->index(1, 0, QModelIndex()); in main()
115 rowSelection.select(topLeft, bottomRight); in main()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp78 QModelIndex bottomRight; in main() local
81 bottomRight = model->index(5, 2, QModelIndex()); in main()
85 QItemSelection selection(topLeft, bottomRight); in main()
93 bottomRight = model->index(7, 3, QModelIndex()); in main()
94 toggleSelection.select(topLeft, bottomRight); in main()
103 bottomRight = model->index(0, 2, QModelIndex()); in main()
105 columnSelection.select(topLeft, bottomRight); in main()
113 bottomRight = model->index(1, 0, QModelIndex()); in main()
115 rowSelection.select(topLeft, bottomRight); in main()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp78 QModelIndex bottomRight; in main() local
81 bottomRight = model->index(5, 2, QModelIndex()); in main()
85 QItemSelection selection(topLeft, bottomRight); in main()
93 bottomRight = model->index(7, 3, QModelIndex()); in main()
94 toggleSelection.select(topLeft, bottomRight); in main()
103 bottomRight = model->index(0, 2, QModelIndex()); in main()
105 columnSelection.select(topLeft, bottomRight); in main()
113 bottomRight = model->index(1, 0, QModelIndex()); in main()
115 rowSelection.select(topLeft, bottomRight); in main()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp78 QModelIndex bottomRight; in main() local
81 bottomRight = model->index(5, 2, QModelIndex()); in main()
85 QItemSelection selection(topLeft, bottomRight); in main()
93 bottomRight = model->index(7, 3, QModelIndex()); in main()
94 toggleSelection.select(topLeft, bottomRight); in main()
103 bottomRight = model->index(0, 2, QModelIndex()); in main()
105 columnSelection.select(topLeft, bottomRight); in main()
113 bottomRight = model->index(1, 0, QModelIndex()); in main()
115 rowSelection.select(topLeft, bottomRight); in main()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp78 QModelIndex bottomRight; in main() local
81 bottomRight = model->index(5, 2, QModelIndex()); in main()
85 QItemSelection selection(topLeft, bottomRight); in main()
93 bottomRight = model->index(7, 3, QModelIndex()); in main()
94 toggleSelection.select(topLeft, bottomRight); in main()
103 bottomRight = model->index(0, 2, QModelIndex()); in main()
105 columnSelection.select(topLeft, bottomRight); in main()
113 bottomRight = model->index(1, 0, QModelIndex()); in main()
115 rowSelection.select(topLeft, bottomRight); in main()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp78 QModelIndex bottomRight; in main() local
81 bottomRight = model->index(5, 2, QModelIndex()); in main()
85 QItemSelection selection(topLeft, bottomRight); in main()
93 bottomRight = model->index(7, 3, QModelIndex()); in main()
94 toggleSelection.select(topLeft, bottomRight); in main()
103 bottomRight = model->index(0, 2, QModelIndex()); in main()
105 columnSelection.select(topLeft, bottomRight); in main()
113 bottomRight = model->index(1, 0, QModelIndex()); in main()
115 rowSelection.select(topLeft, bottomRight); in main()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp78 QModelIndex bottomRight; in main() local
81 bottomRight = model->index(5, 2, QModelIndex()); in main()
85 QItemSelection selection(topLeft, bottomRight); in main()
93 bottomRight = model->index(7, 3, QModelIndex()); in main()
94 toggleSelection.select(topLeft, bottomRight); in main()
103 bottomRight = model->index(0, 2, QModelIndex()); in main()
105 columnSelection.select(topLeft, bottomRight); in main()
113 bottomRight = model->index(1, 0, QModelIndex()); in main()
115 rowSelection.select(topLeft, bottomRight); in main()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp78 QModelIndex bottomRight; in main() local
81 bottomRight = model->index(5, 2, QModelIndex()); in main()
85 QItemSelection selection(topLeft, bottomRight); in main()
93 bottomRight = model->index(7, 3, QModelIndex()); in main()
94 toggleSelection.select(topLeft, bottomRight); in main()
103 bottomRight = model->index(0, 2, QModelIndex()); in main()
105 columnSelection.select(topLeft, bottomRight); in main()
113 bottomRight = model->index(1, 0, QModelIndex()); in main()
115 rowSelection.select(topLeft, bottomRight); in main()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp78 QModelIndex bottomRight; in main() local
81 bottomRight = model->index(5, 2, QModelIndex()); in main()
85 QItemSelection selection(topLeft, bottomRight); in main()
93 bottomRight = model->index(7, 3, QModelIndex()); in main()
94 toggleSelection.select(topLeft, bottomRight); in main()
103 bottomRight = model->index(0, 2, QModelIndex()); in main()
105 columnSelection.select(topLeft, bottomRight); in main()
113 bottomRight = model->index(1, 0, QModelIndex()); in main()
115 rowSelection.select(topLeft, bottomRight); in main()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp78 QModelIndex bottomRight; in main() local
81 bottomRight = model->index(5, 2, QModelIndex()); in main()
85 QItemSelection selection(topLeft, bottomRight); in main()
93 bottomRight = model->index(7, 3, QModelIndex()); in main()
94 toggleSelection.select(topLeft, bottomRight); in main()
103 bottomRight = model->index(0, 2, QModelIndex()); in main()
105 columnSelection.select(topLeft, bottomRight); in main()
113 bottomRight = model->index(1, 0, QModelIndex()); in main()
115 rowSelection.select(topLeft, bottomRight); in main()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp78 QModelIndex bottomRight; in main() local
81 bottomRight = model->index(5, 2, QModelIndex()); in main()
85 QItemSelection selection(topLeft, bottomRight); in main()
93 bottomRight = model->index(7, 3, QModelIndex()); in main()
94 toggleSelection.select(topLeft, bottomRight); in main()
103 bottomRight = model->index(0, 2, QModelIndex()); in main()
105 columnSelection.select(topLeft, bottomRight); in main()
113 bottomRight = model->index(1, 0, QModelIndex()); in main()
115 rowSelection.select(topLeft, bottomRight); in main()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp78 QModelIndex bottomRight; in main() local
81 bottomRight = model->index(5, 2, QModelIndex()); in main()
85 QItemSelection selection(topLeft, bottomRight); in main()
93 bottomRight = model->index(7, 3, QModelIndex()); in main()
94 toggleSelection.select(topLeft, bottomRight); in main()
103 bottomRight = model->index(0, 2, QModelIndex()); in main()
105 columnSelection.select(topLeft, bottomRight); in main()
113 bottomRight = model->index(1, 0, QModelIndex()); in main()
115 rowSelection.select(topLeft, bottomRight); in main()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp78 QModelIndex bottomRight; in main() local
81 bottomRight = model->index(5, 2, QModelIndex()); in main()
85 QItemSelection selection(topLeft, bottomRight); in main()
93 bottomRight = model->index(7, 3, QModelIndex()); in main()
94 toggleSelection.select(topLeft, bottomRight); in main()
103 bottomRight = model->index(0, 2, QModelIndex()); in main()
105 columnSelection.select(topLeft, bottomRight); in main()
113 bottomRight = model->index(1, 0, QModelIndex()); in main()
115 rowSelection.select(topLeft, bottomRight); in main()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp78 QModelIndex bottomRight; in main() local
81 bottomRight = model->index(5, 2, QModelIndex()); in main()
85 QItemSelection selection(topLeft, bottomRight); in main()
93 bottomRight = model->index(7, 3, QModelIndex()); in main()
94 toggleSelection.select(topLeft, bottomRight); in main()
103 bottomRight = model->index(0, 2, QModelIndex()); in main()
105 columnSelection.select(topLeft, bottomRight); in main()
113 bottomRight = model->index(1, 0, QModelIndex()); in main()
115 rowSelection.select(topLeft, bottomRight); in main()

12345678910>>...159