Flutter Engine
The Flutter Engine
|
Protected Member Functions | |
void | onOnceBeforeDraw () override |
SkString | getName () const override |
SkISize | getISize () override |
void | drawFromVisitor (SkCanvas *canvas, skia::textlayout::Paragraph *para) const |
DrawResult | onDraw (SkCanvas *canvas, SkString *errorMsg) override |
bool | runAsBench () const override |
bool | onAnimate (double) override |
Protected Member Functions inherited from skiagm::GM | |
virtual DrawResult | onGpuSetup (SkCanvas *, SkString *, GraphiteTestContext *) |
virtual void | onGpuTeardown () |
virtual void | onOnceBeforeDraw () |
virtual DrawResult | onDraw (SkCanvas *, SkString *errorMsg) |
virtual void | onDraw (SkCanvas *) |
virtual bool | onAnimate (double) |
virtual bool | onGetControls (SkMetaData *) |
virtual void | onSetControls (const SkMetaData &) |
GraphiteTestContext * | graphiteTestContext () const |
Additional Inherited Members | |
Public Types inherited from skiagm::GM | |
enum | Mode { kGM_Mode , kSample_Mode , kBench_Mode } |
using | DrawResult = skiagm::DrawResult |
using | GraphiteTestContext = skiatest::graphite::GraphiteTestContext |
Static Public Attributes inherited from skiagm::GM | |
static constexpr char | kErrorMsg_DrawSkippedGpuOnly [] |
Definition at line 68 of file simple_gm.cpp.
|
inline |
Definition at line 73 of file simple_gm.cpp.
|
inline |
Definition at line 75 of file simple_gm.cpp.
|
inlineprotected |
Definition at line 140 of file simple_gm.cpp.
|
inlineoverrideprotectedvirtual |
Implements skiagm::GM.
Definition at line 133 of file simple_gm.cpp.
|
inlineoverrideprotectedvirtual |
Implements skiagm::GM.
Definition at line 122 of file simple_gm.cpp.
|
inlineoverrideprotectedvirtual |
Reimplemented from skiagm::GM.
Definition at line 245 of file simple_gm.cpp.
|
inlineoverrideprotectedvirtual |
Reimplemented from skiagm::GM.
Definition at line 203 of file simple_gm.cpp.
|
inlineoverrideprotectedvirtual |
Reimplemented from skiagm::GM.
Definition at line 118 of file simple_gm.cpp.
|
inlineoverrideprotectedvirtual |