Searched refs:rectUpdate (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/univ/
H A Dctrlrend.cpp210 wxRect rectUpdate = rgnUpdate.GetBox(); local
214 rectUpdate.GetLeft(),
215 rectUpdate.GetTop(),
216 rectUpdate.GetRight(),
217 rectUpdate.GetBottom());
226 dc.DrawRectangle(rectUpdate);
H A Dslider.cpp700 wxRect rectUpdate = GetUpdateClientRect(); local
711 if ( rectUpdate.Intersects(rectShaft) )
721 if ( HasTicks() && rectUpdate.Intersects(m_rectTicks) )
728 if ( rectUpdate.Intersects(rectThumb) )
734 if ( HasLabels() && rectUpdate.Intersects(rectLabel) )
H A Dtextctrl.cpp3965 void wxTextCtrl::DoDrawTextInRect(wxDC& dc, const wxRect& rectUpdate) argument
3975 dc.DrawRectangle(rectUpdate);
3988 wxPoint pt = rectUpdate.GetPosition();
3991 pt.y += rectUpdate.height;
3999 wxCoord y = rectUpdate.y;
4000 const wxCoord x1 = rectUpdate.x;
4001 const wxCoord x2 = rectUpdate.x + rectUpdate.width;
4025 y < rectUpdate.y + rectUpdate
4133 DoDrawLineWrapMarks(wxDC& dc, const wxRect& rectUpdate) argument
4236 wxRect rectUpdate = rgnUpdate.GetBox(); local
[all...]
H A Dtoolbar.cpp618 wxRect rectUpdate = GetUpdateClientRect();
620 GetRectLimits(rectUpdate, &start, &end);
H A Dlistbox.cpp765 wxRect rectUpdate = GetUpdateClientRect(); local
768 CalcUnscrolledPosition(0, rectUpdate.GetTop(), NULL, &yTop);
769 CalcUnscrolledPosition(0, rectUpdate.GetBottom(), NULL, &yBottom);
H A Dmenu.cpp1897 wxRect rectUpdate = GetUpdateRegion().GetBox();
1909 if ( x > rectUpdate.GetRight() )
1911 // all remaining items are to the right of rectUpdate
1918 if ( x < rectUpdate.x )
1920 // this item is still to the left of rectUpdate
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dvlbox.cpp370 wxRect rectUpdate = GetUpdateClientRect(); local
389 if ( rectLine.Intersects(rectUpdate) )
404 if ( rectLine.GetTop() > rectUpdate.GetBottom() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/scroll/
H A Dscroll.cpp713 wxRect rectUpdate = GetUpdateRegion().GetBox(); local
714 CalcUnscrolledPosition(rectUpdate.x, rectUpdate.y,
715 &rectUpdate.x, &rectUpdate.y);
717 size_t lineFrom = rectUpdate.y / m_hLine,
718 lineTo = rectUpdate.GetBottom() / m_hLine;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dtextctrl.h271 void DoDrawTextInRect(wxDC& dc, const wxRect& rectUpdate);
274 void DoDrawLineWrapMarks(wxDC& dc, const wxRect& rectUpdate);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextsymboldlg.cpp999 wxRect rectUpdate = GetUpdateClientRect(); local
1025 if ( rectLine.Intersects(rectUpdate) )
1036 if ( rectLine.GetTop() > rectUpdate.GetBottom() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtbar95.cpp1644 wxRect rectUpdate;
1645 wxCopyRECTToRect(r, rectUpdate);
1647 dc.SetClippingRegion(rectUpdate);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dwincmn.cpp1313 wxRect rectUpdate = rgnUpdate.GetBox(); local
1315 rectUpdate.x -= ptOrigin.x;
1316 rectUpdate.y -= ptOrigin.y;
1318 return rectUpdate;

Completed in 211 milliseconds