Flutter Engine
The Flutter Engine
third_party
skia
tools
skottie_ios_app
SkiaContext.h
Go to the documentation of this file.
1
// Copyright 2020 Google LLC.
2
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
3
#ifndef SkiaContext_DEFINED
4
#define SkiaContext_DEFINED
5
6
#include "
tools/skottie_ios_app/SkottieViewController.h
"
7
8
#import <UIKit/UIKit.h>
9
10
@interface
SkiaContext
: NSObject
11
- (UIView*) makeViewWithController:(
SkiaViewController
*)vc withFrame:(CGRect)frame;
12
- (
SkiaViewController
*) getViewController:(UIView*)view;
13
@end
14
15
SkiaContext
*
MakeSkiaMetalContext
();
16
17
SkiaContext
*
MakeSkiaGLContext
();
18
19
SkiaContext
*
MakeSkiaUIContext
();
20
#endif
// SkiaContext_DEFINED
MakeSkiaMetalContext
SkiaContext * MakeSkiaMetalContext()
Definition:
SkiaMetalContext.mm:120
MakeSkiaUIContext
SkiaContext * MakeSkiaUIContext()
Definition:
SkiaUIContext.mm:68
MakeSkiaGLContext
SkiaContext * MakeSkiaGLContext()
Definition:
SkiaGLContext.mm:150
SkottieViewController.h
SkiaContext
Definition:
SkiaContext.h:11
SkiaViewController
Definition:
SkiaViewController.h:13
Generated on Sun Jun 23 2024 21:56:51 for Flutter Engine by
1.9.4