Home | History | Annotate | Download | only in mac

Lines Matching full:convertpoint

983     if (self == [[self window] firstResponder] && !NSPointInRect([self convertPoint:[event locationInWindow] fromView:nil], [self visibleRect]))
1458 thePoint = [self convertPoint:thePoint fromView:nil]; // the point is relative to the main frame
1516 IntPoint client([self convertPoint:[draggingInfo draggingLocation] fromView:nil]);
1527 IntPoint client([self convertPoint:[draggingInfo draggingLocation] fromView:nil]);
1536 IntPoint client([self convertPoint:[draggingInfo draggingLocation] fromView:nil]);
1573 IntPoint client([self convertPoint:[draggingInfo draggingLocation] fromView:nil]);
2393 thePoint = [self convertPoint:thePoint fromView:nil];