Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.h387 static void JsSweepGradient(const JSCallbackInfo& info);
H A Djs_view_abstract.cpp6885 void JSViewAbstract::JsSweepGradient(const JSCallbackInfo& info) in JsSweepGradient() function in OHOS::Ace::Framework::JSViewAbstract
8776 JSClass<JSViewAbstract>::StaticMethod("sweepGradient", &JSViewAbstract::JsSweepGradient); in JSBind()