Home
last modified time | relevance | path

Searched refs:CheckOpacity (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.h53 …static bool CheckOpacity(const RefPtr<FrameNode>& node, const RefPtr<RenderContext>& renderContext…
H A Dsecurity_component_handler.cpp79 bool SecurityComponentHandler::CheckOpacity(const RefPtr<FrameNode>& node, const RefPtr<RenderConte… in CheckOpacity() function in OHOS::Ace::NG::SecurityComponentHandler
468 if (CheckOpacity(node, renderContext) || CheckBrightness(node, renderContext) || in CheckRenderEffect()