Searched refs:NSPoint (Results 1 – 15 of 15) sorted by relevance
82 inline void CocoaToVCL(NSPoint& rPoint, const NSRect& bounds) in CocoaToVCL()239 NSPoint mouseLoc = [NSEvent mouseLocation]; in draggingEntered()242 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in draggingEntered()281 NSPoint mouseLoc = [NSEvent mouseLocation]; in draggingUpdated()284 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in draggingUpdated()350 NSPoint mouseLoc = [NSEvent mouseLocation]; in performDragOperation()353 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in performDragOperation()
114 -(void)draggedImage:(NSImage*)anImage beganAt:(NSPoint)aPoint128 -(void)draggedImage:(NSImage *)anImage endedAt:(NSPoint)aPoint operation:(NSDragOperation)operation149 -(void)draggedImage:(NSImage *)draggedImage movedTo:(NSPoint)screenPoint286 NSPoint pInWnd = [mLastMouseEventBeforeStartDrag locationInWindow]; in startDrag()287 NSPoint p; in startDrag()
72 -(void)draggedImage:(NSImage*)anImage beganAt:(NSPoint)aPoint;73 -(void)draggedImage:(NSImage *)anImage endedAt:(NSPoint)aPoint operation:(NSDragOperation)operation;74 -(void)draggedImage:(NSImage *)draggedImage movedTo:(NSPoint)screenPoint;
142 const NSPoint aHotSpot;253 NSPoint aHotSpot = aCursorTab[ i_eStyle ].aHotSpot; in getCursor()
62 -(NSPoint)locationOfPrintRect: (NSRect)aRect70 NSPoint aPoint = [self locationOfPrintRect: rect];
190 void VCLToCocoa( NSPoint& io_rPoint, bool bRelativeToScreen = true );191 void CocoaToVCL( NSPoint& io_Point, bool bRelativeToScreen = true );
52 -(NSPoint)locationOfPrintRect: (NSRect)aRect; in locationOfPrintRect:()
77 -(id)accessibilityHitTest:(NSPoint)point; in accessibilityHitTest:() argument
199 NSPoint aPt = [NSEvent mouseLocation];553 NSPoint aPt = [NSEvent mouseLocation];585 NSPoint aPt = [NSEvent mouseLocation];754 NSPoint aPt = [NSEvent mouseLocation];811 NSPoint aPt = [NSEvent mouseLocation];871 NSPoint aPt = [NSEvent mouseLocation];1631 - (NSUInteger)characterIndexForPoint:(NSPoint)thePoint
240 void AquaSalFrame::CocoaToVCL( NSPoint& io_rPoint, bool bRelativeToScreen ) in CocoaToVCL()248 void AquaSalFrame::VCLToCocoa( NSPoint& io_rPoint, bool bRelativeToScreen ) in VCLToCocoa()1473 NSPoint aPt = [mpNSWindow mouseLocationOutsideOfEventStream]; in GetPointerState()
179 NSPoint aClipPt = NSZeroPoint; in setClippedPosSize()
160 NSPoint aMousePt = [pEvent locationInWindow];
39 …NSPoint nsPoint = NSMakePoint ( (float) vclPoint.X, (float) ( screenRect.size.height - vclPoint.Y …
51 …NSPoint nsPoint = NSMakePoint ( (float) location.X, (float) ( screenRect.size.height - size.Height…
951 -(BOOL)isViewElement:(NSObject *)viewElement hitByPoint:(NSPoint)point { argument1008 -(id)accessibilityHitTest:(NSPoint)point { argument
Completed in 183 milliseconds