Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h169 inline BorderImageRepeat ConvertStrToBorderImageRepeat(const std::string& repeat) in ConvertStrToBorderImageRepeat() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp2259 bgStyle.borderImage->SetRepeatMode(ConvertStrToBorderImageRepeat(value)); in SetBorderImageRepeatForFourEdges()