Home
last modified time | relevance | path

Searched refs:blurEffect_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_foreground_effect_filter.cpp53 static std::shared_ptr<Drawing::RuntimeEffect> blurEffect_ = nullptr; in MakeForegroundEffect() local
73 if (blurEffect_ == nullptr) { in MakeForegroundEffect()
74 blurEffect_ = Drawing::RuntimeEffect::CreateForShader(blurString); in MakeForegroundEffect()
75 if (blurEffect_ == nullptr) { in MakeForegroundEffect()
81 std::make_shared<Drawing::RuntimeShaderBuilder>(blurEffect_); in MakeForegroundEffect()
H A Drs_kawase_blur.cpp93 blurEffect_ = std::move(blurEffect); in KawaseBlurFilter()
255 if (!blurEffect_ || !mixEffect_ || !image) { in ApplyKawaseBlur()
305 Drawing::RuntimeShaderBuilder blurBuilder(isUsingAF ? blurEffectAF_ : blurEffect_); in ExecutePingPongBlur()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_kawase_blur.h90 std::shared_ptr<Drawing::RuntimeEffect> blurEffect_; variable