Searched refs:aRectEndPos (Results 1 – 1 of 1) sorted by relevance
2744 awt::Rectangle aRectEndPos = in getIndexAtPoint() local2747 if (rPoint.X - aRectEndPos.X >= 0 && in getIndexAtPoint()2748 rPoint.X - aRectEndPos.X < aRectEndPos.Width && in getIndexAtPoint()2749 rPoint.Y - aRectEndPos.Y >= 0 && in getIndexAtPoint()2750 rPoint.Y - aRectEndPos.Y < aRectEndPos.Height) in getIndexAtPoint()
Completed in 39 milliseconds