Definition at line 587 of file dl_rendering_unittests.cc.
◆ CaseParameters() [1/3]
| flutter::testing::CaseParameters::CaseParameters |
( |
std::string |
info | ) |
|
|
inlineexplicit |
◆ CaseParameters() [2/3]
| flutter::testing::CaseParameters::CaseParameters |
( |
std::string |
info, |
|
|
DlSetup & |
dl_setup |
|
) |
| |
|
inline |
Definition at line 592 of file dl_rendering_unittests.cc.
597 false,
598 false,
599 false) {}
static const DlRenderer kEmptyDlRenderer
static constexpr DlColor kTransparent()
◆ CaseParameters() [3/3]
| flutter::testing::CaseParameters::CaseParameters |
( |
std::string |
info, |
|
|
DlSetup & |
dl_setup, |
|
|
DlRenderer & |
dl_restore, |
|
|
DlColor |
bg, |
|
|
bool |
has_diff_clip, |
|
|
bool |
has_mutating_save_layer, |
|
|
bool |
fuzzy_compare_components |
|
) |
| |
|
inline |
Definition at line 601 of file dl_rendering_unittests.cc.
608 : info_(std::move(
info)),
bool fuzzy_compare_components() const
bool has_mutating_save_layer() const
bool has_diff_clip() const
DlRenderer dl_restore() const
◆ bg()
| DlColor flutter::testing::CaseParameters::bg |
( |
| ) |
const |
|
inline |
◆ dl_restore()
| DlRenderer flutter::testing::CaseParameters::dl_restore |
( |
| ) |
const |
|
inline |
◆ dl_setup()
| DlSetup flutter::testing::CaseParameters::dl_setup |
( |
| ) |
const |
|
inline |
◆ fuzzy_compare_components()
| bool flutter::testing::CaseParameters::fuzzy_compare_components |
( |
| ) |
const |
|
inline |
◆ has_diff_clip()
| bool flutter::testing::CaseParameters::has_diff_clip |
( |
| ) |
const |
|
inline |
◆ has_mutating_save_layer()
| bool flutter::testing::CaseParameters::has_mutating_save_layer |
( |
| ) |
const |
|
inline |
◆ info()
| std::string flutter::testing::CaseParameters::info |
( |
| ) |
const |
|
inline |
◆ with_bg()
◆ with_diff_clip()
◆ with_restore()
| CaseParameters flutter::testing::CaseParameters::with_restore |
( |
DlRenderer & |
dl_restore, |
|
|
bool |
mutating_layer, |
|
|
bool |
fuzzy_compare_components = false |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: