Searched refs:m_last_rect (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dfloatpane.cpp191 if (win_rect == m_last_rect)
195 if (m_last_rect.IsEmpty())
197 m_last_rect = win_rect;
203 if ((abs(win_rect.x - m_last_rect.x) > 3) ||
204 (abs(win_rect.y - m_last_rect.y) > 3))
207 m_last2_rect = m_last_rect;
208 m_last_rect = win_rect;
213 if (m_last_rect.GetSize() != win_rect.GetSize())
216 m_last2_rect = m_last_rect;
217 m_last_rect
[all...]
H A Dframemanager.cpp2883 if (m_last_rect.IsEmpty() || m_last_rect.Contains(pt.x, pt.y ))
2910 m_last_rect = part->dock->rect;
2911 m_last_rect.Inflate( 15, 15 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dfloatpane.h64 wxRect m_last_rect; member in class:wxAuiFloatingFrame
H A Dframemanager.h617 wxRect m_last_rect; member in class:wxAuiManager

Completed in 119 milliseconds