#import <FlutterPlatformViews_Internal.h>
Instance Methods | |
(instancetype) | - initWithFrame:screenScale: |
(void) | - reset |
(void) | - clipRect:matrix: |
(void) | - clipRRect:matrix: |
(void) | - clipPath:matrix: |
Definition at line 215 of file FlutterPlatformViews.mm.
- (void) clipPath: | (const flutter::DlPath&) | path | |
matrix: | (const flutter::DlMatrix&) | matrix | |
Definition at line 383 of file FlutterPlatformViews.mm.
References containsNonRectPath_, and GetCATransform3DFromDlMatrix().
- (void) clipRect: | (const flutter::DlRect&) | clipDlRect | |
matrix: | (const flutter::DlMatrix&) | matrix | |
Definition at line 290 of file FlutterPlatformViews.mm.
References containsNonRectPath_, GetCATransform3DFromDlMatrix(), GetCGRectFromDlRect(), and rectSoFar_.
Referenced by clipRRect:matrix:.
- (void) clipRRect: | (const flutter::DlRoundRect&) | clipDlRRect | |
matrix: | (const flutter::DlMatrix&) | matrix | |
Definition at line 306 of file FlutterPlatformViews.mm.
References clipRect:matrix:, containsNonRectPath_, GetCATransform3DFromDlMatrix(), and GetCGRectFromDlRect().
- (instancetype) initWithFrame: | (CGRect) | frame | |
screenScale: | (CGFloat) | screenScale | |
Definition at line 221 of file FlutterPlatformViews.mm.
References containsNonRectPath_, initWithFrame, and rectSoFar_.
- (void) reset |
Definition at line 239 of file FlutterPlatformViews.mm.
References containsNonRectPath_, and rectSoFar_.