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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dfloatpane.cpp189 wxRect win_rect = GetRect(); local
191 if (win_rect == m_last_rect)
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))
208 m_last_rect = win_rect;
213 if (m_last_rect.GetSize() != win_rect.GetSize())
217 m_last_rect = win_rect;
223 int horiz_dist = abs(win_rect.x - m_last3_rect.x);
224 int vert_dist = abs(win_rect
[all...]

Completed in 50 milliseconds