Searched refs:ParseJsonDouble (Results 1 – 2 of 2) sorted by relevance
325 static bool ParseJsonDouble(const std::unique_ptr<JsonValue>& jsonValue, double& result);
7184 if (ParseJsonDouble(argsPtrItem->GetValue("low"), low)) { in ParseInvertProps()7188 if (ParseJsonDouble(argsPtrItem->GetValue("high"), high)) { in ParseInvertProps()7192 if (ParseJsonDouble(argsPtrItem->GetValue("threshold"), threshold)) { in ParseInvertProps()7196 if (ParseJsonDouble(argsPtrItem->GetValue("thresholdRange"), thresholdRange)) { in ParseInvertProps()9262 bool JSViewAbstract::ParseJsonDouble(const std::unique_ptr<JsonValue>& jsonValue, double& result) in ParseJsonDouble() function in OHOS::Ace::Framework::JSViewAbstract9615 if (ParseJsonDouble(stopValue, value)) { in GetGradientColorStops()9649 if (ParseJsonDouble(stopValue, value)) { in NewGetGradientColorStops()