Home | History | Annotate | Download | only in Plugins

Lines Matching refs:destPoint

900     NSPoint destPoint;
905 destPoint = [[self currentWindow] convertScreenToBase:sourcePointInScreenSpace];
906 destPoint = [self convertPoint:destPoint fromView:nil];
910 destPoint = [[self currentWindow] convertScreenToBase:sourcePointInScreenSpace];
914 destPoint = [[self currentWindow] convertScreenToBase:sourcePointInScreenSpace];
915 destPoint.y = [[self currentWindow] frame].size.height - destPoint.y;
919 destPoint = sourcePointInScreenSpace;
923 destPoint = sourcePointInScreenSpace;
924 destPoint.y = [[[NSScreen screens] objectAtIndex:0] frame].size.height - destPoint.y;
932 *destX = destPoint.x;
934 *destY = destPoint.y;