Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_matrix2d.h37 void JsSetRotateX(const JSCallbackInfo& info);
H A Djs_matrix2d.cpp70 …Class<JSMatrix2d>::CustomProperty("rotateX", &JSMatrix2d::JsGetRotateX, &JSMatrix2d::JsSetRotateX); in JSBind()
108 void JSMatrix2d::JsSetRotateX(const JSCallbackInfo& info) in JsSetRotateX() function in OHOS::Ace::Framework::JSMatrix2d