Home
last modified time | relevance | path

Searched refs:m_oldY (Results 1 – 25 of 85) sorted by relevance

1234

/dports/games/kgoldrunner/kgoldrunner-21.12.3/src/
H A Dkgrsprite.cpp30 m_oldY (-1), in KGrSprite()
49 if ((x != m_oldX) || (y != m_oldY)) { in move()
54 m_oldY = y; in move()
124 double y = m_oldY; in changeCoordinateSystem()
125 m_oldX = m_oldY = -1; // Make it look like a change of position, in changeCoordinateSystem()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dviewtools.cpp18 int m_oldY; member in __anona46b154e0111::ZoomTool
24 ZoomTool() : TTool("T_Zoom"), m_dragging(false), m_oldY(0), m_factor(1) { in ZoomTool()
37 m_oldY = e.m_pos.y; in leftButtonDown()
44 int d = m_oldY - e.m_pos.y; in leftButtonDrag()
45 m_oldY = e.m_pos.y; in leftButtonDrag()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dsplitter.cpp118 m_oldY = 0; in Init()
237 m_oldY = (m_splitMode != wxSPLIT_VERTICAL ? m_sashPositionCurrent : y); in OnMouseEvent()
238 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
264 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
343 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
346 m_oldY = (m_splitMode != wxSPLIT_VERTICAL ? m_sashPositionCurrent : y); in OnMouseEvent()
357 if ( (short)m_oldY < 0 ) in OnMouseEvent()
358 m_oldY = 0; in OnMouseEvent()
362 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
398 DrawSashTracker(m_oldX, m_oldY); in OnMouseCaptureLost()
H A Dsashwin.cpp69 m_oldY = 0; in Init()
169 DrawSashTracker(m_draggingEdge, m_oldX, m_oldY); in OnMouseEvent()
350 DrawSashTracker(m_draggingEdge, m_oldX, m_oldY); in OnMouseEvent()
357 m_oldY = y; in OnMouseEvent()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dsplitter.cpp123 m_oldY = 0; in Init()
250 m_oldY = y; in OnMouseEvent()
274 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
280 int diff = m_splitMode == wxSPLIT_VERTICAL ? x - m_oldX : y - m_oldY; in OnMouseEvent()
337 int diff = m_splitMode == wxSPLIT_VERTICAL ? x - m_oldX : y - m_oldY; in OnMouseEvent()
358 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
368 m_oldY = y; in OnMouseEvent()
379 if ( (short)m_oldY < 0 ) in OnMouseEvent()
380 m_oldY = 0; in OnMouseEvent()
388 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dsplitter.cpp123 m_oldY = 0; in Init()
250 m_oldY = y; in OnMouseEvent()
274 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
280 int diff = m_splitMode == wxSPLIT_VERTICAL ? x - m_oldX : y - m_oldY; in OnMouseEvent()
337 int diff = m_splitMode == wxSPLIT_VERTICAL ? x - m_oldX : y - m_oldY; in OnMouseEvent()
358 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
368 m_oldY = y; in OnMouseEvent()
379 if ( (short)m_oldY < 0 ) in OnMouseEvent()
380 m_oldY = 0; in OnMouseEvent()
388 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dsplitter.cpp123 m_oldY = 0; in Init()
250 m_oldY = y; in OnMouseEvent()
274 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
280 int diff = m_splitMode == wxSPLIT_VERTICAL ? x - m_oldX : y - m_oldY; in OnMouseEvent()
337 int diff = m_splitMode == wxSPLIT_VERTICAL ? x - m_oldX : y - m_oldY; in OnMouseEvent()
358 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
368 m_oldY = y; in OnMouseEvent()
379 if ( (short)m_oldY < 0 ) in OnMouseEvent()
380 m_oldY = 0; in OnMouseEvent()
388 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dsplitter.cpp130 m_oldY = 0; in Init()
260 m_oldY = (m_splitMode != wxSPLIT_VERTICAL ? m_sashPositionCurrent : y); in OnMouseEvent()
261 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
287 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
366 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
369 m_oldY = (m_splitMode != wxSPLIT_VERTICAL ? m_sashPositionCurrent : y); in OnMouseEvent()
380 if ( (short)m_oldY < 0 ) in OnMouseEvent()
381 m_oldY = 0; in OnMouseEvent()
385 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
421 DrawSashTracker(m_oldX, m_oldY); in OnMouseCaptureLost()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dsplitter.cpp123 m_oldY = 0; in Init()
250 m_oldY = y; in OnMouseEvent()
274 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
280 int diff = m_splitMode == wxSPLIT_VERTICAL ? x - m_oldX : y - m_oldY; in OnMouseEvent()
337 int diff = m_splitMode == wxSPLIT_VERTICAL ? x - m_oldX : y - m_oldY; in OnMouseEvent()
358 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
368 m_oldY = y; in OnMouseEvent()
379 if ( (short)m_oldY < 0 ) in OnMouseEvent()
380 m_oldY = 0; in OnMouseEvent()
388 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dsplitter.cpp118 m_oldY = 0; in Init()
237 m_oldY = (m_splitMode != wxSPLIT_VERTICAL ? m_sashPositionCurrent : y); in OnMouseEvent()
238 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
264 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
343 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
346 m_oldY = (m_splitMode != wxSPLIT_VERTICAL ? m_sashPositionCurrent : y); in OnMouseEvent()
357 if ( (short)m_oldY < 0 ) in OnMouseEvent()
358 m_oldY = 0; in OnMouseEvent()
362 DrawSashTracker(m_oldX, m_oldY); in OnMouseEvent()
398 DrawSashTracker(m_oldX, m_oldY); in OnMouseCaptureLost()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk1/
H A Dminifram.cpp200 win->m_oldY = 0; in gtk_window_button_press_callback()
228 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_button_release_callback()
269 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_motion_notify_callback()
271 win->m_oldY = (int)gdk_event->y - win->m_diffY; in gtk_window_motion_notify_callback()
272 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_motion_notify_callback()
336 m_oldY = -1; in IMPLEMENT_DYNAMIC_CLASS()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk1/
H A Dminifram.cpp200 win->m_oldY = 0; in gtk_window_button_press_callback()
228 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_button_release_callback()
269 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_motion_notify_callback()
271 win->m_oldY = (int)gdk_event->y - win->m_diffY; in gtk_window_motion_notify_callback()
272 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_motion_notify_callback()
336 m_oldY = -1; in Create()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk1/
H A Dminifram.cpp201 win->m_oldY = 0; in gtk_window_button_press_callback()
229 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_button_release_callback()
270 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_motion_notify_callback()
272 win->m_oldY = (int)gdk_event->y - win->m_diffY; in gtk_window_motion_notify_callback()
273 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_motion_notify_callback()
337 m_oldY = -1; in IMPLEMENT_DYNAMIC_CLASS()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk1/
H A Dminifram.cpp201 win->m_oldY = 0; in gtk_window_button_press_callback()
229 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_button_release_callback()
270 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_motion_notify_callback()
272 win->m_oldY = (int)gdk_event->y - win->m_diffY; in gtk_window_motion_notify_callback()
273 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_motion_notify_callback()
337 m_oldY = -1; in IMPLEMENT_DYNAMIC_CLASS()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk1/
H A Dminifram.cpp201 win->m_oldY = 0; in gtk_window_button_press_callback()
229 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_button_release_callback()
270 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_motion_notify_callback()
272 win->m_oldY = (int)gdk_event->y - win->m_diffY; in gtk_window_motion_notify_callback()
273 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_motion_notify_callback()
337 m_oldY = -1; in IMPLEMENT_DYNAMIC_CLASS()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk1/
H A Dminifram.cpp201 win->m_oldY = 0; in gtk_window_button_press_callback()
229 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_button_release_callback()
270 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_motion_notify_callback()
272 win->m_oldY = (int)gdk_event->y - win->m_diffY; in gtk_window_motion_notify_callback()
273 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_motion_notify_callback()
337 m_oldY = -1; in IMPLEMENT_DYNAMIC_CLASS()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk1/
H A Dminifram.cpp200 win->m_oldY = 0; in gtk_window_button_press_callback()
228 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_button_release_callback()
269 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_motion_notify_callback()
271 win->m_oldY = (int)gdk_event->y - win->m_diffY; in gtk_window_motion_notify_callback()
272 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height ); in gtk_window_motion_notify_callback()
336 m_oldY = -1; in IMPLEMENT_DYNAMIC_CLASS()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/undocommands/
H A Dmovepiece.cpp46 m_oldY(0.0), in MovePiece()
59m_oldY = VAbstractValApplication::VApp()->toPixel(doc->GetParametrDouble(domElement, AttrMy, "0.0"… in MovePiece()
71 Do(m_oldX, m_oldY); in undo()
/dports/graphics/qvge/qvge-0.6.3/src/3rdParty/qsint-widgets/
H A Dslider2d.cpp33 m_oldX = m_oldY = 0; in Slider2d()
269 m_oldY = m_valueYpan - event->pos().y(); in mousePressEvent()
275 m_oldY = -m_sizeYpan/2; in mousePressEvent()
277 m_valueYpan = event->pos().y() + m_oldY; in mousePressEvent()
298 m_valueYpan = event->pos().y() + m_oldY; in mouseMoveEvent()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/cmd/
H A Dset_cel_position.cpp25 , m_oldY(cel->y()) in SetCelPosition()
39 cel()->data()->setPosition(gfx::Point(m_oldX, m_oldY)); in onUndo()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk/
H A Dminifram.cpp189 win->m_oldY = 0; in gtk_window_button_press_callback()
293 win->m_oldY = y - win->m_diffY; in gtk_window_motion_notify_callback()
334 m_oldY = -1; in IMPLEMENT_DYNAMIC_CLASS()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk/
H A Dminifram.cpp189 win->m_oldY = 0; in gtk_window_button_press_callback()
293 win->m_oldY = y - win->m_diffY; in gtk_window_motion_notify_callback()
334 m_oldY = -1; in IMPLEMENT_DYNAMIC_CLASS()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk/
H A Dminifram.cpp189 win->m_oldY = 0; in gtk_window_button_press_callback()
293 win->m_oldY = y - win->m_diffY; in gtk_window_motion_notify_callback()
334 m_oldY = -1; in IMPLEMENT_DYNAMIC_CLASS()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk/
H A Dminifram.cpp189 win->m_oldY = 0; in gtk_window_button_press_callback()
293 win->m_oldY = y - win->m_diffY; in gtk_window_motion_notify_callback()
334 m_oldY = -1; in IMPLEMENT_DYNAMIC_CLASS()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/umlwidgets/
H A Dsignalwidget.cpp42 m_oldY(0) in DEBUG_REGISTER_DISABLED()
178 m_oldY = y(); in setY()
241 int diffY = m_oldY - y(); in mouseMoveEvent()

1234