import "flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.h"import <WebKit/WebKit.h>#include "flutter/display_list/effects/dl_image_filter.h"#include "flutter/fml/platform/darwin/cf_utils.h"import "flutter/shell/platform/darwin/ios/ios_surface.h"Go to the source code of this file.
Classes | |
| class | FLUTTER_ASSERT_ARC::CGPathReceiver |
Namespaces | |
| namespace | FLUTTER_ASSERT_ARC |
Functions | |
| static CGRect | FLUTTER_ASSERT_ARC::GetCGRectFromDlRect (const flutter::DlRect &clipDlRect) |
| CATransform3D | FLUTTER_ASSERT_ARC::GetCATransform3DFromDlMatrix (const flutter::DlMatrix &matrix) |
Variables | |
| static NSObject * | _gaussianBlurFilter = nil |
| static NSInteger | _indexOfBackdropView = -1 |
| static NSInteger | _indexOfVisualEffectSubview = -1 |
| static BOOL | _preparedOnce = NO |
| BOOL | containsNonRectPath_ |
| CGRect | rectSoFar_ |
| NSInteger | _currentTouchPointersCount |
| UIViewController< FlutterViewResponder > * | _flutterViewController |
| NSInteger _currentTouchPointersCount |
Definition at line 706 of file FlutterPlatformViews.mm.
| UIViewController<FlutterViewResponder>* _flutterViewController |
Definition at line 711 of file FlutterPlatformViews.mm.
|
static |
Definition at line 88 of file FlutterPlatformViews.mm.
|
static |
Definition at line 90 of file FlutterPlatformViews.mm.
|
static |
Definition at line 92 of file FlutterPlatformViews.mm.
|
static |
Definition at line 93 of file FlutterPlatformViews.mm.
| BOOL containsNonRectPath_ |
Definition at line 243 of file FlutterPlatformViews.mm.
| CGRect rectSoFar_ |
Definition at line 244 of file FlutterPlatformViews.mm.