Home
last modified time | relevance | path

Searched defs:TransformPoint (Results 1 – 3 of 3) sorted by relevance

/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
Djsi_matrix4_module.cpp226 shared_ptr<JsValue> TransformPoint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>&… in TransformPoint() function
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/quickjs/modules/
Dqjs_matrix4_module.cpp251 JSValue TransformPoint(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in TransformPoint() function
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/v8/
Dv8_js_matrix4.cpp337 void JSMatrix4::TransformPoint(const v8::FunctionCallbackInfo<v8::Value>& info) in TransformPoint() function in OHOS::Ace::Framework::JSMatrix4