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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dgeometry.cpp123 SetBottom( y );
136 SetBottom( rect.GetBottom() );
318 SetBottom( y );
331 SetBottom( rect.GetBottom() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgdicmn.h379 void SetBottom(int bottom) { height = bottom - y + 1; } function in class:wxRect
388 void SetBottomRight(const wxPoint &p) { SetRight(p.x); SetBottom(p.y); }
398 void SetBottomLeft(const wxPoint &p) { SetLeft(p.x); SetBottom(p.y); }
H A Dgeometry.h541 inline void SetBottom( wxDouble n ) { m_height += n - (m_y+m_height);} function in class:wxRect2DDouble
668 inline void SetBottom( wxInt32 n ) { m_height += n - (m_y+m_height);} function in class:wxRect2DInt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtreectrl.cpp1090 vWxRectRecord.SetBottom(vRectRecord.yBottom);
1095 vWxRectContainer.SetBottom(vRectContainer.yBottom);
1963 rRect.SetBottom(vRectRecord.yBottom);
H A Dlistctrl.cpp2144 vLibRect.SetBottom(vRect.yBottom);
2164 vLibRect.SetBottom(vRect.yBottom);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddragimgg.cpp492 fullRect.SetBottom(bottomRight.y);
H A Dgrid.cpp746 rect.SetBottom( rect.GetBottom() + 2 * extra_y );
5268 r.SetBottom( wxMin( r.GetBottom(), ch ) );
5374 r.SetBottom( wxMin( r.GetBottom(), ch ) );
11389 resultRect.SetBottom( wxMin(ch, bottom) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DOScopeCtrl.cpp356 m_rectPlot.SetBottom(std::max<int>(m_rectPlot.GetTop() + 1, m_rectClient.GetBottom() - 25));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dwinuniv.cpp320 rectCorner.SetBottom(size.y - rectBorder.height);
427 rectClient.SetBottom(size.y);
H A Dscrolbar.cpp610 rect.SetBottom(rectOld.GetBottom());
H A Dtextctrl.cpp3892 rect.SetBottom(m_rectText.GetBottom());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/
H A Dsplittree.cpp426 rect.SetBottom(bottomRight.y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dwindow.cpp2679 rc.SetBottom(pRect->bottom);
2697 rc.SetBottom(pRect->bottom);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/themes/
H A Dwin32.cpp2173 rectInt.SetBottom(y4);

Completed in 314 milliseconds