Searched refs:aRectEndPos (Results 1 – 1 of 1) sorted by relevance
2748 awt::Rectangle aRectEndPos = in getIndexAtPoint() local2751 if (rPoint.X - aRectEndPos.X >= 0 && in getIndexAtPoint()2752 rPoint.X - aRectEndPos.X < aRectEndPos.Width && in getIndexAtPoint()2753 rPoint.Y - aRectEndPos.Y >= 0 && in getIndexAtPoint()2754 rPoint.Y - aRectEndPos.Y < aRectEndPos.Height) in getIndexAtPoint()
Completed in 70 milliseconds