Home
last modified time | relevance | path

Searched refs:NSRect (Results 1 – 25 of 40) sorted by relevance

12

/external/clang/test/SemaObjC/
Dproperty-9-impl-method.m21 typedef struct _NSRect {} NSRect; typedef
23 extern void NSDivideRect(NSRect inRect, NSRect * slice, NSRect * rem, CGFloat amount, NSRectEdge ed…
35 -(NSRect) bounds;
54 @property(readonly) NSRect headerRect;
61 NSRect dummy, result = {};
Dproperty-error-readonly-assign.m24 } NSRect; typedef
26 NSRect NSMakeRect();
30 NSRect _frame;
32 - (NSRect)frame;
Dcontinuation-class-property.m32 } NSRect; typedef
36 @property (readonly) NSRect foo; // expected-note {{property declared here}}
42 @property (readwrite, strong) NSRect bar; // expected-error {{type of property 'NSRect' in class ex…
Dobjc-boxed-expressions-nsvalue.m15 } NSRect;
48 NSRect rect;
63 NSRect ns_rect;
Dmessage.m30 } NSRect;
33 - (NSRect)rect;
42 NSRect r = [obj rect];
Dsuper-cat-prot.m11 typedef struct _NSRect {} NSRect; typedef
36 @interface NSView (NSView_IBViewProtocol) <IBViewProtocol> - (NSRect)layoutRect; @end
/external/clang/test/CodeGenObjC/
D2007-05-02-Strong.m6 } NSRect; typedef
8 __attribute__((objc_gc(strong))) NSRect *_cachedRectArray;
9 extern const NSRect NSZeroRect;
18 NSRect appendRect = NSZeroRect;
Darc-linetable-autorelease.m19 typedef CGRect NSRect; typedef
20 NSRect NSMakeRect(CGFloat x, CGFloat y, CGFloat w, CGFloat h);
22 + (NSBezierPath *)bezierPathWithRoundedRect:(NSRect)rect xRadius:(CGFloat)xRadius yRadius:(CGFloat)… argument
27 NSRect rect = NSMakeRect(0, 0, width, height);
/external/skia/src/views/mac/
DSkTextFieldCell.m11 - (NSRect)drawingRectForBounds:(NSRect)theRect { argument
12 NSRect newRect = [super drawingRectForBounds:theRect];
24 - (void)selectWithFrame:(NSRect)aRect
41 - (void)editWithFrame:(NSRect)aRect argument
Dskia_mac.mm16 - (id)initWithFrame: (NSRect)frame ; argument
23 - (id)initWithFrame: (NSRect)frame { argument
65 NSRect windowRect = NSMakeRect(100, 100, 1000, 1000);
68 NSRect rect = [NSWindow contentRectForFrameRect:windowRect styleMask:windowStyle];
/external/llvm/test/Transforms/InstCombine/
D2008-04-22-ByValBitcast.ll6 %struct.NSRect = type { [4 x float] }
10 %tmp1 = bitcast i8* %context to %struct.NSRect* ; <%struct.NSRect*> [#uses=1]
11 call void (i32, ...) @bar( i32 3, %struct.NSRect* byval align 4 %tmp1 ) nounwind
/external/clang/test/SemaObjCXX/
Dobjc-boxed-expressions-nsvalue.mm15 } NSRect;
50 NSRect rect;
65 NSRect ns_rect;
106 void test_template_1(NSRect rect, NonTriviallyCopyable ntc) {
111 template <unsigned i> id boxRect(NSRect rect) { return @(rect); }
113 void test_template_2(NSRect rect, NonTriviallyCopyable ntc) {
/external/clang/test/Analysis/
Ddefault-analyze.m44 typedef CGRect NSRect; typedef
47 static __inline__ __attribute__((always_inline)) CGFloat NSWidth(NSRect aRect) {
51 static __inline__ __attribute__((always_inline)) CGFloat NSHeight(NSRect aRect) {
58 NSRect myRect;
DNSPanel.m28 typedef struct _NSPoint {} NSRect; typedef
29 …_inline__ __attribute__((always_inline)) NSRect NSMakeRect(CGFloat x, CGFloat y, CGFloat w, CGFloa…
55 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… argument
DNSWindow.m20 typedef struct _NSPoint {} NSRect; typedef
21 NSRect NSMakeRect(CGFloat x, CGFloat y, CGFloat w, CGFloat h);
38 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… argument
39 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… argument
/external/clang/test/Parser/
Dobjcxx11-initialized-temps.mm23 typedef CGRect NSRect; typedef
25 void HappySetFrame(NSRect frame) {}
31 - (void) sadSetFrame: (NSRect)frame {} argument
/external/llvm/test/CodeGen/X86/
D2008-04-15-LiveVariableBug.ll16 %struct.NSRect = type { %struct.CGPoint, %struct.CGPoint }
22 …%struct.NSView = type { %struct.NSResponder, %struct.NSRect, %struct.NSRect, %struct.NSObject*, %s…
23 …%struct.NSWindow = type { %struct.NSResponder, %struct.NSRect, %struct.NSObject*, %struct.NSObject…
24NSRect, i32, %struct.NSAssertionHandler*, %struct.NSUndoManager*, %struct.NSWindowController*, %st…
/external/clang/test/Sema/
Dinit-struct-qualified.c6 typedef struct _NSRect { NSPoint origin; NSSize size; } NSRect; typedef
12 const NSRect canvasRect = { NSZeroPoint, canvasSize() }; in func()
/external/webrtc/webrtc/modules/desktop_capture/mac/
Ddesktop_configuration.mm24 - (NSRect)convertRectToBacking:(NSRect)aRect; argument
33 DesktopRect NSRectToDesktopRect(const NSRect& ns_rect) {
69 NSRect ns_bounds = [screen frame];
77 NSRect ns_pixel_bounds = [screen convertRectToBacking: ns_bounds];
/external/webrtc/webrtc/test/mac/
Dvideo_renderer_mac.mm53 NSRect screenFrame = [[NSScreen mainScreen] frame];
67 NSRect windowFrame = NSMakeRect(xOrigin, yOrigin, width_, height_);
73 NSRect viewFrame = NSMakeRect(0, 0, width_, height_);
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
DAPPRTCAppDelegate.m33 NSRect visibleRect = [screen visibleFrame];
34 NSRect windowRect = NSMakeRect(NSMidX(visibleRect),
/external/webrtc/webrtc/modules/video_render/test/testAPI/
DtestAPI_mac.mm38 NSRect outWindowFrame = NSMakeRect(200, 800, width + 20, height + 20);
48 NSRect cocoaRendererFrame = NSMakeRect(10, 10, width, height);
/external/opencv3/modules/highgui/src/
Dwindow_cocoa.mm223 NSRect rect = [window frame];
224 NSRect vrectOld = [[window contentView] frame];
230 NSRect vrectNew = vrectOld;
259 NSRect frame = [window frame];
499 NSRect initContentRect = NSMakeRect(0, 0, windowWidth, 0);
501 NSRect dispFrame = [mainDisplay visibleFrame];
673 //NSRect visible = [[self contentView] frame];
796 NSRect rect = [self frame];
900 NSRect r = [slider frame];
909 - (void)drawRect:(NSRect)rect { argument
[all …]
/external/webrtc/webrtc/api/objc/
DRTCNSGLVideoView.m49 - (void)drawRect:(NSRect)rect { argument
55 NSRect frame = [self frame];
/external/skia/example/mac/
DHelloWorldDelegate.mm17 NSRect frame = NSMakeRect(fWindow.frame.origin.x, fWindow.frame.origin.y, 768, 1024);

12