Searched refs:m_oldSize (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/univ/
H A Dwinuniv.cpp116 m_oldSize.x = wxDefaultCoord;
117 m_oldSize.y = wxDefaultCoord;
594 if (m_oldSize.x == wxDefaultCoord && m_oldSize.y == wxDefaultCoord)
596 m_oldSize = newSize;
602 if (newSize.y > m_oldSize.y)
606 rect.width = m_oldSize.x;
607 rect.y = m_oldSize.y-2;
611 else if (newSize.y < m_oldSize.y)
621 if (newSize.x > m_oldSize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dwindow.h256 wxSize m_oldSize; member in class:wxWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/foldbar/
H A Dcaptionbar.cpp376 int diffX = size.GetWidth() - m_oldSize.GetWidth();
393 m_oldSize = size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/foldbar/
H A Dcaptionbar.h258 wxSize m_oldSize; member in class:wxCaptionBar

Completed in 201 milliseconds