Flutter Engine
The Flutter Engine
Public Member Functions | Public Attributes | List of all members
flutter::testing::SaveLayerExpector::Expectations Struct Reference

Public Member Functions

 Expectations (SaveLayerOptions o)
 
 Expectations (DlBlendMode mode)
 

Public Attributes

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

Detailed Description

Definition at line 1319 of file display_list_unittests.cc.

Constructor & Destructor Documentation

◆ Expectations() [1/2]

flutter::testing::SaveLayerExpector::Expectations::Expectations ( SaveLayerOptions  o)
inline

Definition at line 1321 of file display_list_unittests.cc.

1321: options(o) {}

◆ Expectations() [2/2]

flutter::testing::SaveLayerExpector::Expectations::Expectations ( DlBlendMode  mode)
inline

Definition at line 1323 of file display_list_unittests.cc.

1323: max_blend_mode(mode) {}
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive mode
Definition: switches.h:228

Member Data Documentation

◆ max_blend_mode

std::optional<DlBlendMode> flutter::testing::SaveLayerExpector::Expectations::max_blend_mode

Definition at line 1326 of file display_list_unittests.cc.

◆ options

std::optional<SaveLayerOptions> flutter::testing::SaveLayerExpector::Expectations::options

Definition at line 1325 of file display_list_unittests.cc.


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