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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dgeometry.cpp110 SetRight( x );
133 SetRight( rect.GetRight() );
305 SetRight( x );
328 SetRight( rect.GetRight() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dstatusbr.cpp241 rect.SetRight(event.GetSize().x);
H A Dstdrend.cpp725 rectLabel.SetRight(xBmp);
731 rectLabel.SetRight(rect.GetRight());
H A Dwinuniv.cpp319 rectCorner.SetRight(size.x - rectBorder.width);
425 rectClient.SetRight(size.x);
H A Dscrolbar.cpp617 rect.SetRight(rectOld.GetRight());
H A Dtextctrl.cpp3879 rect.SetRight(m_rectText.GetRight());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgdicmn.h377 void SetRight(int right) { width = right - x + 1; } function in class:wxRect
388 void SetBottomRight(const wxPoint &p) { SetRight(p.x); SetBottom(p.y); }
393 void SetTopRight(const wxPoint &p) { SetRight(p.x); SetTop(p.y); }
H A Dgeometry.h544 inline void SetRight( wxDouble n ) { m_width += n - (m_x+m_width) ; } function in class:wxRect2DDouble
671 inline void SetRight( wxInt32 n ) { m_width += n - (m_x+m_width) ; } 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.cpp1089 vWxRectRecord.SetRight(vRectRecord.xRight);
1094 vWxRectContainer.SetRight(vRectContainer.xRight);
1962 rRect.SetRight(vRectRecord.xRight);
H A Dlistctrl.cpp2143 vLibRect.SetRight(vRect.xRight);
2163 vLibRect.SetRight(vRect.xRight);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddragimgg.cpp491 fullRect.SetRight(bottomRight.x);
H A Dgrid.cpp745 rect.SetRight( rect.GetRight() + 2 * extra_x );
5319 r.SetRight( wxMin( r.GetRight(), cw ) );
5373 r.SetRight( wxMin( r.GetRight(), cw ) );
8628 rect.SetRight( client_right - 1 );
11388 resultRect.SetRight( wxMin(cw, right) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DOScopeCtrl.cpp355 m_rectPlot.SetRight(std::max<int>(m_rectPlot.GetLeft() + 1, m_rectClient.GetRight() - 40));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/
H A Dsplittree.cpp425 rect.SetRight(bottomRight.x);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/themes/
H A Dwin32.cpp2168 rectInt.SetRight(y4);
2413 rect.SetRight(geometryInfo.GetLabelOffset());
2419 rect.SetRight(geometryInfo.GetAccelOffset());
2425 rect.SetRight(geometryInfo.GetSize().x);
H A Dgtk.cpp1686 rect.SetRight(geometryInfo->GetLabelOffset());
1696 rect.SetRight(geometryInfo->GetAccelOffset());
1708 rect.SetRight(geometryInfo->GetSize().x);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dwindow.cpp2678 rc.SetRight(pRect->right);
2696 rc.SetRight(pRect->right);

Completed in 314 milliseconds