Public Attributes | |
| FilterContents::BlurStyle | style = FilterContents::BlurStyle::kNormal |
| Scalar | sigma = 1.0f |
| Scalar | alpha = 1.0f |
| std::shared_ptr< ImageFilter > | image_filter |
| bool | invert_colors = false |
| BlendMode | blend_mode = BlendMode::kSourceOver |
Definition at line 285 of file aiks_blur_unittests.cc.
| Scalar impeller::testing::MaskBlurTestConfig::alpha = 1.0f |
Definition at line 288 of file aiks_blur_unittests.cc.
Referenced by impeller::testing::MaskBlurVariantTest().
| BlendMode impeller::testing::MaskBlurTestConfig::blend_mode = BlendMode::kSourceOver |
Definition at line 291 of file aiks_blur_unittests.cc.
Referenced by impeller::testing::MaskBlurVariantTest().
| std::shared_ptr<ImageFilter> impeller::testing::MaskBlurTestConfig::image_filter |
Definition at line 289 of file aiks_blur_unittests.cc.
Referenced by impeller::testing::MaskBlurVariantTest().
| bool impeller::testing::MaskBlurTestConfig::invert_colors = false |
Definition at line 290 of file aiks_blur_unittests.cc.
Referenced by impeller::testing::MaskBlurVariantTest().
| Scalar impeller::testing::MaskBlurTestConfig::sigma = 1.0f |
Definition at line 287 of file aiks_blur_unittests.cc.
Referenced by impeller::testing::MaskBlurVariantTest().
| FilterContents::BlurStyle impeller::testing::MaskBlurTestConfig::style = FilterContents::BlurStyle::kNormal |
Definition at line 286 of file aiks_blur_unittests.cc.
Referenced by impeller::testing::MaskBlurVariantTest().