Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.h326 static bool ParseJsonColor(const std::unique_ptr<JsonValue>& jsonValue, Color& result);
H A Djs_view_abstract.cpp9306 bool JSViewAbstract::ParseJsonColor(const std::unique_ptr<JsonValue>& jsonValue, Color& result) in ParseJsonColor() function in OHOS::Ace::Framework::JSViewAbstract
9604 if (!ParseJsonColor(colorParams, color)) { in GetGradientColorStops()
9638 if (!ParseJsonColor(colorParams, color)) { in NewGetGradientColorStops()