 |
Flutter Impeller
|
|
Go to the documentation of this file.
16 std::shared_ptr<TypographerContext> typographer_context) {
17 typographer_context_ = std::move(typographer_context);
23 GTEST_SKIP_(
"GoldenPlaygroundTest doesn't support this backend type.");
35 AiksPlaygroundCallback
41 const char* fixture_name,
42 bool enable_mipmapping)
const {
46 const char* asset_name)
const {
69 const std::shared_ptr<Capabilities>& capabilities) {
71 fml::StatusCode::kUnimplemented,
72 "GoldenPlaygroundTest-Stub doesn't support SetCapabilities.");
Point GetContentScale() const
fml::Status SetCapabilities(const std::shared_ptr< Capabilities > &capabilities)
bool OpenPlaygroundHere(Picture picture)
std::shared_ptr< Context > GetContext() const
~GoldenPlaygroundTest() override
void SetTypographerContext(std::shared_ptr< TypographerContext > typographer_context)
PlaygroundBackend GetBackend() const
void SetWindowSize(ISize size)
std::shared_ptr< Texture > CreateTextureForFixture(const char *fixture_name, bool enable_mipmapping=false) const
Scalar GetSecondsElapsed() const
ISize GetWindowSize() const
RuntimeStage::Map OpenAssetAsRuntimeStage(const char *asset_name) const
std::map< RuntimeStageBackend, std::shared_ptr< RuntimeStage > > Map