#import <FlutterPlatformViews_Internal.h>
Instance Methods | |
| (instancetype) | - initWithFrame:screenScale: |
| (void) | - reset |
| (void) | - clipRect:matrix: |
| (void) | - clipRRect:matrix: |
| (void) | - clipPath:matrix: |
Definition at line 206 of file FlutterPlatformViews.mm.
| - (void) clipPath: | (const SkPath&) | path | |
| matrix: | (const SkMatrix&) | matrix | |
Definition at line 371 of file FlutterPlatformViews.mm.
References containsNonRectPath_, and GetCATransform3DFromSkMatrix().
| - (void) clipRect: | (const SkRect&) | clipSkRect | |
| matrix: | (const SkMatrix&) | matrix | |
Definition at line 285 of file FlutterPlatformViews.mm.
References containsNonRectPath_, GetCATransform3DFromSkMatrix(), GetCGRectFromSkRect(), and rectSoFar_.
Referenced by clipRRect:matrix:.
| - (void) clipRRect: | (const SkRRect&) | clipSkRRect | |
| matrix: | (const SkMatrix&) | matrix | |
Definition at line 301 of file FlutterPlatformViews.mm.
References clipRect:matrix:, containsNonRectPath_, GetCATransform3DFromSkMatrix(), and GetCGRectFromSkRect().
| - (instancetype) initWithFrame: | (CGRect) | frame | |
| screenScale: | (CGFloat) | screenScale | |
Definition at line 216 of file FlutterPlatformViews.mm.
References containsNonRectPath_, initWithFrame, and rectSoFar_.
| - (void) reset |
Definition at line 234 of file FlutterPlatformViews.mm.
References containsNonRectPath_, and rectSoFar_.