Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dshadow_theme.h90 auto radiusName = prefix + std::string(attrs[4]) + suffix; in ParseShadowParam() local
91 auto radius = themeStyle->GetAttr<double>(radiusName, 0.0); in ParseShadowParam()
H A Dblur_style_theme.cpp66 constexpr static char radiusName[] = "radius"; in ParseBlurParam() local
72 auto radiusFullName = std::string(prefix) + "_" + styleName + "_" + radiusName; in ParseBlurParam()