Home
last modified time | relevance | path

Searched refs:clientPos (Results 1 – 25 of 32) sorted by relevance

12

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/server/src/server/
H A Dsv_main.cpp1120 float clientPos[3]; in Sv_ClientCoords() local
1131 clientPos[VX] = Reader_ReadFloat(msgReader); in Sv_ClientCoords()
1132 clientPos[VY] = Reader_ReadFloat(msgReader); in Sv_ClientCoords()
1137 clientPos[VZ] = mo->floorZ; in Sv_ClientCoords()
1142 clientPos[VZ] = FIX2FLT(clz); in Sv_ClientCoords()
1163 plrNum << clientPos[VX] << clientPos[VY] << clientPos[VZ]); in Sv_ClientCoords()
1170 plrNum << clientPos[VX] << clientPos[VY] << clientPos[VZ]); in Sv_ClientCoords()
1173 clientPos[VX], clientPos[VY], clientPos[VZ], onFloor); in Sv_ClientCoords()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Ddecoration_input_test.cpp185 MOTION(QPoint(c->frameGeometry().center().x(), c->clientPos().y() / 2)); in testAxis()
231 MOTION(QPoint(c->frameGeometry().center().x(), c->clientPos().y() / 2)); in testDoubleClick()
281 const QPoint tapPoint(c->frameGeometry().center().x(), c->clientPos().y() / 2); in testDoubleTap()
326 MOTION(QPoint(c->frameGeometry().center().x(), c->clientPos().y() / 2)); in testHover()
387 MOTION(QPoint(c->frameGeometry().center().x(), c->y() + c->clientPos().y() / 2)); in testPressToMove()
393 MOTION(QPoint(c->frameGeometry().center().x(), c->y() + c->clientPos().y() / 2) + offset); in testPressToMove()
408 MOTION(QPoint(c->frameGeometry().center().x(), c->y() + c->clientPos().y() / 2) + offset2); in testPressToMove()
412 MOTION(QPoint(c->frameGeometry().center().x(), c->y() + c->clientPos().y() / 2) + offset3); in testPressToMove()
446 QPoint p = QPoint(c->frameGeometry().center().x(), c->y() + c->clientPos().y() / 2); in testTapToMove()
604 …Cursors::self()->mouse()->setPos(QPoint(c->frameGeometry().center().x(), c->y() + c->clientPos().y… in testModifierClickUnrestrictedMove()
[all …]
H A Dtouch_input_test.cpp174 kwinApp()->platform()->touchDown(1, QPointF(125, 125) + c->clientPos(), timestamp++); in testMultipleTouchPoints()
184 kwinApp()->platform()->touchDown(2, QPointF(0, 0) + c->clientPos(), timestamp++); in testMultipleTouchPoints()
193 kwinApp()->platform()->touchMotion(2, QPointF(100, 100) + c->clientPos(), timestamp++); in testMultipleTouchPoints()
H A Ddont_crash_cursor_physical_size_empty.cpp97 …KWin::Cursors::self()->mouse()->setPos(QPoint(c->frameGeometry().center().x(), c->clientPos().y() … in testMoveCursorOverDeco()
H A Dxwayland_input_test.cpp184 QCOMPARE(enteredSpy.last().first(), client->frameGeometry().center() - client->clientPos()); in testPointerEnterLeaveSsd()
189 QCOMPARE(leftSpy.last().first(), client->frameGeometry().center() - client->clientPos()); in testPointerEnterLeaveSsd()
H A Dscene_qpainter_test.cpp356 QCOMPARE(buffer->data().copy(QRect(client->clientPos(), client->clientSize())), compareImage); in testX11Window()
370 const QPoint startPos = client->pos() + client->clientPos(); in testX11Window()
H A Dpointer_input.cpp1312 QCOMPARE(popupClient->pos(), window->pos() + window->clientPos() + QPoint(80, 20)); in testDecoCancelsPopup()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Ddeleted.cpp78 contentsRect = QRect(c->clientPos(), c->clientSize()); in copyToDeleted()
153 QPoint Deleted::clientPos() const in clientPos() function in KWin::Deleted
H A Dunmanaged.h32 QPoint clientPos() const override;
H A Dpopup_input_filter.cpp60 …const QRect clientRect = QRect(pointerFocus->clientPos(), pointerFocus->clientSize()).translated(p… in pointerEvent()
H A Ddeleted.h35 QPoint clientPos() const override;
H A Dtoplevel.h125 Q_PROPERTY(QPoint clientPos READ clientPos)
357 virtual QPoint clientPos() const = 0; // inside of geometry()
H A Dinputpanelv1client.cpp86 …moveResize({textClient->pos() + textClient->clientPos() + cursorRectangle.bottomLeft(), surface()-… in reposition()
H A Dunmanaged.cpp178 QPoint Unmanaged::clientPos() const in clientPos() function in KWin::Unmanaged
H A Dsurfaceitem_x11.cpp213 m_contentsRect = QRect(toplevel->clientPos(), toplevel->clientSize()); in create()
H A Dx11client.cpp1339 frameId(), clientPos().x(), clientPos().y(), window()); in updateShape()
1388 shape_helper_window, clientPos().x(), clientPos().y(), window()); in updateInputShape()
1390 shape_helper_window, clientPos().x(), clientPos().y(), window()); in updateInputShape()
4105 oldClientRect != QRect(clientPos(), clientSize())) { in updateServerGeometry()
4114 const QRect requestedWrapperGeometry(clientPos(), clientSize()); in updateServerGeometry()
4617 m_wrapper.setGeometry(QRect(clientPos(), moveResizeClientGeometry.size())); in doInteractiveResizeSync()
H A Dabstract_client.h404 QPoint clientPos() const override { in clientPos() function
H A Duseractions.cpp1118 QPoint pos = c->pos() + c->clientPos(); in setupWindowShortcut()
1687 QPoint pos = active_client->pos() + active_client->clientPos(); in slotWindowOperations()
H A Dpointer_input.cpp636 return intersected.translated(t->pos() + t->clientPos()); in getConstraintRegion()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/entity/
H A DActiveEntity.java128 private static double calcDeltaMovement(final double clientPos, in calcDeltaMovement() argument
130 final double moveErr = clientPos - serverPos; in calcDeltaMovement()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/examples/wireless/
H A Dwifi-multirate.cc351 Vector clientPos = GetPosition (client); in PrintPosition() local
369 << " position (" << clientPos.x << "," << clientPos.y << "," << clientPos.z << ")" in PrintPosition()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DSplitterWindow4.cpp280 const wxPoint clientPos = ScreenToClient(screenPos); in updateSashCursor() local
281 const bool xResize = m_dragging[Dim_X] || sashHitTest(clientPos, Dim_X); in updateSashCursor()
282 const bool yResize = m_dragging[Dim_Y] || sashHitTest(clientPos, Dim_Y); in updateSashCursor()
H A DSplitterWindow2.cpp185 const wxPoint clientPos = ScreenToClient(screenPos); in OnMouseMotion() local
188 setSashPosition(h(clientPos)); in OnMouseMotion()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/umlwidgets/
H A Ddiagramproxywidget.cpp125 QPointF clientPos = mapToClient(pos); in getProxiedWidget() local
126 UMLWidget *w = m_linkedDiagram->widgetAt(clientPos); in getProxiedWidget()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/webengine/api/
H A Dqquickwebengineview.cpp1723 static QPoint mapToScreen(const QQuickItem *item, const QPoint &clientPos) in mapToScreen() argument
1725 return item->window()->position() + item->mapToScene(clientPos).toPoint(); in mapToScreen()

12