Searched refs:rect2 (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcombog.cpp242 wxRect rect2(0,0,sz.x,sz.y);
245 rect2 = m_tcArea;
248 rect2.Inflate(1);
253 rect2.x -= 1;
254 rect2.y -= 1;
256 rect2.x -= customBorder;
257 rect2.y -= customBorder;
259 rect2.width += 1 + customBorder;
260 rect2.height += 1 + customBorder;
265 dc.DrawRectangle(rect2);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dspinbutt.cpp298 void wxSpinButton::CalcArrowRects(wxRect *rect1, wxRect *rect2) const
306 *rect2 = rectTotal;
310 rect2->height /= 2;
312 rect2->y += rect1->height;
314 rect2->y++;
319 rect2->width /= 2;
321 rect2->x += rect1->width;
323 rect2->x++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dragimag/
H A Ddragimag.cpp277 wxRect rect2(shape->GetRect());
278 dc.SetClippingRegion(rect2.x, rect2.y, rect2.width, rect2.height);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dspinbutt.h87 void CalcArrowRects(wxRect *rect1, wxRect *rect2) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmdi.cpp831 RECT rect2; local
832 GetWindowRect(hWnd, &rect2);
837 int actual_width = rect2.right - rect2.left - rect.right + width;
838 int actual_height = rect2.bottom - rect2.top - rect.bottom + height;
850 point.x = rect2.left;
851 point.y = rect2.top;
H A Dlistctrl.cpp2944 wxRect rect1, rect2; local
2946 GetItemRect(itemTo, rect2);
2949 rect.height = rect2.GetBottom() - rect1.GetTop();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/
H A Dsplittree.cpp412 static wxRect CombineRectangles(const wxRect& rect1, const wxRect& rect2) argument
418 int right2 = rect2.GetRight();
419 int bottom2 = rect2.GetBottom();
421 wxPoint topLeft = wxPoint(wxMin(rect1.x, rect2.x), wxMin(rect1.y, rect2.y));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/themes/
H A Dgtk.cpp1908 wxRect rect1, rect2, rectInner; local
1910 rect2 =
1913 rect2.Inflate(-1);
1925 rect2.height += 1;
1931 rect2.y -= 1;
1932 rect2.height += 1;
1939 rect2.width += 1;
1945 rect2.x -= 1;
1946 rect2.width += 1;
1974 DrawAntiShadedRectSide(dc, rect2, m_penBlac
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djcommon-1.0.16.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/keypoint/ org/ org/jfree/ org/jfree/base/ org/ ...

Completed in 134 milliseconds