Searched refs:CommonClipPathStyle (Results 1 – 5 of 5) sorted by relevance
140 struct CommonClipPathStyle : Style { struct
91 const std::shared_ptr<CommonClipPathStyle> DeclarationConstants::DEFAULT_CLIP_PATH_STYLE =92 std::make_shared<CommonClipPathStyle>();
109 static const std::shared_ptr<CommonClipPathStyle> DEFAULT_CLIP_PATH_STYLE;
1062 … declaration.MaybeResetStyle<CommonClipPathStyle>(StyleTag::COMMON_CLIP_PATH_STYLE); in SetCurrentStyle()
1549 …auto& clipPathStyle = static_cast<CommonClipPathStyle&>(declaration_->GetStyle(StyleTag::COMMON_CL… in UpdateBoxComponent()