Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.cpp65 …TextBackgroundStyle exportStyle = { .backgroundColor = Color::TRANSPARENT, .backgroundRadius = def… in ToJsonValue() local
67 exportStyle.backgroundColor = style.value().backgroundColor.value_or(Color::TRANSPARENT); in ToJsonValue()
68 exportStyle.backgroundRadius = style.value().backgroundRadius.value_or(defaultRadius); in ToJsonValue()
72 styleJson->Put("color", exportStyle.backgroundColor->ColorToString().c_str()); in ToJsonValue()
74 exportStyle.backgroundRadius->ToJsonValue(radiusJson, styleJson, filter); in ToJsonValue()