Home
last modified time | relevance | path

Searched refs:JsColorBlend (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.cpp197 JSClass<JSXComponent>::StaticMethod("colorBlend", &JSXComponent::JsColorBlend); in JSBind()
649 void JSXComponent::JsColorBlend(const JSCallbackInfo& args) in JsColorBlend() function in OHOS::Ace::Framework::JSXComponent
655 JSViewAbstract::JsColorBlend(args); in JsColorBlend()
H A Djs_xcomponent.h177 static void JsColorBlend(const JSCallbackInfo& args);
H A Djs_view_abstract.h239 static void JsColorBlend(const JSCallbackInfo& info);
H A Djs_view_abstract.cpp4860 void JSViewAbstract::JsColorBlend(const JSCallbackInfo& info) in JsColorBlend() function in OHOS::Ace::Framework::JSViewAbstract
8738 JSClass<JSViewAbstract>::StaticMethod("colorBlend", &JSViewAbstract::JsColorBlend); in JSBind()