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