Searched defs:NSRect (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Sema/
H A Dinit-struct-qualified.c5 typedef struct _NSRect { NSPoint origin; NSSize size; } NSRect; typedef in typeref:struct:_NSRect
11 const NSRect canvasRect = { NSZeroPoint, canvasSize() };
/external/webkit/Source/WebCore/platform/mac/
H A DWebCoreSystemInterface.h40 typedef struct CGRect NSRect; typedef in typeref:struct:CGRect
43 typedef struct _NSRect NSRect; typedef in typeref:struct:_NSRect
109 extern void (*wkDrawBezeledTextFieldCell)(NSRect, BOOL enabled);
110 extern void (*wkDrawTextFieldCellFocusRing)(NSTextFieldCell*, NSRect);
112 extern void (*wkDrawBezeledTextArea)(NSRect, BOOL enabled);
/external/webkit/Source/WebCore/platform/graphics/
H A DFloatRect.h38 typedef struct CGRect NSRect; typedef in typeref:struct:CGRect
40 typedef struct _NSRect NSRect; typedef in typeref:struct:_NSRect
147 FloatRect(const NSRect&);
148 operator NSRect() const;
H A DIntRect.h38 typedef struct CGRect NSRect; typedef in typeref:struct:CGRect
40 typedef struct _NSRect NSRect; typedef in typeref:struct:_NSRect
203 operator NSRect() const;
243 IntRect enclosingIntRect(const NSRect&);

Completed in 75 milliseconds