Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.h180 static void JsPixelStretchEffect(const JSCallbackInfo& args);
H A Djs_xcomponent.cpp169 JSClass<JSXComponent>::StaticMethod("pixelStretchEffect", &JSXComponent::JsPixelStretchEffect); in JSBind()
636 void JSXComponent::JsPixelStretchEffect(const JSCallbackInfo& args) in JsPixelStretchEffect() function in OHOS::OHOS::Ace::Framework::JSXComponent
642 JSViewAbstract::JsPixelStretchEffect(args); in JsPixelStretchEffect()
H A Djs_view_abstract.h156 static void JsPixelStretchEffect(const JSCallbackInfo& info);
H A Djs_view_abstract.cpp3057 void JSViewAbstract::JsPixelStretchEffect(const JSCallbackInfo& info) in JsPixelStretchEffect() function in OHOS::OHOS::Ace::Framework::JSViewAbstract
8626 JSClass<JSViewAbstract>::StaticMethod("pixelStretchEffect", &JSViewAbstract::JsPixelStretchEffect); in JSBind()

Completed in 23 milliseconds