Searched refs:rRect (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Downerdrw.cpp166 const wxRect& rRect,
186 RECTL vRect = {rRect.x + 4, rRect.y + 1, rRect.x + (rRect.width - 2), rRect.y + rRect.height};
289 int nX = rRect.x + GetMarginWidth();
350 POINTL vPntStart = {nX, rRect.y + 4};
362 POINTL vPntEnd = {nX + nWidth + nCharWidth - 3, rRect
165 OnDrawItem( wxDC& rDC, const wxRect& rRect, wxODAction eAction, wxODStatus eStatus ) argument
[all...]
H A Dutilsgui.cpp501 , RECTL& rRect
507 vPoint[0].x = rRect.xLeft;
508 vPoint[0].y = rRect.yBottom;
513 vPoint[1].x = rRect.xRight - 1;
514 vPoint[1].y = rRect.yTop - 1;
539 vPoint[1].x = rRect.xRight - 1;
540 vPoint[1].y = rRect.yTop - 1;
547 vPoint[0].x = rRect.xLeft + 1;
548 vPoint[0].y = rRect.yBottom + 1;
550 vPoint[1].x = rRect
[all...]
H A Dchecklst.cpp71 const wxRect& rRect,
109 const wxRect& rRect,
113 wxRect vRect = rRect;
121 // it down and to the right, just a little bit. The coords in rRect are OS/2
131 int nX = rRect.GetX();
132 int nY = rRect.GetY();
108 OnDrawItem( wxDC& rDc, const wxRect& rRect, wxODAction eAct, wxODStatus eStat ) argument
H A Dregion.cpp189 wxRegion::wxRegion(const wxRect& rRect) argument
203 vRect.xLeft = rRect.x;
204 vRect.xRight = rRect.x + rRect.width;
205 vRect.yBottom = rRect.y;
206 vRect.yTop = rRect.y + rRect.height;
H A Dbitmap.cpp1090 const wxRect& rRect
1094 (rRect.x >= 0) && (rRect.y >= 0) &&
1095 (rRect.x + rRect.width <= GetWidth()) &&
1096 (rRect.y + rRect.height <= GetHeight()),
1099 wxBitmap vRet( rRect.width
1100 ,rRect.height
1115 POINTL vPoint[4] = { {0, 0}, {rRect
[all...]
H A Dtreectrl.cpp1936 , wxRect& rRect
1960 rRect.SetLeft(vRectRecord.xLeft);
1961 rRect.SetTop(vRectRecord.yTop);
1962 rRect.SetRight(vRectRecord.xRight);
1963 rRect.SetBottom(vRectRecord.yBottom);
H A Dlistctrl.cpp1537 wxRect& rRect,
1561 rRect.x = vRect.xLeft;
1562 rRect.y = nHeight - vRect.yTop;
1563 rRect.width = vRect.xRight;
1564 rRect.height = nHeight - vRect.yBottom;
1536 GetItemRect( long lItem, wxRect& rRect, int nCode ) const argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dregion.h29 wxRegion(const wxRect& rRect);
H A Dbitmap.h144 wxBitmap GetSubBitmap(const wxRect& rRect) const;
H A Dlistctrl.h161 ,wxRect& rRect
H A Dprivate.h334 ,RECTL& rRect
H A Dtreectrl.h505 ,wxRect& rRect

Completed in 119 milliseconds