HomeSort by relevance Sort by last modified time
    Searched full:cgrect (Results 1 - 25 of 48) sorted by null

1 2

  /external/clang/test/CodeGenObjC/
super-dotsyntax-struct-property.m 21 struct CGRect {
25 typedef struct CGRect CGRect;
29 @property CGRect frame;
39 - (void)setFrame:(CGRect)frame
arc-linetable-autorelease.m 17 struct CGRect {};
18 typedef struct CGRect CGRect;
19 typedef CGRect NSRect;
nsvalue-objc-boxable-ios-arc.m 12 // CHECK: [[RECT_STR:.*]] = {{.*}}CGRect={CGPoint=dd}{CGSize=dd}}{{.*}}
74 // CHECK: [[LOCAL_VAR:%.*]] = alloca %struct.CGRect{{.*}}
75 // CHECK: [[TEMP_VAR:%.*]] = alloca %struct.CGRect{{.*}}
77 // CHECK: [[TEMP_CAST:%.*]] = bitcast %struct.CGRect* [[TEMP_VAR]]{{.*}}
78 // CHECK: [[LOCAL_CAST:%.*]] = bitcast %struct.CGRect* [[LOCAL_VAR]]{{.*}}
80 // CHECK: [[PARAM_CAST:%.*]] = bitcast %struct.CGRect* [[TEMP_VAR]]{{.*}}
85 CGRect cg_rect = { .origin = cg_point, .size = cg_size };
nsvalue-objc-boxable-ios.m 12 // CHECK: [[RECT_STR:.*]] = {{.*}}CGRect={CGPoint=dd}{CGSize=dd}}{{.*}}
68 // CHECK: [[LOCAL_VAR:%.*]] = alloca %struct.CGRect{{.*}}
69 // CHECK: [[TEMP_VAR:%.*]] = alloca %struct.CGRect{{.*}}
71 // CHECK: [[TEMP_CAST:%.*]] = bitcast %struct.CGRect* [[TEMP_VAR]]{{.*}}
72 // CHECK: [[LOCAL_CAST:%.*]] = bitcast %struct.CGRect* [[LOCAL_VAR]]{{.*}}
74 // CHECK: [[PARAM_CAST:%.*]] = bitcast %struct.CGRect* [[TEMP_VAR]]{{.*}}
79 CGRect cg_rect = { .origin = cg_point, .size = cg_size };
  /external/clang/test/CodeGenObjCXX/
property-object-conditional-exp.mm 3 struct CGRect {
7 typedef struct CGRect CGRect;
9 extern "C" bool CGRectIsEmpty(CGRect);
12 CGRect out;
14 @property CGRect bounds;
15 - (CGRect) out;
22 CGRect dataRect;
23 CGRect virtualBounds;
43 - (CGRect) out { return out;
    [all...]
property-objects.mm 10 struct CGRect {
11 CGRect & operator = (const CGRect &);
16 CGRect bounds;
20 @property CGRect bounds;
21 @property CGRect frame;
22 - (void)setFrame:(CGRect)frameRect;
23 - (CGRect)frame;
25 - (CGRect)extent;
43 - (void)setFrame:(CGRect)frameRect {
    [all...]
  /external/clang/test/Parser/
objcxx11-initialized-temps.mm 17 struct CGRect {
21 typedef struct CGRect CGRect;
23 typedef CGRect NSRect;
  /external/clang/test/CodeGenObjC/Inputs/
nsvalue-boxed-expressions-support.h 41 struct CGRect {
45 typedef struct BOXABLE CGRect CGRect;
  /external/clang/test/Analysis/
default-analyze.m 38 struct CGRect {
42 typedef struct CGRect CGRect;
44 typedef CGRect NSRect;
  /external/clang/test/SemaObjC/
objc-boxed-expressions-nsvalue.m 27 } CGRect;
72 CGRect cg_rect;
88 CGRect getRect() {
89 CGRect r;
  /external/clang/test/SemaObjCXX/
objc-boxed-expressions-nsvalue.mm 27 } CGRect;
74 CGRect cg_rect;
90 CGRect getRect() {
91 CGRect r;
properties.mm 183 struct CGRect {
187 typedef struct CGRect CGRect;
189 typedef CGRect NSRect;
194 @property CGRect frame;
203 self.frame = (CGRect){{3,5}, {13,14}};
  /external/llvm/test/CodeGen/AArch64/
arm64-fold-address.ll 4 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize }
10 define hidden %struct.CGRect @nofold(%0* nocapture %self, i8* nocapture %_cmd) nounwind readonly optsize ssp {
36 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0
39 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1
40 ret %struct.CGRect %insert3
43 define hidden %struct.CGRect @fold(%0* nocapture %self, i8* nocapture %_cmd) nounwind readonly optsize ssp {
65 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0
68 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1
69 ret %struct.CGRect %insert3
arm64-2012-05-22-LdStOptBug.ll 8 %struct.CGRect = type { %struct.CGPoint, %struct.CGSize }
14 define hidden %struct.CGRect @t(%0* nocapture %self, i8* nocapture %_cmd) nounwind readonly optsize ssp {
37 %insert = insertvalue %struct.CGRect undef, %struct.CGPoint %insert16, 0
40 %insert3 = insertvalue %struct.CGRect %insert, %struct.CGSize %insert9, 1
41 ret %struct.CGRect %insert3
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
UIImage+ARDUtilities.m 22 CGRect bounds = CGRectMake(0, 0, image.size.width, image.size.height);
ARDVideoCallView.m 38 - (instancetype)initWithFrame:(CGRect)frame {
91 CGRect bounds = self.bounds;
94 CGRect remoteVideoFrame =
114 CGRect localVideoFrame =
138 CGRect cameraSwitchFrame = _hangupButton.frame;
ARDMainView.m 34 - (instancetype)initWithFrame:(CGRect)frame {
68 CGRect bounds = self.bounds;
130 - (instancetype)initWithFrame:(CGRect)frame {
200 CGRect bounds = self.bounds;
218 CGRect audioOnlyRect = CGRectMake(kCallControlMargin * 3,
230 CGRect loopbackModeRect = CGRectMake(kCallControlMargin * 3,
ARDStatsView.m 22 - (instancetype)initWithFrame:(CGRect)frame {
  /external/llvm/test/DebugInfo/Generic/
2010-10-01-crash.ll 19 !5 = !DIDerivedType(tag: DW_TAG_typedef, name: "CGRect", line: 49, file: !25, baseType: null)
  /external/swiftshader/third_party/LLVM/test/DebugInfo/
2010-10-01-crash.ll 18 !5 = metadata !{i32 589846, metadata !1, metadata !"CGRect", metadata !1, i32 49, i64 0, i64 0, i64 0, i32 0, null}
  /external/skia/experimental/tools/
coreGraphicsPdf2png.cpp 39 CGRect bounds = CGPDFPageGetBoxRect(page, kCGPDFMediaBox);
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_mac.mm 57 DesktopRect ScaleAndRoundCGRect(const CGRect& rect, float scale) {
137 CGRect rect;
172 CGRect window_bounds;
221 void ScreenRefresh(CGRectCount count, const CGRect *rect_array);
224 const CGRect *rect_array);
226 const CGRect *rect_array,
230 const CGRect *rect_array,
    [all...]
  /external/webrtc/talk/app/webrtc/objc/
RTCEAGLVideoView.m 124 - (instancetype)initWithFrame:(CGRect)frame {
199 - (void)setNeedsDisplayInRect:(CGRect)rect {
213 - (void)glkView:(GLKView*)view drawInRect:(CGRect)rect {
  /external/webrtc/webrtc/api/objc/
RTCEAGLVideoView.m 106 - (instancetype)initWithFrame:(CGRect)frame {
181 - (void)setNeedsDisplayInRect:(CGRect)rect {
195 - (void)glkView:(GLKView *)view drawInRect:(CGRect)rect {
  /external/skia/experimental/iOSSampleApp/Shared/
SkUIView.mm 27 - (id)initWithFrame:(CGRect)frame {

Completed in 2199 milliseconds

1 2