Searched refs:bottomRight (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dregion.h29 wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight) argument
30 : wxRegionGeneric(topLeft, bottomRight)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dprintdlg.cpp156 wxPoint bottomRight = m_pageSetupDialogData->GetMarginBottomRight(); local
163 m_RightMargin->SetValue(wxString::Format(wxT("%d"), wxMax(bottomRight.x, minBottomRight.x)));
165 m_BottomMargin->SetValue(wxString::Format(wxT("%d"), wxMax(bottomRight.y, minBottomRight.y)));
173 wxPoint topLeft, bottomRight; local
176 if (!CheckValue(m_RightMargin, &bottomRight.x, m_MinMarginBottomRight.x, wxT("right margin"))) return false;
177 if (!CheckValue(m_BottomMargin, &bottomRight.y, m_MinMarginBottomRight.y, wxT("bottom margin"))) return false;
179 m_pageSetupDialogData->SetMarginBottomRight(bottomRight);
H A Dregion.cpp76 wxRegion::wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight) argument
79 SetRectRgn( (RgnHandle) M_REGION , topLeft.x , topLeft.y , bottomRight.x , bottomRight.y ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dregion.h31 wxRegion( const wxPoint& topLeft, const wxPoint& bottomRight )
34 bottomRight.x - topLeft.x, bottomRight.y - topLeft.y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dregion.h29 wxRegion( const wxPoint& topLeft, const wxPoint& bottomRight )
32 bottomRight.x - topLeft.x, bottomRight.y - topLeft.y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dprintdlg.cpp231 wxPoint bottomRight = m_pageSetupDialogData->GetMarginBottomRight(); local
238 m_RightMargin->SetValue(wxString::Format(wxT("%d"), wxMax(bottomRight.x, minBottomRight.x)));
240 m_BottomMargin->SetValue(wxString::Format(wxT("%d"), wxMax(bottomRight.y, minBottomRight.y)));
248 wxPoint topLeft, bottomRight; local
251 if (!CheckValue(m_RightMargin, &bottomRight.x, m_MinMarginBottomRight.x, wxT("right margin"))) return false;
252 if (!CheckValue(m_BottomMargin, &bottomRight.y, m_MinMarginBottomRight.y, wxT("bottom margin"))) return false;
254 m_pageSetupDialogData->SetMarginBottomRight(bottomRight);
H A Dregion.cpp74 wxRegion::wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight) argument
77 SetRectRgn( (RgnHandle) M_REGION , topLeft.x , topLeft.y , bottomRight.x , bottomRight.y ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dregion.h27 wxRegion( const wxPoint& topLeft, const wxPoint& bottomRight )
30 bottomRight.x - topLeft.x, bottomRight.y - topLeft.y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dregion.cpp68 wxRegion::wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight) argument
70 m_refData = new wxRegionRefData(wxRect(topLeft, bottomRight));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dregion.cpp60 wxRegion::wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dregion.h19 wxRegionGeneric(const wxPoint& topLeft, const wxPoint& bottomRight);
H A Dgrid.h1519 const wxGridCellCoords& bottomRight,
1522 bottomRight.GetRow(), bottomRight.GetCol(),
1553 const wxGridCellCoords & bottomRight );
2001 const wxGridCellCoords& bottomRight )
2003 bottomRight.GetRow(), bottomRight.GetCol() ); }
2132 const wxGridCellCoords& bottomRight,
1518 SelectBlock( const wxGridCellCoords& topLeft, const wxGridCellCoords& bottomRight, bool addToSelected = false ) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dregion.h21 wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dregion.cpp85 wxRegion::wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight) argument
88 MGLRect rect(topLeft.x, topLeft.y, bottomRight.x+1, bottomRight.y+1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregion.cpp110 wxRegion::wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight) argument
113 M_REGION = ::CreateRectRgn(topLeft.x, topLeft.y, bottomRight.x, bottomRight.y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dregion.h19 wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dregion.h23 wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dregion.h20 wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dregion.h20 wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddragimgg.cpp488 wxPoint bottomRight = wxPoint(wxMax(oldRight, newRight), wxMax(oldBottom, newBottom));
491 fullRect.SetRight(bottomRight.x);
492 fullRect.SetBottom(bottomRight.y);
H A Dregiong.cpp196 wxRegionRefData(const wxPoint& topLeft, const wxPoint& bottomRight) argument
205 extents.x2 = bottomRight.x;
206 extents.y2 = bottomRight.y;
269 wxRegionGeneric::wxRegionGeneric(const wxPoint& topLeft, const wxPoint& bottomRight) argument
271 m_refData = new wxRegionRefData(topLeft, bottomRight);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dregion.h36 wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtracker-model.cc137 QModelIndex bottomRight; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/
H A Dsplittree.cpp422 wxPoint bottomRight = wxPoint(wxMax(right1, right2), wxMax(bottom1, bottom2)); local
425 rect.SetRight(bottomRight.x);
426 rect.SetBottom(bottomRight.y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dregion.h68 wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);

Completed in 128 milliseconds

12