Lines Matching refs:aMouseRect
2103 Rectangle aMouseRect(rPt,rPt); in ImpFindConnector() local
2104 aMouseRect.Left() -=aHalfConSiz.Width(); in ImpFindConnector()
2105 aMouseRect.Top() -=aHalfConSiz.Height(); in ImpFindConnector()
2106 aMouseRect.Right() +=aHalfConSiz.Width(); in ImpFindConnector()
2107 aMouseRect.Bottom()+=aHalfConSiz.Height(); in ImpFindConnector()
2125 if (aObjBound.IsOver(aMouseRect)) { in ImpFindConnector()
2178 if (bOk && aMouseRect.IsInside(aConPos)) { in ImpFindConnector()
2210 aMouseRect.Left() -=nBoundHitTol; in ImpFindConnector()
2211 aMouseRect.Top() -=nBoundHitTol; in ImpFindConnector()
2212 aMouseRect.Right() +=nBoundHitTol; in ImpFindConnector()
2213 aMouseRect.Bottom()+=nBoundHitTol; in ImpFindConnector()