Searched refs:Intersects (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgbsizeritem.tex59 \membersection{wxGBSizerItem::Intersects}\label{wxgbsizeritemintersects}
61 \func{bool}{Intersects}{\param{const wxGBSizerItem\& }{other}}
65 \func{bool}{Intersects}{\param{const wxGBPosition\& }{pos}, \param{const wxGBSpan\& }{span}}
H A Drect.tex282 \membersection{wxRect::Intersects}\label{wxrectintersects}
284 \constfunc{bool}{Intersects}{\param{const wxRect\& }{rect}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dregion.cpp179 else if ( !M_REGION->m_rect.Intersects(rect) )
222 if (!M_REGION->m_rect.Intersects(rect))
H A Ddc.cpp800 if ( !wxRect(srcx, srcy, w, h).Intersects(wxRect(srcsize)) )
H A Dwindow.cpp750 if ( rect.Intersects(clientRect) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgbsizer.h138 bool Intersects(const wxGBSizerItem& other);
141 bool Intersects(const wxGBPosition& pos, const wxGBSpan& span);
H A Dgeometry.h611 bool Intersects( const wxRect2DDouble &rect ) const;
716 bool Intersects( const wxRect2DInt &rect ) const;
H A Dgdicmn.h459 bool Intersects(const wxRect& rect) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dslider.cpp711 if ( rectUpdate.Intersects(rectShaft) )
721 if ( HasTicks() && rectUpdate.Intersects(m_rectTicks) )
728 if ( rectUpdate.Intersects(rectThumb) )
734 if ( HasLabels() && rectUpdate.Intersects(rectLabel) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dgeometry.cpp44 bool wxRect2DDouble::Intersects( const wxRect2DDouble &rect ) const function in class:wxRect2DDouble
239 bool wxRect2DInt::Intersects( const wxRect2DInt &rect ) const function in class:wxRect2DInt
H A Dgbsizer.cpp128 bool wxGBSizerItem::Intersects(const wxGBSizerItem& other) function in class:wxGBSizerItem
130 return Intersects(other.GetPos(), other.GetSpan());
133 bool wxGBSizerItem::Intersects(const wxGBPosition& pos, const wxGBSpan& span) function in class:wxGBSizerItem
394 if ( item->Intersects(pos, wxDefaultSpan) )
674 if ( item->Intersects(pos, span) )
H A Dgdicmn.cpp225 bool wxRect::Intersects(const wxRect& rect) const function in class:wxRect
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dvlbox.cpp389 if ( rectLine.Intersects(rectUpdate) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DPlatform.h105 bool Intersects(PRectangle other) { function in class:PRectangle
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dm_image.cpp509 if ( win->GetClientRect().Intersects(rect) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextsymboldlg.cpp1025 if ( rectLine.Intersects(rectUpdate) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtbar95.cpp1697 if ( rectCtrl.Intersects(rectItem) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dwindow.cpp1287 if (rect->Intersects(rc))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dwindow.cpp2893 if (rect->Intersects( rc ))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DEditor.cxx1697 if (!rc.Intersects(rcMargin))
2833 if (rcArea.Intersects(rcRightMargin)) {

Completed in 414 milliseconds