Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
flutter::testing::SaveLayerExpectations Struct Reference

Public Member Functions

 SaveLayerExpectations ()
 
 SaveLayerExpectations (const SaveLayerOptions &o)
 
 SaveLayerExpectations (const SaveLayerOptionsTester &t)
 
 SaveLayerExpectations (DlBlendMode mode)
 

Public Attributes

std::optional< SaveLayerOptionsoptions
 
std::optional< SaveLayerOptionsTestertester
 
std::optional< DlBlendModemax_blend_mode
 

Detailed Description

Definition at line 1365 of file display_list_unittests.cc.

Constructor & Destructor Documentation

◆ SaveLayerExpectations() [1/4]

flutter::testing::SaveLayerExpectations::SaveLayerExpectations ( )
inline

Definition at line 1366 of file display_list_unittests.cc.

1366{}

◆ SaveLayerExpectations() [2/4]

flutter::testing::SaveLayerExpectations::SaveLayerExpectations ( const SaveLayerOptions o)
inline

Definition at line 1369 of file display_list_unittests.cc.

1369: options(o) {}
std::optional< SaveLayerOptions > options

◆ SaveLayerExpectations() [3/4]

flutter::testing::SaveLayerExpectations::SaveLayerExpectations ( const SaveLayerOptionsTester t)
inline

Definition at line 1371 of file display_list_unittests.cc.

1371: tester(t) {}
std::optional< SaveLayerOptionsTester > tester

◆ SaveLayerExpectations() [4/4]

flutter::testing::SaveLayerExpectations::SaveLayerExpectations ( DlBlendMode  mode)
inline

Definition at line 1373 of file display_list_unittests.cc.

1373: max_blend_mode(mode) {}

References flutter::mode.

Member Data Documentation

◆ max_blend_mode

std::optional<DlBlendMode> flutter::testing::SaveLayerExpectations::max_blend_mode

Definition at line 1377 of file display_list_unittests.cc.

◆ options

std::optional<SaveLayerOptions> flutter::testing::SaveLayerExpectations::options

Definition at line 1375 of file display_list_unittests.cc.

◆ tester

std::optional<SaveLayerOptionsTester> flutter::testing::SaveLayerExpectations::tester

Definition at line 1376 of file display_list_unittests.cc.


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