Home | History | Annotate | Download | only in CodeGenObjCXX

Lines Matching full:cgrect

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 {}
44 - (CGRect)frame {return bounds;}
48 CGRect labelLayerFrame = self.bounds;
56 CGRect cgrect = self.extent;
58 - (struct CGRect)extent {return bounds;}