Home
last modified time | relevance | path

Searched +defs:z +defs:v (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DVec3Proxy.cpp38 void Vec3Proxy::SetValue(const BASE_NS::Math::Vec3& v) in SetValue()
92 auto z = obj.Get<float>("z"); in SetValue() local
94 BASE_NS::Math::Vec3 v(x, y, z); in SetValue() local
H A DVec4Proxy.cpp41 void Vec4Proxy::SetValue(const BASE_NS::Math::Vec4& v) in SetValue()
100 auto z = obj.Get<float>("z"); in SetValue() local
103 BASE_NS::Math::Vec4 v { x, y, z, w }; in SetValue() local
H A DQuatProxy.cpp38 void QuatProxy::SetValue(const BASE_NS::Math::Quat& v) in SetValue()
94 auto z = obj.Get<float>("z"); in SetValue() local
H A DEnvironmentJS.cpp68 napi_value v; in Init() local
334 for (auto& v : coeffs) { in GetIrradianceCoefficients() local
359 auto z = obj.Get<float>("z"); in SetIrradianceCoefficients() local
/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
40 setInitiallyProvidedValue(v) { argument
/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
93 float z = 0.0f; member
95 float v = 0.0f; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_vector3.h79 Vector3<T>::Vector3(T x, T y, T z) in Vector3()
87 Vector3<T>::Vector3(T* v) in Vector3()
121 T z = data_[2]; in Cross() local
136 T z = data_[2]; in GetSqrLength() local
153 void Vector3<T>::SetValues(T x, T y, T z) in SetValues()
H A Drs_matrix3.h111 Matrix3<T>::Matrix3(const T* v) in Matrix3()
407 T z = data_[2] * ((data_[3] * data_[7]) - (data_[4] * data_[6])); in Determinant() local
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dmmi_vector3.h78 Vector3<T>::Vector3(T x, T y, T z) in Vector3()
86 Vector3<T>::Vector3(T* v) in Vector3()
120 T z = data_[2]; in Cross() local
135 T z = data_[2]; in GetSqrLength() local
152 void Vector3<T>::SetValues(T x, T y, T z) in SetValues()
H A Dmmi_matrix3.h125 Matrix3<T>::Matrix3(const T* v) in Matrix3()
421 T z = data_[2] * ((data_[3] * data_[7]) - (data_[4] * data_[6])); in Determinant() 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_3d/lume/LumeBase/api/base/math/
H A Dquaternion_util.h124 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
251 constexpr float v[8] = // i / (2i + 1) for i >= 1 in BASE_BEGIN_NAMESPACE() local
/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
233 static void Transplant(struct RbTree *t, struct RbTreeNode *u, struct RbTreeNode *v) in Transplant()
330 int32_t RbTreeDelete(struct RbTree *t, struct RbTreeNode *z) in RbTreeDelete()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
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()
266 auto function = [num](double& v) { v *= num; }; in operator *()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js2126 constructor(v, w, x, y = -1, z = undefined, a1) { argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/
H A Dcolor_picker.cpp469 double z = x - y; in AdjustToBasicColor() local
667 double h, s, v; in RGB2HSV() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=require("crypto… variable
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1261 constructor(z, a1, b1) { argument
1288 constructor(t, u, v, w) { argument
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15zlib"),d=require("net"),D=require("crypto"),p="undefined"!=typeof globalThis?globalThis:"undefined… constant
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15zlib"),d=require("net"),D=require("crypto"),p="undefined"!=typeof globalThis?globalThis:"undefined… constant
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16zlib"),d=require("net"),D=require("crypto"),p="undefined"!=typeof globalThis?globalThis:"undefined… property in Ts.t