Home
last modified time | relevance | path

Searched +defs:z +defs:w (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dquaternion.h26 Quaternion(double x, double y, double z, double w) : x_(x), y_(y), z_(z), w_(w) {} in Quaternion()
53 void SetZ(double z) in SetZ()
57 void SetW(double w) in SetW()
66 auto z = this->z_ + q.z_; variable
67 auto w = this->w_ + q.w_; variable
75 auto z = w_ * q.z_ + x_ * q.y_ - y_ * q.x_ + z_ * q.w_; variable
76 auto w = w_ * q.w_ - x_ * q.x_ - y_ * q.y_ - z_ * q.z_; variable
H A Dtransform_util.cpp49 float z = a[0] * b[1] - a[1] * b[0]; in Cross3() local
102 double z = decomp.quaternion.GetZ(); in BuildRotationMatrix() local
103 double w = decomp.quaternion.GetW(); in BuildRotationMatrix() local
597 double r, s, t, x, y, z, w; in DecomposeTransform() local
H A Dmatrix4.cpp36 Matrix4 Matrix4::CreateTranslate(double x, double y, double z) in CreateTranslate()
41 Matrix4 Matrix4::CreateScale(double x, double y, double z) in CreateScale()
56 double z = dz / sqrt(sum); in CreateRotate() local
114 Matrix4 Matrix4::QuaternionToMatrix(double x, double y, double z, double w) in QuaternionToMatrix()
162 void Matrix4::SetScale(double x, double y, double z) in SetScale()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/
H A Dquaternion.h26 Quaternion(float x, float y, float z, float w) : x_(x), y_(y), z_(z), w_(w) {} in Quaternion()
51 void SetZ(float z) in SetZ()
55 void SetW(float w) in SetW()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Dvector.h65 float z = 0.0f; member
78 float z = 0.0f; member
79 float w = 0.0f; member
93 float z = 0.0f; member
94 float w = 0.0f; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmatrix.h49 Vec3 x, y, z; in BASE_BEGIN_NAMESPACE() member
134 Vec4 x, y, z, w; in BASE_BEGIN_NAMESPACE() member
256 Vec3 x, y, z, w; in BASE_BEGIN_NAMESPACE() member
H A Dvector.h198 float z; in BASE_BEGIN_NAMESPACE() member
272 float z; in BASE_BEGIN_NAMESPACE() member
273 float w; in BASE_BEGIN_NAMESPACE() member
494 uint32_t z; in BASE_BEGIN_NAMESPACE() member
552 uint32_t z; in BASE_BEGIN_NAMESPACE() member
553 uint32_t w; in BASE_BEGIN_NAMESPACE() member
762 int32_t z; in BASE_BEGIN_NAMESPACE() member
820 int32_t z; in BASE_BEGIN_NAMESPACE() member
821 int32_t w; in BASE_BEGIN_NAMESPACE() member
H A Dquaternion.h37 float z; in BASE_BEGIN_NAMESPACE() member
38 float w; in BASE_BEGIN_NAMESPACE() member
H A Dquaternion_util.h121 const float w = Math::sqrt(discardEpsilon(1.f + m00 + m11 + m22)) * 0.5f; in BASE_BEGIN_NAMESPACE() local
124 float z = Math::sqrt(discardEpsilon(1.f - m00 - m11 + m22)) * 0.5f; in BASE_BEGIN_NAMESPACE() local
231 Quat z = y; in BASE_BEGIN_NAMESPACE() local
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DXMat4.js70 initScaleMat(x, y, z) { argument
76 move(x, y, z = 0) { argument
82 rotate(x, y, z) { argument
98 scale(x, y, z = 1) { argument
129 PerspectiveMatrix(n, f, w = NO_INITIAL_VAL, h = NO_INITIAL_VAL) { argument
148 orthoMat(x, y, w, h) { argument
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicservicenavigation/interfaces/
H A Datomicservicenavigation.js20 constructor(w, x, y, z = -1, a1 = undefined, b1) { argument
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DQuatProxy.cpp94 auto z = obj.Get<float>("z"); in SetValue() local
95 auto w = obj.Get<float>("w"); in SetValue() local
H A DVec4Proxy.cpp100 auto z = obj.Get<float>("z"); in SetValue() local
101 auto w = obj.Get<float>("w"); in SetValue() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/
H A Dfullscreenlaunchcomponent.js24 constructor(v, w, x, y = -1, z = undefined, a1) { argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_vector4.h96 Quaternion(float x, float y, float z, float w) : Vector4f(x, y, z, w) {} in Quaternion()
127 Vector4<T>::Vector4(T x, T y, T z, T w) in Vector4()
302 void Vector4<T>::SetValues(T x, T y, T z, T w) in SetValues()
H A Drs_obj_geometry.h63 void SetZ(float z) in SetZ()
67 void SetWidth(float w) in SetWidth()
80 void SetSize(float w, float h) in SetSize()
85 void SetRect(float x, float y, float w, float h) in SetRect()
104 void SetPivotZ(float z) in SetPivotZ()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Druntime_shader_builder.cpp54 void RuntimeShaderBuilder::SetUniform(const std::string& name, float x, float y, float z) in SetUniform()
79 …d RuntimeShaderBuilder::SetUniformVec4(const std::string& name, float x, float y, float z, float w) in SetUniformVec4()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_runtime_shader_builder.cpp94 void SkiaRuntimeShaderBuilder::SetUniform(const std::string& name, float x, float y, float z) in SetUniform()
128 …iaRuntimeShaderBuilder::SetUniformVec4(const std::string& name, float x, float y, float z, float w) in SetUniformVec4()
H A Dskia_matrix44.cpp63 void SkiaMatrix44::SetCol(int column, scalar x, scalar y, scalar z, scalar w) in SetCol()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp496 float z = 1e-6f; variable
497 float w = 1.0; variable
524 float z = -1.0; variable
525 float w = 1.0; variable
591 float w = 1.0; variable
618 float z = -1.0; variable
619 float w = 1.0; variable
2077 float w = 1.0; variable
2772 float w = 1.0; variable
2798 float w = 1.0; variable
[all …]
/ohos5.0/base/sensors/sensor/interfaces/inner_api/
H A Dsensor_agent_type.h211 float z = 0.0; member
221 float z = 0.0; member
231 float z = 0.0; member
241 float z = 0.0; member
252 float z = 0.0; member
265 float z = 0.0; member
329 float z = 0.0; member
380 float w = 0.0; member
392 float w = 0.0; member
404 float w = 0.0; member
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dmatrix44.cpp71 void Matrix44::SetCol(int column, scalar x, scalar y, scalar z, scalar w) in SetCol()
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Drbtree.c133 struct RbTreeNode *z = *zTreeNode; in InsertFixUpRed() local
156 struct RbTreeNode *z = *zTreeNode; in InsertFixUpBlack() local
176 static void InsertFixUp(struct RbTree *t, struct RbTreeNode *z) in InsertFixUp()
196 struct RbTreeNode *z = NULL; in RbTreeInsert() local
257 struct RbTreeNode *w = NULL; in DeleteFixUpBlack() local
288 struct RbTreeNode *w = NULL; in DeleteFixUpRed() local
330 int32_t RbTreeDelete(struct RbTree *t, struct RbTreeNode *z) in RbTreeDelete()
/ohos5.0/base/startup/hvb/libhvb/src/crypto/
H A Dhvb_hash_sha256.c26 #define word2byte(w) ((w) * sizeof(uint32_t)) argument
39 #define maj(x, y, z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
40 #define ch(x, y, z) (((x) & (y)) ^ ((~(x)) & (z))) argument
147 uint32_t w[64]; in sha256_block_calc() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_obj_abs_geometry.cpp221 float z = trans_->quaternion_[2]; in UpdateAbsMatrix3D() local
222 float w = trans_->quaternion_[3]; in UpdateAbsMatrix3D() local

12