Home
last modified time | relevance | path

Searched refs:GetFrontBlurRadius (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.cpp119 if (renderContext->GetFrontBlurRadius().has_value() && in CheckBlur()
120 GreatNotEqual(renderContext->GetFrontBlurRadius().value().ConvertToPx(), 0.0f)) { in CheckBlur()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h449 std::optional<Dimension> GetFrontBlurRadius() const in GetFrontBlurRadius() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp1437 EXPECT_FALSE(FRAME_NODE_ROOT->GetRenderContext()->GetFrontBlurRadius().has_value());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp347 if (target->GetFrontBlurRadius().has_value()) { in SetForegroundBlurStyle()
3109 if (target->GetFrontBlurRadius().has_value()) { in SetForegroundBlurStyle()