Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_node.cpp97 …onent> SvgNode::CreateBoxComponent(const LayoutParam& layoutParam, const std::string& clipPathHref) in CreateBoxComponent() argument
100 if (!clipPathHref.empty()) { in CreateBoxComponent()
101 auto pathCommands = AsClipPathCommands(layoutParam.GetMaxSize(), clipPathHref); in CreateBoxComponent()
H A Dsvg_node.h96 …<BoxComponent> CreateBoxComponent(const LayoutParam& layoutParam, const std::string& clipPathHref);