Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sceneview.h33 static void JsRenderWidth(const JSCallbackInfo& info);
H A Djs_sceneview.cpp335 void JSSceneView::JsRenderWidth(const JSCallbackInfo& info) in JsRenderWidth() function in OHOS::Ace::Framework::JSSceneView
458 JSClass<JSSceneView>::StaticMethod("renderWidth", &JSSceneView::JsRenderWidth); in JSBind()