Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.cpp230 std::string::size_type roundDataIndex = roundData.find('/'); in CreateInset() local
231 if (roundDataIndex == std::string::npos) { in CreateInset()
240 … StringUtils::SplitStr(StringUtils::TrimStr(roundData.substr(0, roundDataIndex)), " ", rounds1); in CreateInset()
245 … StringUtils::SplitStr(StringUtils::TrimStr(roundData.substr(roundDataIndex + 1)), " ", rounds2); in CreateInset()