Public Attributes | |
DlBlurStyle | style = DlBlurStyle::kNormal |
Scalar | sigma = 1.0f |
Scalar | alpha = 1.0f |
std::shared_ptr< DlImageFilter > | image_filter |
bool | invert_colors = false |
DlBlendMode | blend_mode = DlBlendMode::kSrcOver |
Definition at line 496 of file aiks_dl_blur_unittests.cc.
Scalar impeller::testing::MaskBlurTestConfig::alpha = 1.0f |
Definition at line 499 of file aiks_dl_blur_unittests.cc.
Referenced by impeller::testing::MaskBlurVariantTest().
DlBlendMode impeller::testing::MaskBlurTestConfig::blend_mode = DlBlendMode::kSrcOver |
Definition at line 502 of file aiks_dl_blur_unittests.cc.
Referenced by impeller::testing::MaskBlurVariantTest().
std::shared_ptr<DlImageFilter> impeller::testing::MaskBlurTestConfig::image_filter |
Definition at line 500 of file aiks_dl_blur_unittests.cc.
Referenced by impeller::testing::MaskBlurVariantTest().
bool impeller::testing::MaskBlurTestConfig::invert_colors = false |
Definition at line 501 of file aiks_dl_blur_unittests.cc.
Referenced by impeller::testing::MaskBlurVariantTest().
Scalar impeller::testing::MaskBlurTestConfig::sigma = 1.0f |
Definition at line 498 of file aiks_dl_blur_unittests.cc.
Referenced by impeller::testing::MaskBlurVariantTest().
DlBlurStyle impeller::testing::MaskBlurTestConfig::style = DlBlurStyle::kNormal |
Definition at line 497 of file aiks_dl_blur_unittests.cc.
Referenced by impeller::testing::MaskBlurVariantTest().