Home
last modified time | relevance | path

Searched refs:m11 (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/componentutils/
H A Djs_component_utils.cpp87 const int m11 = 5; in JSGetRectangleById() local
137 napi_create_double(env, rectangle.matrix4[m11], &matrix4[m11]); in JSGetRectangleById()
154 napi_set_element(env, transform, m11, matrix4[m11]); in JSGetRectangleById()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dquaternion_util.h108 const float m11 = up.y; in LookRotation() local
121 const float w = Math::sqrt(discardEpsilon(1.f + m00 + m11 + m22)) * 0.5f; in LookRotation()
122 float x = Math::sqrt(discardEpsilon(1.f + m00 - m11 - m22)) * 0.5f; in LookRotation()
123 float y = Math::sqrt(discardEpsilon(1.f - m00 + m11 - m22)) * 0.5f; in LookRotation()
124 float z = Math::sqrt(discardEpsilon(1.f - m00 - m11 + m22)) * 0.5f; in LookRotation()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix4.cpp68 Matrix4 Matrix4::CreateMatrix2D(double m00, double m10, double m01, double m11, double m03, double m13) in CreateMatrix2D() argument
70 return Matrix4(m00, m01, 0.0f, m03, m10, m11, 0.0f, m13, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f); in CreateMatrix2D()
141 Matrix4::Matrix4(double m00, double m01, double m02, double m03, double m10, double m11, double m12, double m13, in Matrix4() argument
149 matrix4x4_[1][1] = m11; in Matrix4()
371 double m11 = matrix4x4_[1][1]; in Determinant() local
383 double b00 = m00 * m11 - m01 * m10; in Determinant()
386 double b03 = m01 * m12 - m02 * m11; in Determinant()
387 double b04 = m01 * m13 - m03 * m11; in Determinant()
H A Dmatrix4.h41 static Matrix4 CreateMatrix2D(double m00, double m10, double m01, double m11, double m03, double m13);
60 double m10, double m11, double m12, double m13,
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_math.h353 * @param m11 Indicates the element in row 2 and column 2 of the matrix.
361 Matrix3(T m00, T m01, T m02, T m10, T m11, T m12, T m20, T m21, T m22);
473 Matrix3<T>::Matrix3(T m00, T m01, T m02, T m10, T m11, T m12, T m20, T m21, T m22) in Matrix3() argument
480 data_[4] = m11; in Matrix3()
631 Matrix4(T m00, T m01, T m02, T m03, T m10, T m11, T m12, T m13,
739 Matrix4<T>::Matrix4(T m00, T m01, T m02, T m03, T m10, T m11, T m12, T m13, in Matrix4() argument
748 data_[5] = m11; // 5 : index in Matrix4()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_matrix3.h35 Matrix3(T m00, T m01, T m02, T m10, T m11, T m12, T m20, T m21, T m22);
95 Matrix3<T>::Matrix3(T m00, T m01, T m02, T m10, T m11, T m12, T m20, T m21, T m22) in Matrix3() argument
102 data_[4] = m11; in Matrix3()
/foundation/multimodalinput/input/util/common/include/
H A Dmmi_matrix3.h36 Matrix3(T m00, T m01, T m02, T m10, T m11, T m12, T m20, T m21, T m22);
97 Matrix3<T>::Matrix3(T m00, T m01, T m02, T m10, T m11, T m12, T m20, T m21, T m22) in Matrix3() argument
104 data_[4] = m11; in Matrix3()
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js2627 let m11 = this.getData(index)?.a7();
2629 m11 = (this.a11.get(currentNodeId) === z2.EXPAND &&
2630 this.flag === w2.DOWN_FLAG) ? (m11 ? m11 + 1 : undefined) : m11;
2644 this.getData(index + 1)?.y6(m11);
2652 this.getData(index)?.y6(m11);
2664 this.getData(index)?.y6(m11);
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js53 constructor(m11, n11) {
54 this.code = m11;
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js53 constructor(m11, n11) {
54 this.code = m11;
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js1068 let m11 = 0;
1071 m11 = k11 % this.colNum === 0 ? -this.blockHeight : 0;
1075 y: m11
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js1067 this.observeComponentCreation2((l11, m11) => {
/foundation/arkui/ace_engine/advanced_ui_component/counter/interfaces/
H A Dcounter.js2532 this.observeComponentCreation2((l11, m11) => {
/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H A Ddialog.js3984 contentBuilder(m11 = null) {

Completed in 26 milliseconds