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;
83 …rceAction(WebCore::DragSourceAction action, const WebCore::IntPoint& mouseDownPoint, WebCore::Clip…86 …ew willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:mouseDownPoint withPasteboard…
790 IntPoint mouseDownPoint = dragOrigin; in doImageDrag() local806 float dx = origin.x() - mouseDownPoint.x(); in doImageDrag()813 float dy = origin.y() - mouseDownPoint.y(); in doImageDrag()822 dragImageOffset.setX(mouseDownPoint.x() + origin.x()); in doImageDrag()823 dragImageOffset.setY(mouseDownPoint.y() + origin.y()); in doImageDrag()