Searched refs:jsonOption (Results 1 – 2 of 2) sorted by relevance
261 auto jsonOption = JsonUtil::Create(true); in ToJsonValue() local262 jsonOption->Put("radius", std::to_string(propForegroundEffect.value_or(0.0f)).c_str()); in ToJsonValue()263 json->PutExtAttr("foregroundEffect", jsonOption, filter); in ToJsonValue()
279 void GetAttrOptions(const std::unique_ptr<JsonValue>& jsonOption, ChartOptions& options) in GetAttrOptions() argument281 CHECK_NULL_VOID(jsonOption); in GetAttrOptions()282 if (!jsonOption->IsValid() || !jsonOption->IsObject()) { in GetAttrOptions()285 auto child = jsonOption->GetChild(); in GetAttrOptions()291 [](const std::unique_ptr<JsonValue>& jsonOption, ChartOptions& chartOptions) { in GetAttrOptions()293 GetAttrOptionsAxis(jsonOption, xAxis); in GetAttrOptions()297 [](const std::unique_ptr<JsonValue>& jsonOption, ChartOptions& chartOptions) { in GetAttrOptions()299 GetAttrOptionsAxis(jsonOption, yAxis); in GetAttrOptions()