#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 | |
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 704 of file FlutterPlatformViews.mm.
UIViewController<FlutterViewResponder>* _flutterViewController |
Definition at line 709 of file FlutterPlatformViews.mm.
|
static |
Definition at line 93 of file FlutterPlatformViews.mm.
|
static |
Definition at line 95 of file FlutterPlatformViews.mm.
|
static |
Definition at line 97 of file FlutterPlatformViews.mm.
|
static |
Definition at line 98 of file FlutterPlatformViews.mm.
BOOL containsNonRectPath_ |
Definition at line 248 of file FlutterPlatformViews.mm.
CGRect rectSoFar_ |
Definition at line 249 of file FlutterPlatformViews.mm.