HomeSort by relevance Sort by last modified time
    Searched defs:NSPoint (Results 1 - 6 of 6) sorted by null

  /external/clang/test/Sema/
init-struct-qualified.c 3 typedef struct _NSPoint { CGFloat x; CGFloat y; } NSPoint;
5 typedef struct _NSRect { NSPoint origin; NSSize size; } NSRect;
7 extern const NSPoint NSZeroPoint;
  /external/webkit/Source/WebCore/platform/mac/
WebCoreSystemInterface.h 39 typedef struct CGPoint NSPoint;
42 typedef struct _NSPoint NSPoint;
132 extern void (*wkPopupMenu)(NSMenu*, NSPoint location, float width, NSView*, int selectedItem, NSFont*);
146 extern void (*wkSetDragImage)(NSImage*, NSPoint offset);
  /external/webkit/Source/WebCore/platform/graphics/
FloatPoint.h 40 typedef struct CGPoint NSPoint;
42 typedef struct _NSPoint NSPoint;
119 FloatPoint(const NSPoint&);
120 operator NSPoint() const;
IntPoint.h 42 typedef struct CGPoint NSPoint;
44 typedef struct _NSPoint NSPoint;
123 explicit IntPoint(const NSPoint&); // don't do this implicitly since it's lossy
124 operator NSPoint() const;
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 63 milliseconds