Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_matrix2d.h36 void JsSetRotateY(const JSCallbackInfo& info);
H A Djs_matrix2d.cpp69 …Class<JSMatrix2d>::CustomProperty("rotateY", &JSMatrix2d::JsGetRotateY, &JSMatrix2d::JsSetRotateY); in JSBind()
96 void JSMatrix2d::JsSetRotateY(const JSCallbackInfo& info) in JsSetRotateY() function in OHOS::Ace::Framework::JSMatrix2d