Searched refs:InitRect (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dregion.h28 InitRect(x, y, w, h);
33 InitRect(topLeft.x, topLeft.y,
39 InitRect(rect.x, rect.y, rect.width, rect.height);
82 void InitRect(wxCoord x, wxCoord y, wxCoord w, wxCoord h);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dregion.h26 InitRect(x, y, w, h);
31 InitRect(topLeft.x, topLeft.y,
37 InitRect(rect.x, rect.y, rect.width, rect.height);
84 void InitRect(wxCoord x, wxCoord y, wxCoord w, wxCoord h);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dregion.h24 InitRect(x, y, w, h);
29 InitRect(topLeft.x, topLeft.y,
35 InitRect(rect.x, rect.y, rect.width, rect.height);
82 void InitRect(wxCoord x, wxCoord y, wxCoord w, wxCoord h);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Drawbmp.h433 InitRect(pt, sz);
442 InitRect(rect.GetPosition(), rect.GetSize());
453 void InitRect(const wxPoint& pt, const wxSize& sz) function in class:wxPixelDataOut::wxPixelDataIn
615 InitRect(rect.GetPosition(), rect.GetSize());
621 InitRect(pt, sz);
649 void InitRect(const wxPoint& pt, const wxSize& sz) function in class:wxPixelDataOut::wxPixelDataIn
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dregion.cpp74 void wxRegion::InitRect(wxCoord x, wxCoord y, wxCoord w, wxCoord h) function in class:wxRegion
161 InitRect(r.x, r.y, r.width, r.height);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dregion.cpp91 void wxRegion::InitRect(wxCoord x, wxCoord y, wxCoord w, wxCoord h) function in class:wxRegion
178 InitRect(r.x, r.y, r.width, r.height);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dregion.cpp73 void wxRegion::InitRect(wxCoord x, wxCoord y, wxCoord w, wxCoord h) function in class:wxRegion

Completed in 68 milliseconds