Searched refs:mrPoint (Results 1 – 1 of 1) sorted by relevance
782 const Point& mrPoint; member783 ContainsPredicate( const Point& rPoint ) : mrPoint(rPoint) {} in ContainsPredicate()786 return rRect.IsInside( mrPoint ) ? true : false; in operator ()()
Completed in 82 milliseconds