Searched refs:NSPoint (Results 1 – 13 of 13) sorted by relevance
4 typedef struct _NSPoint { CGFloat x; CGFloat y; } NSPoint; typedef6 typedef struct _NSRect { NSPoint origin; NSSize size; } NSRect;8 extern const NSPoint NSZeroPoint;
6 } NSPoint; typedef9 - (void) MyMeth : (NSPoint) Arg1; argument13 - (void) MyMeth : (NSPoint) Arg1{} argument
270 NSPoint p = [event locationInWindow];274 NSPoint loc = [self convertPoint:p fromView:nil];285 NSPoint p = [event locationInWindow];289 NSPoint loc = [self convertPoint:p fromView:nil];300 NSPoint p = [event locationInWindow];304 NSPoint loc = [self convertPoint:p fromView:nil];315 NSPoint p = [event locationInWindow];319 NSPoint loc = [self convertPoint:p fromView:nil];
17 } NSPoint; typedef25 NSPoint origin;
7 } NSPoint;57 NSPoint ns_point;
20 } NSPoint;28 NSPoint origin;
7 } NSPoint;59 NSPoint ns_point;
43 NSPoint ns_point = { .x = 42, .y = 24 };77 NSPoint ns_point = { .x = 42, .y = 24 };
45 NSPoint ns_point = { .x = 42, .y = 24 };83 NSPoint ns_point = { .x = 42, .y = 24 };
235 NSPoint nshotspot = [nscursor hotSpot];
62 NSPoint origin = [self frame].origin;68 NSPoint origin = [self frame].origin;
52 } NSPoint; typedef58 NSPoint origin;
672 NSPoint mp = [NSEvent mouseLocation];