Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
flutter::testing::RenderJobInfo Struct Reference

Public Attributes

int width = kTestWidth
 
int height = kTestHeight
 
DlColor bg = DlColor::kTransparent()
 
SkScalar scale = SK_Scalar1
 
SkScalar opacity = SK_Scalar1
 

Detailed Description

Definition at line 435 of file dl_rendering_unittests.cc.

Member Data Documentation

◆ bg

DlColor flutter::testing::RenderJobInfo::bg = DlColor::kTransparent()

Definition at line 438 of file dl_rendering_unittests.cc.

◆ height

int flutter::testing::RenderJobInfo::height = kTestHeight

Definition at line 437 of file dl_rendering_unittests.cc.

◆ opacity

SkScalar flutter::testing::RenderJobInfo::opacity = SK_Scalar1

Definition at line 440 of file dl_rendering_unittests.cc.

◆ scale

SkScalar flutter::testing::RenderJobInfo::scale = SK_Scalar1

Definition at line 439 of file dl_rendering_unittests.cc.

◆ width

int flutter::testing::RenderJobInfo::width = kTestWidth

Definition at line 436 of file dl_rendering_unittests.cc.


The documentation for this struct was generated from the following file: