Flutter Engine
The Flutter Engine
|
#include <Surface.h>
Public Member Functions | |
ThreadedSurface (JNIEnv *env, jobject surface) | |
Public Member Functions inherited from Surface | |
virtual void | release (JNIEnv *)=0 |
virtual void | flushAndSubmit ()=0 |
virtual SkCanvas * | getCanvas ()=0 |
int | width () const |
int | height () const |
sk_sp< SkImage > | makeImageSnapshot () const |
Public Member Functions inherited from SkRefCntBase | |
SkRefCntBase () | |
virtual | ~SkRefCntBase () |
bool | unique () const |
void | ref () const |
void | unref () const |
Additional Inherited Members | |
Protected Attributes inherited from Surface | |
sk_sp< SkSurface > | fSurface |
ThreadedSurface::ThreadedSurface | ( | JNIEnv * | env, |
jobject | surface | ||
) |
Definition at line 48 of file Surface.cpp.