Flutter Engine
The Flutter Engine
|
Instance Methods | |
(instancetype) | - initWithFrame: [implementation] |
(BOOL) | - isFlipped [implementation] |
(NSView *) | - hitTest: [implementation] |
(void) | - maskToPath:withOrigin: [implementation] |
View that clips that content to a specific CGPathRef. Clipping is done through a CAShapeLayer mask, which avoids the need to rasterize the mask.
Definition at line 142 of file FlutterMutatorView.mm.
|
implementation |
Definition at line 114 of file FlutterMutatorView.mm.
|
implementation |
Definition at line 114 of file FlutterMutatorView.mm.
|
implementation |
Definition at line 114 of file FlutterMutatorView.mm.
|
implementation |
Clip the view to the given path. Offset top left corner of platform view in global logical coordinates.
Definition at line 114 of file FlutterMutatorView.mm.