Home
last modified time | relevance | path

Searched refs:dropY (Results 1 – 10 of 10) sorted by relevance

/dports/games/kblackbox/kblackbox-21.12.3/src/
H A Dkbbgraphicsitemonbox.cpp109 qreal dropY = event->scenePos().y(); in mouseReleaseEvent() local
111 if ((dropX==m_dragX) && (dropY==m_dragY)) { in mouseReleaseEvent()
118 …((boxPosition(dropX, dropY)==NO_POSITION) || (boxPosition(dropX, dropY)==boxPosition(m_dragX, m_dr… in mouseReleaseEvent()
123 …BoxPosition(m_widget->moveMarkerNothing(boxPosition(m_dragX, m_dragY), boxPosition(dropX, dropY))); in mouseReleaseEvent()
125 …wPos = m_widget->positionAfterMovingBall(boxPosition(m_dragX, m_dragY), boxPosition(dropX, dropY)); in mouseReleaseEvent()
132 m_widget->moveBall(boxPosition(m_dragX, m_dragY), boxPosition(dropX, dropY)); in mouseReleaseEvent()
134 setBoxPosition(m_widget->moveBall(boxPosition(m_dragX, m_dragY), boxPosition(dropX, dropY))); in mouseReleaseEvent()
/dports/graphics/blender/blender-2.91.0/intern/ghost/intern/
H A DGHOST_DropTargetX11.cpp293 int dropBufferSize, dropX, dropY; in GHOST_HandleClientMessage() local
303 &dropY)) { in GHOST_HandleClientMessage()
308 GHOST_kEventDraggingDropDone, m_draggedObjectType, m_window, dropX, dropY, data); in GHOST_HandleClientMessage()
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Ddrag-action.c487 gfloat dropX, dropY; in _xfdashboard_drag_action_drag_motion() local
543 dropX=dropY=0.0f; in _xfdashboard_drag_action_drag_motion()
546 &dropX, &dropY); in _xfdashboard_drag_action_drag_motion()
547 g_signal_emit_by_name(priv->lastDropTarget, "drag-motion", self, dropX, dropY, NULL); in _xfdashboard_drag_action_drag_motion()
708 gfloat dropX, dropY; in _xfdashboard_drag_action_drag_end() local
789 &dropX, &dropY); in _xfdashboard_drag_action_drag_end()
792 g_signal_emit_by_name(dropTarget, "can-drop", self, dropX, dropY, &canDrop); in _xfdashboard_drag_action_drag_end()
809 g_signal_emit_by_name(dropTarget, "drop", self, dropX, dropY, NULL); in _xfdashboard_drag_action_drag_end()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Dpolygons.cpp574 int dropX, dropY; // (X, Y) where dropped perpendicular intersects the line in FindBestPoint() local
646 dropY = ((a*a * k) - (a*b * h) - b*c) / (a*a + b*b); in FindBestPoint()
649 d1 = dropY - ptp.getNodeY(i); in FindBestPoint()
650 d2 = dropY - ptp.getNodeY(i+1); in FindBestPoint()
683 dropY = ((a*a * k) - (a*b * h) - b*c) / (a*a + b*b); in FindBestPoint()
685 *y = dropY; in FindBestPoint()
/dports/games/xboard-devel/xboard-f49e7e1/winboard/
H A Djaws.c290 static int dropX = -1, dropY = -1; variable
300 fromX = dropX; fromY = dropY; in KeyboardEvent()
301 dropX = dropY = -1; // but only once in KeyboardEvent()
1226 dropX = fromX; dropY = fromY;\
/dports/games/xboard/xboard-4.9.1/winboard/
H A Djaws.c291 static int dropX = -1, dropY = -1; variable
301 fromX = dropX; fromY = dropY; in KeyboardEvent()
302 dropX = dropY = -1; // but only once in KeyboardEvent()
1227 dropX = fromX; dropY = fromY;\
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Dpolygons.cpp620 int dropX, dropY; // (X, Y) where dropped perpendicular intersects the line in FindBestPoint() local
692 dropY = ((a*a * k) - (a*b * h) - b*c) / (a*a + b*b); in FindBestPoint()
695 d1 = dropY - ptp.getNodeY(i); in FindBestPoint()
696 d2 = dropY - ptp.getNodeY(i+1); in FindBestPoint()
729 dropY = ((a*a * k) - (a*b * h) - b*c) / (a*a + b*b); in FindBestPoint()
731 *y = dropY; in FindBestPoint()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/
H A Drasterized_outline2_packer.h290 int dropY(RasterizedOutline2& poly, int col, int rast_i) { in dropY() function
598 int currPolyY = packingFields[grid_i].dropY(polyVec[i],col, rast_i); in PolyPacking()
/dports/devel/vcglib/vcglib-2020.09/vcg/space/
H A Drasterized_outline2_packer.h331 int dropY(RasterizedOutline2& poly, int col, int rast_i) { in dropY() function
917 currPolyY = packingFields[grid_i].dropY(polyVec[i],col, rast_i);
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltUnixDnd.c484 short int dropX, dropY; /* Location of the current drop. */ member
2816 dndPtr->dropY = y - Blt_RootY(dndPtr->tkwin);
2820 Tcl_DStringAppendElement(&dString, Blt_Itoa(dndPtr->dropY));
4302 Tcl_DStringAppendElement(&dString, Blt_Itoa(dndPtr->dropY));