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

#include <SkiaContext.h>

Inheritance diagram for SkiaContext:
SkiaGLContext SkiaMetalContext SkiaUIContext

Instance Methods

(UIView *) - makeViewWithController:withFrame:
 
(SkiaViewController *) - getViewController:
 

Detailed Description

Definition at line 10 of file SkiaContext.h.

Method Documentation

◆ getViewController:

- (SkiaViewController *) getViewController: (UIView*)  view

Reimplemented in SkiaGLContext, SkiaMetalContext, and SkiaUIContext.

Definition at line 1 of file SkiaContext.mm.

8:(UIView*)view { return nil; }

◆ makeViewWithController:withFrame:

- (UIView *) makeViewWithController: (SkiaViewController*)  vc
withFrame: (CGRect)  frame 

Reimplemented in SkiaGLContext, SkiaMetalContext, and SkiaUIContext.

Definition at line 1 of file SkiaContext.mm.

7:(SkiaViewController*)vc withFrame:(CGRect)frame { return nil; }
double frame
Definition examples.cpp:31

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