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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dprntbase.cpp647 wxPoint bottomRight = pageSetupData.GetMarginBottomRight(); local
654 paperRect.width - wxRound(mmToDeviceX * (topLeft.x + bottomRight.x)),
655 paperRect.height - wxRound(mmToDeviceY * (topLeft.y + bottomRight.y)));
770 wxPoint bottomRight = pageSetupData.GetMarginBottomRight(); local
777 paperRect.width - wxRound(mmToDeviceX * (topLeft.x + bottomRight.x)),
778 paperRect.height - wxRound(mmToDeviceY * (topLeft.y + bottomRight.y)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgridevt.tex190 \param{const wxGridCellCoords\& }{bottomRight}, \param{bool }{sel = true},
H A Drect.tex30 \func{}{wxRect}{\param{const wxPoint\&}{ topLeft}, \param{const wxPoint\&}{ bottomRight}}
H A Dregion.tex48 \func{}{wxRegion}{\param{const wxPoint\&}{ topLeft}, \param{const wxPoint\&}{ bottomRight}}
H A Dgrid.tex252 \func{wxRect}{BlockToDeviceRect}{\param{const wxGridCellCoords \& }{topLeft}, \param{const wxGridCellCoords \& }{bottomRight}}
1415 \param{const wxGridCellCoords\& }{bottomRight}, \param{bool }{addToSelected = false}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgdicmn.h341 wxRect(const wxPoint& topLeft, const wxPoint& bottomRight);
H A Dgeometry.h520 wxRect2DDouble(const wxPoint2DDouble& topLeft, const wxPoint2DDouble& bottomRight);
649 wxRect2DInt(const wxPoint2DInt& topLeft, const wxPoint2DInt& bottomRight);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp11272 const wxGridCellCoords& bottomRight )
11285 tempCellRect = CellToRect(bottomRight);
11304 int rightCol = bottomRight.GetCol();
11305 int bottomRow = bottomRight.GetRow();
11442 const wxGridCellCoords& bottomRight,
11448 m_bottomRight = bottomRight;
11440 wxGridRangeSelectEvent(int id, wxEventType type, wxObject* obj, const wxGridCellCoords& topLeft, const wxGridCellCoords& bottomRight, bool sel, bool control, bool shift, bool alt, bool meta ) argument

Completed in 127 milliseconds

12