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

/external/clang/test/Sema/
H A Dinit-struct-qualified.c6 typedef struct _NSRect { NSPoint origin; NSSize size; } NSRect; typedef in typeref:struct:_NSRect
12 const NSRect canvasRect = { NSZeroPoint, canvasSize() };
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DIntRect.h37 typedef struct CGRect NSRect; typedef in typeref:struct:CGRect
39 typedef struct _NSRect NSRect; typedef in typeref:struct:_NSRect
158 operator NSRect() const;
199 IntRect enclosingIntRect(const NSRect&);
H A DFloatRect.h36 typedef struct CGRect NSRect; typedef in typeref:struct:CGRect
38 typedef struct _NSRect NSRect; typedef in typeref:struct:_NSRect
167 FloatRect(const NSRect&);
168 operator NSRect() const;

Completed in 137 milliseconds