Searched refs:newPoint (Results 1 – 3 of 3) sorted by relevance
254 IntPoint newPoint = point; in convertChildToSelf() local256 newPoint = point - scrollOffset(); in convertChildToSelf()257 newPoint.move(child->x(), child->y()); in convertChildToSelf()258 return newPoint; in convertChildToSelf()263 IntPoint newPoint = point; in convertSelfToChild() local265 newPoint = point + scrollOffset(); in convertSelfToChild()266 newPoint.move(-child->x(), -child->y()); in convertSelfToChild()267 return newPoint; in convertSelfToChild()
1167 IntPoint newPoint = localPoint; in wheelEvent() local1168 newPoint.move(scrollbar->x(), scrollbar->y()); in wheelEvent()1169 return newPoint; in wheelEvent()1174 IntPoint newPoint = parentPoint; in wheelEvent() local1176 newPoint.move(-scrollbar->x(), -scrollbar->y()); in wheelEvent()1177 return newPoint; in wheelEvent()
535 NSPoint newPoint;538 …newPoint = orientation == HorizontalScrollbar ? NSMakePoint(newPos, targetOrigin.y) : NSMakePoint(…540 …newPoint = orientation == HorizontalScrollbar ? NSMakePoint(newPos, m_currentPosY) : NSMakePoint(m…542 [m_scrollAnimationHelper.get() scrollToPoint:newPoint];