Searched refs:fDragPos (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCDragSource.h42 NSPoint fDragPos; variable
H A DCDragSource.m126 fDragPos = NSMakePoint(dragPosX, dragPosY);
446 NSPoint eventLocation = [fView convertPoint:NSMakePoint(fDragPos.x, fDragPos.y) toView:nil];
512 DLog3(@" - drag origin: %f, %f", fDragPos.x, fDragPos.y);

Completed in 23 milliseconds