Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.cpp223 return CreateInsetSize(data); in CreateInset()
225 auto inset = CreateInsetSize(StringUtils::TrimStr(data.substr(0, roundIndex))); in CreateInset()
253 RefPtr<Inset> ClipPath::CreateInsetSize(const std::string& data) in CreateInsetSize() function in OHOS::Ace::ClipPath
H A Dclip_path.h91 static RefPtr<Inset> CreateInsetSize(const std::string& data);