Home
last modified time | relevance | path

Searched refs:CheckInvert (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.h69 …static bool CheckInvert(const RefPtr<FrameNode>& node, const RefPtr<RenderContext>& renderContext);
H A Dsecurity_component_handler.cpp360 bool SecurityComponentHandler::CheckInvert(const RefPtr<FrameNode>& node, const RefPtr<RenderContex… in CheckInvert() function in OHOS::Ace::NG::SecurityComponentHandler
471 CheckContrast(node, renderContext) || CheckInvert(node, renderContext) || in CheckRenderEffect()