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 546 of file aiks_dl_blur_unittests.cc.
| Scalar impeller::testing::MaskBlurTestConfig::alpha = 1.0f |
Definition at line 549 of file aiks_dl_blur_unittests.cc.
Referenced by impeller::testing::MaskBlurVariantTest().
| DlBlendMode impeller::testing::MaskBlurTestConfig::blend_mode = DlBlendMode::kSrcOver |
Definition at line 552 of file aiks_dl_blur_unittests.cc.
Referenced by impeller::testing::MaskBlurVariantTest().
| std::shared_ptr<DlImageFilter> impeller::testing::MaskBlurTestConfig::image_filter |
Definition at line 550 of file aiks_dl_blur_unittests.cc.
Referenced by impeller::testing::MaskBlurVariantTest().
| bool impeller::testing::MaskBlurTestConfig::invert_colors = false |
Definition at line 551 of file aiks_dl_blur_unittests.cc.
Referenced by impeller::testing::MaskBlurVariantTest().
| Scalar impeller::testing::MaskBlurTestConfig::sigma = 1.0f |
Definition at line 548 of file aiks_dl_blur_unittests.cc.
Referenced by impeller::testing::MaskBlurVariantTest().
| DlBlurStyle impeller::testing::MaskBlurTestConfig::style = DlBlurStyle::kNormal |
Definition at line 547 of file aiks_dl_blur_unittests.cc.
Referenced by impeller::testing::MaskBlurVariantTest().