Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | Properties | List of all members
FlutterClippingMaskViewPool Class Reference

#include <FlutterPlatformViews_Internal.h>

Inheritance diagram for FlutterClippingMaskViewPool:

Instance Methods

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

Properties

NSUInteger capacity [implementation]
 
NSMutableSet< FlutterClippingMaskView * > * pool [implementation]
 

Detailed Description

Definition at line 62 of file FlutterPlatformViews_Internal.h.

Method Documentation

◆ getMaskViewWithFrame:

- (FlutterClippingMaskView *) getMaskViewWithFrame: (CGRect)  frame

◆ initWithCapacity:

- (instancetype) initWithCapacity: (NSInteger)  capacity

◆ insertViewToPoolIfNeeded:

- (void) insertViewToPoolIfNeeded: (FlutterClippingMaskView *)  maskView

Property Documentation

◆ capacity

- (NSUInteger) capacity
readwritenonatomicassignimplementation

Provided by category FlutterClippingMaskViewPool().

Definition at line 464 of file FlutterPlatformViews_Internal.mm.

◆ pool

- (NSMutableSet<FlutterClippingMaskView*>*) pool
readwritenonatomicretainimplementation

Provided by category FlutterClippingMaskViewPool().

Definition at line 468 of file FlutterPlatformViews_Internal.mm.


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