Home
last modified time | relevance | path

Searched defs:CGRect (Results 1 – 25 of 30) sorted by relevance

12

/external/skia/tools/skottie_ios_app/
DSkiaGLContext.mm52 - (void)drawRect:(CGRect)rect; argument
64 - (instancetype)initWithFrame:(CGRect)frame argument
73 - (void)drawRect:(CGRect)rect { argument
105 - (UIView*) makeViewWithController:(SkiaViewController*)vc withFrame:(CGRect)frame; argument
134 - (UIView*) makeViewWithController:(SkiaViewController*)vc withFrame:(CGRect)frame { argument
DSkiaMetalContext.mm19 - (void)drawRect:(CGRect)rect; argument
33 - (instancetype)initWithFrame:(CGRect)frameRect argument
44 - (void)drawRect:(CGRect)rect { argument
75 - (UIView*) makeViewWithController:(SkiaViewController*)vc withFrame:(CGRect)frame; argument
102 - (UIView*) makeViewWithController:(SkiaViewController*)vc withFrame:(CGRect)frame { argument
DSkiaUIContext.mm17 - (void)drawRect:(CGRect)rect; argument
24 - (void)drawRect:(CGRect)rect { argument
51 - (UIView*) makeViewWithController:(SkiaViewController*)vc withFrame:(CGRect)frame; argument
56 - (UIView*) makeViewWithController:(SkiaViewController*)vc withFrame:(CGRect)frame { argument
DSkiaContext.mm7 - (UIView*) makeViewWithController:(SkiaViewController*)vc withFrame:(CGRect)frame { return nil; } argument
DSkiaViewController.mm12 - (void)draw:(CGRect)rect toCanvas:(SkCanvas*)canvas atSize:(CGSize)size { argument
DSkottieViewController.mm160 - (void)draw:(CGRect)rect toCanvas:(SkCanvas*)canvas atSize:(CGSize)size { argument
/external/clang/test/CodeGenObjCXX/
Dproperty-object-conditional-exp.mm3 struct CGRect { struct
7 typedef struct CGRect CGRect; argument
Dproperty-objects.mm10 struct CGRect { struct
11 CGRect & operator = (const CGRect &); argument
16 CGRect bounds; argument
22 - (void)setFrame:(CGRect)frameRect; argument
43 - (void)setFrame:(CGRect)frameRect {} argument
/external/clang/test/CodeGenObjC/
Dsuper-dotsyntax-struct-property.m21 struct CGRect { struct
25 typedef struct CGRect CGRect; typedef
40 {
Darc-linetable-autorelease.m17 struct CGRect {}; struct
18 typedef struct CGRect CGRect; typedef
/external/clang/test/Parser/
Dobjcxx11-initialized-temps.mm17 struct CGRect { struct
21 typedef struct CGRect CGRect; typedef
/external/clang/test/Analysis/
Ddefault-analyze.m38 struct CGRect { struct
42 typedef struct CGRect CGRect; argument
Dretain-release.mm169 struct CGRect { struct
171 typedef struct CGRect CGRect; typedef
230 - (CGImageRef)createCGImage:(CIImage *)im fromRect:(CGRect)r; argument
231 - (CGImageRef)createCGImage:(CIImage *)im fromRect:(CGRect)r format:(CIFormat)f colorSpace:(CGC… argument
Dretain-release-gc-only.m142 struct CGRect { struct
144 typedef struct CGRect CGRect; typedef
203 - (CGImageRef)createCGImage:(CIImage *)im fromRect:(CGRect)r; argument
204 - (CGImageRef)createCGImage:(CIImage *)im fromRect:(CGRect)r format:(CIFormat)f colorSpace:(CGC… argument
/external/webrtc/sdk/objc/components/renderer/opengl/
DRTCEAGLVideoView.m63 - (instancetype)initWithFrame:(CGRect)frame { argument
71 - (instancetype)initWithFrame:(CGRect)frame shader:(id<RTC_OBJC_TYPE(RTCVideoViewShading)>)shader { argument
170 - (void)setNeedsDisplayInRect:(CGRect)rect { argument
184 - (void)glkView:(GLKView *)view drawInRect:(CGRect)rect { argument
/external/clang/test/CodeGenObjC/Inputs/
Dnsvalue-boxed-expressions-support.h41 struct CGRect { struct
45 typedef struct BOXABLE CGRect CGRect; typedef
/external/clang/test/SemaObjCXX/
Dproperties.mm183 struct CGRect { struct
187 typedef struct CGRect CGRect; typedef
/external/webrtc/examples/objc/AppRTCMobile/ios/
DARDMainView.m28 - (instancetype)initWithFrame:(CGRect)frame { argument
84 - (instancetype)initWithFrame:(CGRect)frame { argument
DARDStatsView.m22 - (instancetype)initWithFrame:(CGRect)frame { argument
DARDVideoCallView.m44 - (instancetype)initWithFrame:(CGRect)frame { argument
/external/webrtc/sdk/objc/components/renderer/metal/
DRTCMTLVideoView.m54 - (instancetype)initWithFrame:(CGRect)frameRect { argument
96 + (MTKView *)createMetalView:(CGRect)frame { argument
DRTCMTLNSVideoView.m35 - (instancetype)initWithFrame:(CGRect)frameRect { argument
/external/webrtc/sdk/objc/helpers/
DRTCCameraPreviewView.m26 - (instancetype)initWithFrame:(CGRect)aRect { argument
/external/webrtc/sdk/objc/unittests/
DRTCMTLVideoView_xctest.m31 + (UIView *)createMetalView:(CGRect)frame; argument
/external/python/cpython2/Mac/Modules/cg/
Dcgsupport.py107 CGRect = MyOpaqueByValueType('CGRect', 'CGRect') variable

12