Searched refs:m_oldX (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dminifram.h60 int m_oldX,m_oldY; member in class:wxMiniFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dminifram.h59 int m_oldX,m_oldY; member in class:wxMiniFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dminifram.cpp200 win->m_oldX = 0;
229 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height );
270 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height );
271 win->m_oldX = (int)gdk_event->x - win->m_diffX;
273 DrawFrame( widget, win->m_oldX, win->m_oldY, win->m_width, win->m_height );
336 m_oldX = -1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dsplitter.cpp122 m_oldX = 0;
249 m_oldX = x;
274 DrawSashTracker(m_oldX, m_oldY);
280 int diff = m_splitMode == wxSPLIT_VERTICAL ? x - m_oldX : y - m_oldY;
337 int diff = m_splitMode == wxSPLIT_VERTICAL ? x - m_oldX : y - m_oldY;
358 DrawSashTracker(m_oldX, m_oldY);
367 m_oldX = x;
377 if ( (short)m_oldX < 0 )
378 m_oldX = 0;
388 DrawSashTracker(m_oldX, m_old
[all...]
H A Dsashwin.cpp69 m_oldX = 0;
170 DrawSashTracker(m_draggingEdge, m_oldX, m_oldY);
351 DrawSashTracker(m_draggingEdge, m_oldX, m_oldY);
357 m_oldX = x;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dminifram.cpp188 win->m_oldX = 0;
292 win->m_oldX = x - win->m_diffX;
333 m_oldX = -1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dcomposit.h99 double m_oldX; member in class:wxCompositeShape
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dsashwin.h180 int m_oldX; member in class:wxSashWindow
H A Dsplitter.h278 int m_oldX; member in class:wxSplitterWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dcomposit.cpp65 m_oldX = m_xpos;
937 GetEventHandler()->OnMovePre(dc, x, y, m_oldX, m_oldY);

Completed in 187 milliseconds