|
| CaseParameters (std::string info) |
|
| CaseParameters (std::string info, SkSetup &sk_setup, DlSetup &dl_setup) |
|
| CaseParameters (std::string info, SkSetup &sk_setup, DlSetup &dl_setup, SkRenderer &sk_restore, DlRenderer &dl_restore, DlColor bg, bool has_diff_clip, bool has_mutating_save_layer, bool fuzzy_compare_components) |
|
CaseParameters | with_restore (SkRenderer &sk_restore, DlRenderer &dl_restore, bool mutating_layer, bool fuzzy_compare_components=false) |
|
CaseParameters | with_bg (DlColor bg) |
|
CaseParameters | with_diff_clip () |
|
std::string | info () const |
|
DlColor | bg () const |
|
bool | has_diff_clip () const |
|
bool | has_mutating_save_layer () const |
|
bool | fuzzy_compare_components () const |
|
SkSetup | sk_setup () const |
|
DlSetup | dl_setup () const |
|
SkRenderer | sk_restore () const |
|
DlRenderer | dl_restore () const |
|
Definition at line 746 of file dl_rendering_unittests.cc.
◆ CaseParameters() [1/3]
flutter::testing::CaseParameters::CaseParameters |
( |
std::string |
info | ) |
|
|
inlineexplicit |
Definition at line 748 of file dl_rendering_unittests.cc.
CaseParameters(std::string info)
static const DlSetup kEmptyDlSetup
static const SkSetup kEmptySkSetup
◆ CaseParameters() [2/3]
flutter::testing::CaseParameters::CaseParameters |
( |
std::string |
info, |
|
|
SkSetup & |
sk_setup, |
|
|
DlSetup & |
dl_setup |
|
) |
| |
|
inline |
Definition at line 751 of file dl_rendering_unittests.cc.
758 false,
759 false,
760 false) {}
constexpr SkColor SK_ColorTRANSPARENT
static const SkRenderer kEmptySkRenderer
static const DlRenderer kEmptyDlRenderer
◆ CaseParameters() [3/3]
flutter::testing::CaseParameters::CaseParameters |
( |
std::string |
info, |
|
|
SkSetup & |
sk_setup, |
|
|
DlSetup & |
dl_setup, |
|
|
SkRenderer & |
sk_restore, |
|
|
DlRenderer & |
dl_restore, |
|
|
DlColor |
bg, |
|
|
bool |
has_diff_clip, |
|
|
bool |
has_mutating_save_layer, |
|
|
bool |
fuzzy_compare_components |
|
) |
| |
|
inline |
Definition at line 762 of file dl_rendering_unittests.cc.
771 : info_(std::move(
info)),
bool fuzzy_compare_components() const
bool has_mutating_save_layer() const
bool has_diff_clip() const
SkRenderer sk_restore() 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 |
◆ sk_restore()
SkRenderer flutter::testing::CaseParameters::sk_restore |
( |
| ) |
const |
|
inline |
◆ sk_setup()
SkSetup flutter::testing::CaseParameters::sk_setup |
( |
| ) |
const |
|
inline |
◆ with_bg()
Definition at line 790 of file dl_rendering_unittests.cc.
790 {
791 return CaseParameters(info_, sk_setup_, dl_setup_, sk_restore_, dl_restore_,
792 bg, has_diff_clip_, has_mutating_save_layer_,
793 fuzzy_compare_components_);
794 }
◆ with_diff_clip()
Definition at line 796 of file dl_rendering_unittests.cc.
796 {
797 return CaseParameters(info_, sk_setup_, dl_setup_, sk_restore_, dl_restore_,
798 bg_, true, has_mutating_save_layer_,
799 fuzzy_compare_components_);
800 }
◆ with_restore()
CaseParameters flutter::testing::CaseParameters::with_restore |
( |
SkRenderer & |
sk_restore, |
|
|
DlRenderer & |
dl_restore, |
|
|
bool |
mutating_layer, |
|
|
bool |
fuzzy_compare_components = false |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: