Flutter Engine
The Flutter Engine
|
Public Attributes | |
int | width = kTestWidth |
int | height = kTestHeight |
DlColor | bg = DlColor::kTransparent() |
SkScalar | scale = SK_Scalar1 |
SkScalar | opacity = SK_Scalar1 |
Definition at line 436 of file dl_rendering_unittests.cc.
DlColor flutter::testing::RenderJobInfo::bg = DlColor::kTransparent() |
Definition at line 439 of file dl_rendering_unittests.cc.
int flutter::testing::RenderJobInfo::height = kTestHeight |
Definition at line 438 of file dl_rendering_unittests.cc.
SkScalar flutter::testing::RenderJobInfo::opacity = SK_Scalar1 |
Definition at line 441 of file dl_rendering_unittests.cc.
SkScalar flutter::testing::RenderJobInfo::scale = SK_Scalar1 |
Definition at line 440 of file dl_rendering_unittests.cc.
int flutter::testing::RenderJobInfo::width = kTestWidth |
Definition at line 437 of file dl_rendering_unittests.cc.