#include <fake_flatland_types.h>
Public Member Functions | |
| bool | operator== (const FakeTransform &other) const |
Public Attributes | |
| fuchsia::ui::composition::TransformId | id {kInvalidTransformId} |
| fuchsia::math::Vec | translation {kDefaultTranslation} |
| fuchsia::math::VecF | scale {kDefaultScale} |
| fuchsia::ui::composition::Orientation | orientation {kDefaultOrientation} |
| std::optional< fuchsia::math::Rect > | clip_bounds = std::nullopt |
| float | opacity = kDefaultOpacity |
| std::vector< std::shared_ptr< FakeTransform > > | children |
| std::shared_ptr< FakeContent > | content |
| std::vector< fuchsia::ui::composition::HitRegion > | hit_regions |
Static Public Attributes | |
| static constexpr fuchsia::math::Vec | kDefaultTranslation {.x = 0, .y = 0} |
| static constexpr fuchsia::math::VecF | kDefaultScale {.x = 1.0f, .y = 1.0f} |
| static constexpr fuchsia::ui::composition::Orientation | kDefaultOrientation |
| static constexpr float | kDefaultOpacity = 1.0f |
Definition at line 225 of file fake_flatland_types.h.
| bool flutter_runner::testing::FakeTransform::operator== | ( | const FakeTransform & | other | ) | const |
Definition at line 135 of file fake_flatland_types.cc.
References children, clip_bounds, content, hit_regions, id, orientation, and translation.
| std::vector<std::shared_ptr<FakeTransform> > flutter_runner::testing::FakeTransform::children |
Definition at line 244 of file fake_flatland_types.h.
Referenced by operator==().
| std::optional<fuchsia::math::Rect> flutter_runner::testing::FakeTransform::clip_bounds = std::nullopt |
Definition at line 240 of file fake_flatland_types.h.
Referenced by operator==().
| std::shared_ptr<FakeContent> flutter_runner::testing::FakeTransform::content |
Definition at line 245 of file fake_flatland_types.h.
Referenced by operator==().
| std::vector<fuchsia::ui::composition::HitRegion> flutter_runner::testing::FakeTransform::hit_regions |
Definition at line 246 of file fake_flatland_types.h.
Referenced by operator==().
| fuchsia::ui::composition::TransformId flutter_runner::testing::FakeTransform::id {kInvalidTransformId} |
Definition at line 234 of file fake_flatland_types.h.
Referenced by operator==().
|
staticconstexpr |
Definition at line 232 of file fake_flatland_types.h.
|
staticconstexpr |
Definition at line 230 of file fake_flatland_types.h.
|
staticconstexpr |
Definition at line 229 of file fake_flatland_types.h.
Referenced by flutter_runner::testing::TEST_F().
|
staticconstexpr |
Definition at line 228 of file fake_flatland_types.h.
| float flutter_runner::testing::FakeTransform::opacity = kDefaultOpacity |
Definition at line 242 of file fake_flatland_types.h.
| fuchsia::ui::composition::Orientation flutter_runner::testing::FakeTransform::orientation {kDefaultOrientation} |
Definition at line 238 of file fake_flatland_types.h.
Referenced by operator==().
| fuchsia::math::VecF flutter_runner::testing::FakeTransform::scale {kDefaultScale} |
Definition at line 237 of file fake_flatland_types.h.
| fuchsia::math::Vec flutter_runner::testing::FakeTransform::translation {kDefaultTranslation} |
Definition at line 236 of file fake_flatland_types.h.
Referenced by operator==().