Searched refs:GetBox (Results 1 - 25 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dregion.h91 void GetBox(wxCoord& x, wxCoord& y, wxCoord&w, wxCoord &h) const;
92 wxRect GetBox() const ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgraphicspath.tex118 \membersection{wxGraphicsPath::GetBox}\label{wxgraphicspathgetbox}
120 \constfunc{wxRect2DDouble}{GetBox}{\void}
122 \constfunc{void}{GetBox}{\param{wxDouble* }{x}, \param{wxDouble* }{y}, \param{wxDouble* }{w}, \param{wxDouble* }{h}}
H A Dregion.tex126 \membersection{wxRegion::GetBox}\label{wxregiongetbox}
128 \constfunc{void}{GetBox}{\param{wxCoord\& }{x}, \param{wxCoord\& }{y}, \param{wxCoord\& }{width}, \param{wxCoord\& }{height}}
132 \constfunc{wxRect}{GetBox}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dregion.cpp198 void wxRegion::GetBox(wxCoord& x, wxCoord& y, wxCoord& w, wxCoord& h) const function in class:wxRegion
215 wxRect wxRegion::GetBox() const function in class:wxRegion
218 GetBox(x, y, w, h);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Drgncmn.cpp62 wxRect box = GetBox();
H A Dgraphcmn.cpp257 wxRect2DDouble wxGraphicsPath::GetBox() const function in class:wxGraphicsPath
260 GetBox(&x,&y,&w,&h);
385 void wxGraphicsPath::GetBox(wxDouble *x, wxDouble *y, wxDouble *w, wxDouble *h) const function in class:wxGraphicsPath
387 GetPathData()->GetBox(x,y,w,h);
H A Ddcgraph.cpp214 logRegion.GetBox( x, y, w, h );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dregion.h40 wxRect AsRect() const { return GetBox(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dregion.h96 bool GetBox(wxCoord& x, wxCoord& y, wxCoord& w, wxCoord& h) const function in class:wxRegionBase
98 wxRect GetBox() const function in class:wxRegionBase
H A Dgraphics.h335 virtual void GetBox(wxDouble *x, wxDouble *y, wxDouble *w, wxDouble *h) const=0;
413 virtual void GetBox(wxDouble *x, wxDouble *y, wxDouble *w, wxDouble *h)const;
414 wxRect2DDouble GetBox()const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dutilsx.cpp62 wxRect box = region.GetBox();
H A Dapp.cpp344 win->GetUpdateRegion() = win->GetUpdateRegion().GetBox();
345 win->GetClearRegion() = win->GetClearRegion().GetBox();
H A Ddcclient.cpp1205 m_currentClippingRegion.GetBox(clip_x, clip_y, clip_w, clip_h);
2185 m_currentClippingRegion.GetBox( xx, yy, ww, hh );
2217 m_currentClippingRegion.GetBox( xx, yy, ww, hh );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dregiong.cpp54 BoxPtr GetBox(int i) function in struct:REGION
414 return M_REGIONDATA_OF(m_region)->GetBox(m_current);
433 const Box *box = M_REGIONDATA_OF(m_region)->GetBox(m_current);
446 const Box *box = M_REGIONDATA_OF(m_region)->GetBox(m_current);
454 const Box *box = M_REGIONDATA_OF(m_region)->GetBox(m_current);
462 const Box *box = M_REGIONDATA_OF(m_region)->GetBox(m_current);
470 const Box *box = M_REGIONDATA_OF(m_region)->GetBox(m_current);
H A Dgraphicc.cpp167 virtual void GetBox(wxDouble *x, wxDouble *y, wxDouble *w, wxDouble *h) const;
833 void wxCairoPathData::GetBox(wxDouble *x, wxDouble *y, wxDouble *w, wxDouble *h) const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregion.cpp287 GetBox(x, y, w, h);
H A Dgraphics.cpp155 virtual void GetBox(wxDouble *x, wxDouble *y, wxDouble *w, wxDouble *h) const;
856 void wxGDIPlusPathData::GetBox(wxDouble *x, wxDouble *y, wxDouble *w, wxDouble *h) const function in class:wxGDIPlusPathData
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dregion.cpp94 // when accessing the region data via GetBox, wxRegionIterator or otherwise.
386 } // end of wxRegion::GetBox
401 GetBox( x
/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();
H A Dwinuniv.cpp399 if ( wxRegion(rect).Contains(GetUpdateRegion().GetBox()) != wxInRegion )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp1326 tmp.GetBox(cx,cy,cw,ch);
1415 tmp.GetBox(cx,cy,cw,ch);
2277 m_currentClippingRegion.GetBox( xx, yy, ww, hh );
2309 m_currentClippingRegion.GetBox( xx, yy, ww, hh );
2419 wxRect originalRect = region.GetBox();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp1255 tmp.GetBox(cx,cy,cw,ch);
1368 tmp.GetBox(cx,cy,cw,ch);
2012 m_currentClippingRegion.GetBox( xx, yy, ww, hh );
2044 m_currentClippingRegion.GetBox( xx, yy, ww, hh );
2137 wxRect originalRect = region.GetBox();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dgraphics.cpp1072 virtual void GetBox(wxDouble *x, wxDouble *y, wxDouble *w, wxDouble *y) const;
1176 void wxMacCoreGraphicsPathData::GetBox(wxDouble *x, wxDouble *y, wxDouble *w, wxDouble *h) const
/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();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dlife.cpp835 wxRect rect = GetUpdateRegion().GetBox();

Completed in 378 milliseconds

12