5 #ifndef FLUTTER_IMPELLER_ENTITY_ENTITY_PLAYGROUND_H_
6 #define FLUTTER_IMPELLER_ENTITY_ENTITY_PLAYGROUND_H_
26 std::shared_ptr<TypographerContext> typographer_context);
37 std::shared_ptr<TypographerContext> typographer_context_;
bool OpenPlaygroundHere(Entity entity)
std::shared_ptr< ContentContext > GetContentContext() const
std::shared_ptr< TypographerContext > GetTypographerContext() const
std::function< bool(ContentContext &context, RenderPass &pass)> EntityPlaygroundCallback
void SetTypographerContext(std::shared_ptr< TypographerContext > typographer_context)
Render passes encode render commands directed as one specific render target into an underlying comman...