Searched refs:exportStyle (Results 1 – 1 of 1) sorted by relevance
65 …TextBackgroundStyle exportStyle = { .backgroundColor = Color::TRANSPARENT, .backgroundRadius = def… in ToJsonValue() local67 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()