Searched refs:currentElementBoundingRect (Results 1 – 1 of 1) sorted by relevance
1601 IntRect currentElementBoundingRect = currentElement->getRect(); in findCandidatePointForTouch() local1602 currentElementBoundingRect.intersect(touchRect); in findCandidatePointForTouch()1604 if (currentElementBoundingRect.isEmpty()) in findCandidatePointForTouch()1607 …int currentIntersectionRectArea = currentElementBoundingRect.width() * currentElementBoundingRect.… in findCandidatePointForTouch()1611 largestIntersectionRect = currentElementBoundingRect; in findCandidatePointForTouch()