5#ifndef FLUTTER_IMPELLER_DISPLAY_LIST_DL_PLAYGROUND_H_
6#define FLUTTER_IMPELLER_DISPLAY_LIST_DL_PLAYGROUND_H_
12#include "third_party/skia/include/core/SkFont.h"
19 std::function<sk_sp<flutter::DisplayList>()>;
32 const sk_sp<flutter::DisplayList>& list);
39 const char* fixture_name,
40 bool enable_mipmapping =
false)
const;
SkFont CreateTestFontOfSize(Scalar scalar)
bool OpenPlaygroundHere(flutter::DisplayListBuilder &builder)
std::unique_ptr< testing::Screenshot > MakeScreenshot(const sk_sp< flutter::DisplayList > &list)
sk_sp< flutter::DlImage > CreateDlImageForFixture(const char *fixture_name, bool enable_mipmapping=false) const
std::function< sk_sp< flutter::DisplayList >()> DisplayListPlaygroundCallback
bool IsGoldenTestSuite() const override
This method is overridden on a test suite basis and establishes whether a given set of tests is inten...
FlutterDesktopBinaryReply callback