Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Functions
SkiaContext.h File Reference
#include "tools/skottie_ios_app/SkottieViewController.h"
import <UIKit/UIKit.h>

Go to the source code of this file.

Classes

class  SkiaContext
 

Functions

SkiaContextMakeSkiaMetalContext ()
 
SkiaContextMakeSkiaGLContext ()
 
SkiaContextMakeSkiaUIContext ()
 

Function Documentation

◆ MakeSkiaGLContext()

SkiaContext * MakeSkiaGLContext ( )

Definition at line 150 of file SkiaGLContext.mm.

150{ return [[SkiaGLContext alloc] init]; }
init(device_serial, adb_binary)
Definition _adb_path.py:12

◆ MakeSkiaMetalContext()

SkiaContext * MakeSkiaMetalContext ( )

Definition at line 120 of file SkiaMetalContext.mm.

120{ return [[SkiaMetalContext alloc] init]; }

◆ MakeSkiaUIContext()

SkiaContext * MakeSkiaUIContext ( )

Definition at line 68 of file SkiaUIContext.mm.

68{ return [[SkiaUIContext alloc] init]; }