![]() |
Flutter Engine
The Flutter Engine
|
Public Member Functions | |
TextureUploadSlide () | |
bool | onChar (SkUnichar uni) override |
SkISize | getDimensions () const override |
void | draw (SkCanvas *canvas) override |
bool | animate (double nanos) override |
![]() | |
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 () |
![]() | |
SkRefCntBase () | |
virtual | ~SkRefCntBase () |
bool | unique () const |
void | ref () const |
void | unref () const |
Additional Inherited Members | |
![]() | |
SkString | fName |
This sample exercises heavy texture updates and uploads.
Definition at line 22 of file TextureUploadSlide.cpp.
|
inline |
Definition at line 24 of file TextureUploadSlide.cpp.
|
inlineoverridevirtual |
Reimplemented from Slide.
Definition at line 81 of file TextureUploadSlide.cpp.
|
inlineoverridevirtual |
Implements Slide.
Definition at line 46 of file TextureUploadSlide.cpp.
|
inlineoverridevirtual |
A slide may have a content dimensions that is independent of the current window size. An empty size indicates that the Slide's dimensions are equal to the window's dimensions.
Reimplemented from Slide.
Definition at line 44 of file TextureUploadSlide.cpp.
|
inlineoverridevirtual |
Reimplemented from Slide.
Definition at line 26 of file TextureUploadSlide.cpp.