/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | quaternion.h | 26 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 D | transform_util.cpp | 49 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 D | matrix4.cpp | 36 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 D | quaternion.h | 26 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 D | vector.h | 65 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 D | matrix.h | 49 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 D | vector.h | 198 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 D | quaternion.h | 37 float z; in BASE_BEGIN_NAMESPACE() member 38 float w; in BASE_BEGIN_NAMESPACE() member
|
H A D | quaternion_util.h | 121 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 D | XMat4.js | 70 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 D | atomicservicenavigation.js | 20 constructor(w, x, y, z = -1, a1 = undefined, b1) { argument
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | QuatProxy.cpp | 94 auto z = obj.Get<float>("z"); in SetValue() local 95 auto w = obj.Get<float>("w"); in SetValue() local
|
H A D | Vec4Proxy.cpp | 100 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 D | fullscreenlaunchcomponent.js | 24 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 D | rs_vector4.h | 96 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 D | rs_obj_geometry.h | 63 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 D | runtime_shader_builder.cpp | 54 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 D | skia_runtime_shader_builder.cpp | 94 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 D | skia_matrix44.cpp | 63 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 D | rs_properties_test.cpp | 496 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 D | sensor_agent_type.h | 211 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 D | matrix44.cpp | 71 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 D | rbtree.c | 133 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 D | hvb_hash_sha256.c | 26 #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 D | rs_obj_abs_geometry.cpp | 221 float z = trans_->quaternion_[2]; in UpdateAbsMatrix3D() local 222 float w = trans_->quaternion_[3]; in UpdateAbsMatrix3D() local
|