Home
last modified time | relevance | path

Searched refs:JsHueRotate (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.h176 static void JsHueRotate(const JSCallbackInfo& args);
H A Djs_xcomponent.cpp165 JSClass<JSXComponent>::StaticMethod("hueRotate", &JSXComponent::JsHueRotate); in JSBind()
600 void JSXComponent::JsHueRotate(const JSCallbackInfo& args) in JsHueRotate() function in OHOS::OHOS::Ace::Framework::JSXComponent
606 JSViewAbstract::JsHueRotate(args); in JsHueRotate()
H A Djs_view_abstract.h405 static void JsHueRotate(const JSCallbackInfo& info);
H A Djs_view_abstract.cpp7167 void JSViewAbstract::JsHueRotate(const JSCallbackInfo& info) in JsHueRotate() function in OHOS::OHOS::Ace::Framework::JSViewAbstract
8728 JSClass<JSViewAbstract>::StaticMethod("hueRotate", &JSViewAbstract::JsHueRotate); in JSBind()

Completed in 27 milliseconds