Home
last modified time | relevance | path

Searched refs:CommonClipPathStyle (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dstyle.h140 struct CommonClipPathStyle : Style { struct
H A Ddeclaration_constants.cpp91 const std::shared_ptr<CommonClipPathStyle> DeclarationConstants::DEFAULT_CLIP_PATH_STYLE =
92 std::make_shared<CommonClipPathStyle>();
H A Ddeclaration_constants.h109 static const std::shared_ptr<CommonClipPathStyle> DEFAULT_CLIP_PATH_STYLE;
H A Ddeclaration.cpp1062 … declaration.MaybeResetStyle<CommonClipPathStyle>(StyleTag::COMMON_CLIP_PATH_STYLE); in SetCurrentStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1549 …auto& clipPathStyle = static_cast<CommonClipPathStyle&>(declaration_->GetStyle(StyleTag::COMMON_CL… in UpdateBoxComponent()