Flutter iOS Embedder
FlutterClippingMaskViewPool Class Reference

#import <FlutterPlatformViews_Internal.h>

Inheritance diagram for FlutterClippingMaskViewPool:

Instance Methods

(instancetype) - initWithCapacity:
 
(FlutterClippingMaskView *) - getMaskViewWithFrame:screenScale:
 
(void) - insertViewToPoolIfNeeded:
 

Detailed Description

Definition at line 485 of file FlutterPlatformViews.mm.

Method Documentation

◆ getMaskViewWithFrame:screenScale:

- (FlutterClippingMaskView*) getMaskViewWithFrame: (CGRect)  frame
screenScale: (CGFloat)  screenScale 

◆ initWithCapacity:

- (instancetype) initWithCapacity: (NSInteger)  capacity

◆ insertViewToPoolIfNeeded:

- (void) insertViewToPoolIfNeeded: (FlutterClippingMaskView *)  maskView

The documentation for this class was generated from the following files: