Searched refs:m_last3_rect (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dfloatpane.cpp206 m_last3_rect = m_last2_rect;
215 m_last3_rect = m_last2_rect;
223 int horiz_dist = abs(win_rect.x - m_last3_rect.x);
224 int vert_dist = abs(win_rect.y - m_last3_rect.y);
228 if (win_rect.y < m_last3_rect.y)
235 if (win_rect.x < m_last3_rect.x)
241 m_last3_rect = m_last2_rect;
254 if (m_last3_rect.IsEmpty())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dfloatpane.h66 wxRect m_last3_rect; member in class:wxAuiFloatingFrame

Completed in 66 milliseconds