Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.h177 static void JsColorBlend(const JSCallbackInfo& args);
H A Djs_xcomponent.cpp166 JSClass<JSXComponent>::StaticMethod("colorBlend", &JSXComponent::JsColorBlend); in JSBind()
609 void JSXComponent::JsColorBlend(const JSCallbackInfo& args) in JsColorBlend() function in OHOS::OHOS::Ace::Framework::JSXComponent
615 JSViewAbstract::JsColorBlend(args); in JsColorBlend()
H A Djs_view_abstract.h239 static void JsColorBlend(const JSCallbackInfo& info);
H A Djs_view_abstract.cpp4824 void JSViewAbstract::JsColorBlend(const JSCallbackInfo& info) in JsColorBlend() function in OHOS::OHOS::Ace::Framework::JSViewAbstract
8664 JSClass<JSViewAbstract>::StaticMethod("colorBlend", &JSViewAbstract::JsColorBlend); in JSBind()

Completed in 24 milliseconds