Searched refs:mouseDownPoint (Results 1 – 3 of 3) sorted by relevance
161 NSPoint mouseDownPoint = [self convertPoint:[event locationInWindow] fromView:nil];180 …origin.x = mouseDownPoint.x - (((mouseDownPoint.x - origin.x) / originalSize.width) * newSize.widt…182 …origin.y = mouseDownPoint.y - (((mouseDownPoint.y - origin.y) / originalSize.height) * newSize.hei…190 origin = NSMakePoint(mouseDownPoint.x - offset.width, mouseDownPoint.y - offset.height);196 dragImageOffset->x = mouseDownPoint.x - origin.x;197 dragImageOffset->y = origin.y - mouseDownPoint.y;
704 IntPoint mouseDownPoint = dragOrigin; in doImageDrag() local720 float dx = origin.x() - mouseDownPoint.x(); in doImageDrag()727 float dy = origin.y() - mouseDownPoint.y(); in doImageDrag()736 dragImageOffset.setX(mouseDownPoint.x() + origin.x()); in doImageDrag()737 dragImageOffset.setY(mouseDownPoint.y() + origin.y()); in doImageDrag()
79 …rceAction(WebCore::DragSourceAction action, const WebCore::IntPoint& mouseDownPoint, WebCore::Clip…82 …ew willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:mouseDownPoint withPasteboard…