Home
last modified time | relevance | path

Searched refs:ConvertToJSValue (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_matrix4_module.cpp54 shared_ptr<JsValue> ConvertToJSValue(const shared_ptr<JsRuntime>& runtime, const Matrix4& matrix) in ConvertToJSValue() function
90 auto newArrayJSValue = ConvertToJSValue(runtime, matrixA * matrixB); in Combine()
101 matrixArray = ConvertToJSValue(runtime, matrix); in Invert()
126 thisObj->SetProperty(runtime, MATRIX_4X4, ConvertToJSValue(runtime, matrix)); in Translate()
143 thisObj->SetProperty(runtime, MATRIX_4X4, ConvertToJSValue(runtime, matrix)); in Skew()
178 thisObj->SetProperty(runtime, MATRIX_4X4, ConvertToJSValue(runtime, matrix)); in Scale()
215 matrixArray = ConvertToJSValue(runtime, matrix); in Rotate()
216 thisObj->SetProperty(runtime, MATRIX_4X4, ConvertToJSValue(runtime, matrix)); in Rotate()
310 thisObj->SetProperty(runtime, MATRIX_4X4, ConvertToJSValue(runtime, ret)); in SetPolyToPoly()
348 other->SetProperty(runtime, MATRIX_4X4, ConvertToJSValue(runtime, matrix)); in Copy()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_common_def.inl30 JSRef<JSVal> ConvertToJSValue(T&& value) function
53 result.emplace_back(ConvertToJSValue(std::forward<T>(value)));
59 result.emplace_back(ConvertToJSValue(std::forward<T>(value)));
H A Djs_lazy_foreach_actuator.h37 JSRef<JSVal> params[] = { ConvertToJSValue(std::forward<T>(args))... }; in CallJSFunction()
H A Djs_view_common_def.h40 JSRef<JSVal> ConvertToJSValue(T&& value);
H A Djs_pattern_lock.cpp58 arr->SetValueAt(i, ConvertToJSValue(input[i])); in ChoosePointToJSValue()
H A Djs_grid.cpp317 JSRef<JSVal> itemOffset = ConvertToJSValue(offset); in JsOnScrollBarUpdate()