Flutter Engine
The Flutter Engine
|
Public Member Functions | |
DrawShipSlide (const char name[], DrawAtlasProc proc) | |
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 |
Protected Member Functions | |
void | load (SkScalar, SkScalar) override |
void | unload () override |
void | draw (SkCanvas *canvas) override |
bool | animate (double nanos) override |
Additional Inherited Members | |
Protected Attributes inherited from Slide | |
SkString | fName |
Definition at line 50 of file ShipSlide.cpp.
|
inline |
Definition at line 52 of file ShipSlide.cpp.
|
inlineoverrideprotectedvirtual |
Reimplemented from Slide.
Definition at line 129 of file ShipSlide.cpp.
|
inlineoverrideprotectedvirtual |
Implements Slide.
Definition at line 96 of file ShipSlide.cpp.
Reimplemented from Slide.
Definition at line 57 of file ShipSlide.cpp.
|
inlineoverrideprotectedvirtual |
Reimplemented from Slide.
Definition at line 92 of file ShipSlide.cpp.