Flutter Engine
The Flutter Engine
|
Public Member Functions | |
ThinAASlide () | |
void | load (SkScalar w, SkScalar h) override |
void | draw (SkCanvas *canvas) override |
bool | animate (double nanos) override |
bool | onChar (SkUnichar key) override |
Public Member Functions inherited from Slide | |
virtual SkISize | getDimensions () const |
virtual void | gpuTeardown () |
virtual void | draw (SkCanvas *canvas)=0 |
virtual bool | animate (double nanos) |
virtual void | load (SkScalar winWidth, SkScalar winHeight) |
virtual void | resize (SkScalar winWidth, SkScalar winHeight) |
virtual void | unload () |
virtual bool | onChar (SkUnichar c) |
virtual bool | onMouse (SkScalar x, SkScalar y, skui::InputState state, skui::ModifierKey modifiers) |
virtual bool | onGetControls (SkMetaData *) |
virtual void | onSetControls (const SkMetaData &) |
const SkString & | getName () |
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 Slide | |
SkString | fName |
Definition at line 245 of file ThinAASlide.cpp.
|
inline |
Definition at line 247 of file ThinAASlide.cpp.
|
inlineoverridevirtual |
Reimplemented from Slide.
Definition at line 316 of file ThinAASlide.cpp.
|
inlineoverridevirtual |
Implements Slide.
Definition at line 281 of file ThinAASlide.cpp.
Reimplemented from Slide.
Definition at line 249 of file ThinAASlide.cpp.
|
inlineoverridevirtual |
Reimplemented from Slide.
Definition at line 373 of file ThinAASlide.cpp.