5 #ifndef FLUTTER_IMPELLER_DISPLAY_LIST_AIKS_PLAYGROUND_H_
6 #define FLUTTER_IMPELLER_DISPLAY_LIST_AIKS_PLAYGROUND_H_
8 #include "flutter/display_list/display_list.h"
12 #include "third_party/imgui/imgui.h"
27 std::shared_ptr<TypographerContext> typographer_context);
35 ImGuiWindowFlags flags);
38 std::shared_ptr<TypographerContext> typographer_context_;
std::function< sk_sp< flutter::DisplayList >()> AiksDlPlaygroundCallback
bool OpenPlaygroundHere(const AiksDlPlaygroundCallback &callback)
void SetTypographerContext(std::shared_ptr< TypographerContext > typographer_context)
static bool ImGuiBegin(const char *name, bool *p_open, ImGuiWindowFlags flags)