#include <aiks_playground.h>
Definition at line 17 of file aiks_playground.h.
◆ AiksDlPlaygroundCallback
◆ AiksPlaygroundCallback
◆ AiksPlayground()
impeller::AiksPlayground::AiksPlayground |
( |
| ) |
|
Definition at line 17 of file aiks_playground.cc.
static std::shared_ptr< TypographerContext > Make()
◆ ~AiksPlayground()
impeller::AiksPlayground::~AiksPlayground |
( |
| ) |
|
|
default |
◆ ImGuiBegin()
bool impeller::AiksPlayground::ImGuiBegin |
( |
const char * |
name, |
|
|
bool * |
p_open, |
|
|
ImGuiWindowFlags |
flags |
|
) |
| |
|
static |
Definition at line 69 of file aiks_playground.cc.
71 {
73 return true;
74}
FlutterSemanticsFlag flags
DEF_SWITCHES_START aot vmservice shared library name
◆ OpenPlaygroundHere() [1/4]
Definition at line 48 of file aiks_playground.cc.
48 {
50 return true;
51 }
52
54
56 return false;
57 }
58
63 return false;
64 }
66 });
67}
const PlaygroundSwitches switches_
std::shared_ptr< Context > GetContext() const
bool OpenPlaygroundHere(const Renderer::RenderCallback &render_callback)
FlKeyEvent uint64_t FlKeyResponderAsyncCallback callback
sk_sp< const SkPicture > picture
SK_API sk_sp< SkSurface > RenderTarget(GrRecordingContext *context, skgpu::Budgeted budgeted, const SkImageInfo &imageInfo, int sampleCount, GrSurfaceOrigin surfaceOrigin, const SkSurfaceProps *surfaceProps, bool shouldCreateWithMips=false, bool isProtected=false)
◆ OpenPlaygroundHere() [2/4]
Definition at line 84 of file aiks_playground.cc.
85 {
87
89 return false;
90 }
91
95 DlDispatcher dispatcher;
96 display_list->Dispatch(dispatcher);
98
100 });
101}
SK_API sk_sp< PrecompileShader > Picture()
◆ OpenPlaygroundHere() [3/4]
Definition at line 76 of file aiks_playground.cc.
77 {
78 DlDispatcher dispatcher;
82}
void Dispatch(DlOpReceiver &ctx) const
bool OpenPlaygroundHere(Picture picture)
◆ OpenPlaygroundHere() [4/4]
bool impeller::AiksPlayground::OpenPlaygroundHere |
( |
Picture |
picture | ) |
|
Definition at line 31 of file aiks_playground.cc.
31 {
33 return true;
34 }
35
37
39 return false;
40 }
41
45 });
46}
◆ SetTypographerContext()
void impeller::AiksPlayground::SetTypographerContext |
( |
std::shared_ptr< TypographerContext > |
typographer_context | ) |
|
Definition at line 22 of file aiks_playground.cc.
23 {
24 typographer_context_ = std::move(typographer_context);
25}
◆ TearDown()
void impeller::AiksPlayground::TearDown |
( |
| ) |
|
|
override |
The documentation for this class was generated from the following files: