/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() 45 void SetX(double x) in SetX() 53 void SetZ(double z) in SetZ() 64 auto x = this->x_ + q.x_; variable 66 auto z = this->z_ + q.z_; variable 73 auto x = w_ * q.x_ + x_ * q.w_ + y_ * q.z_ - z_ * q.y_; variable 75 auto z = w_ * q.z_ + x_ * q.y_ - y_ * q.x_ + z_ * q.w_; variable
|
H A D | vec3.h | 35 Vec3(AnimatableFloat x, AnimatableFloat y, AnimatableFloat z) { in Vec3() 73 void SetX(float x) in SetX() 83 void SetZ(float z) in SetZ()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/ |
H A D | Camera.js | 63 eye(x, y, z) { argument 75 center(x, y, z) { argument 87 rotate(x, y, z) { argument
|
H A D | Matrix.js | 40 setTranslate(x, y, z) { argument 47 setScale(x, y, z) { argument 111 setRotate(angle, x, y, z) { argument 336 translate(x, y, z) { argument 345 scale(x, y, z) { argument 361 rotate(angle, x, y, z) { argument
|
H A D | Point.js | 20 constructor(x = 0, y = 0, z = 0) { argument
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | vector.h | 39 float x; in BASE_BEGIN_NAMESPACE() member 196 float x; in BASE_BEGIN_NAMESPACE() member 198 float z; in BASE_BEGIN_NAMESPACE() member 270 float x; in BASE_BEGIN_NAMESPACE() member 272 float z; in BASE_BEGIN_NAMESPACE() member 343 uint32_t x; in BASE_BEGIN_NAMESPACE() member 494 uint32_t z; in BASE_BEGIN_NAMESPACE() member 552 uint32_t z; in BASE_BEGIN_NAMESPACE() member 611 int32_t x; in BASE_BEGIN_NAMESPACE() member 762 int32_t z; in BASE_BEGIN_NAMESPACE() member [all …]
|
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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
H A D | vector.h | 36 float x = 0.0f; member 63 float x = 0.0f; member 65 float z = 0.0f; member 76 float x = 0.0f; member 78 float z = 0.0f; member 91 float x = 0.0f; member 93 float z = 0.0f; member
|
/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 148 orthoMat(x, y, w, h) { argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | transform_component.cpp | 33 void TransformComponent::Translate(const Dimension& x, const Dimension& y, const AnimationOption& a… in Translate() 39 …const Dimension& x, const Dimension& y, const Dimension& z, const AnimationOption& animationOption) in Translate() 47 void TransformComponent::TranslateX(const Dimension& x, const AnimationOption& animationOption) in TranslateX() 57 void TransformComponent::TranslateZ(const Dimension& z, const AnimationOption& animationOption) in TranslateZ() 68 void TransformComponent::Scale(float x, float y, const AnimationOption& animationOption) in Scale() 73 void TransformComponent::Scale(float x, float y, float z, const AnimationOption& animationOption) in Scale() 81 void TransformComponent::ScaleX(float x, const AnimationOption& animationOption) in ScaleX() 91 void TransformComponent::ScaleZ(float z, const AnimationOption& animationOption) in ScaleZ() 171 void TransformComponent::SetRotateTransition(TransitionType type, double x, double y, double z, dou… in SetRotateTransition() 194 TransitionType type, const Dimension& x, const Dimension& y, const Dimension& z) in SetTranslateTransition() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | point3.h | 66 inline Point3::Point3(scalar x, scalar y, scalar z) noexcept : x_(x), y_(y), z_(z) {} in Point3() 83 inline void Point3::SetX(scalar x) in SetX() 93 inline void Point3::SetZ(scalar z) in SetZ()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_vector3.h | 79 Vector3<T>::Vector3(T x, T y, T z) in Vector3() 119 T x = data_[0]; in Cross() local 121 T z = data_[2]; in Cross() local 134 T x = data_[0]; in GetSqrLength() local 136 T z = data_[2]; in GetSqrLength() local 153 void Vector3<T>::SetValues(T x, T y, T z) in SetValues()
|
/ohos5.0/foundation/multimodalinput/input/util/common/include/ |
H A D | mmi_vector3.h | 78 Vector3<T>::Vector3(T x, T y, T z) in Vector3() 118 T x = data_[0]; in Cross() local 120 T z = data_[2]; in Cross() local 133 T x = data_[0]; in GetSqrLength() local 135 T z = data_[2]; in GetSqrLength() local 152 void Vector3<T>::SetValues(T x, T y, T z) in SetValues()
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/ |
H A D | vec3.h | 26 Vec3(float x, float y, float z) : x_(x), y_(y), z_(z) {} in Vec3() 30 void SetX(float x) { x_ = x; } in SetX() 32 void SetZ(float z) { z_ = z; } in SetZ()
|
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() 43 void SetX(float x) in SetX() 51 void SetZ(float z) in SetZ()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_camera.cpp | 34 void SkiaCamera::Translate(scalar x, scalar y, scalar z) in Translate() 54 void SkiaCamera::SetCameraPos(scalar x, scalar y, scalar z) in SetCameraPos()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
H A D | camera3d.cpp | 36 void Camera3D::Translate(scalar x, scalar y, scalar z) in Translate() 56 void Camera3D::SetCameraPos(scalar x, scalar y, scalar z) in SetCameraPos()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | componentInfo.h | 26 double x = 0.0; member 28 double z = 0.0; member 31 double x = 0.0; member 33 double z = 0.0; member 38 double x = 0.0; member 40 double z = 0.0; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/matrix4/ |
H A D | cj_matrix4_ffi.h | 59 float x; member 61 float z; member 67 float x; member 69 float z; member 76 double x; member
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___translation_options.md | 28 ### x subsection 48 ### z subsection
|
H A D | _ark_u_i___scale_options.md | 50 ### x subsection 70 ### z subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___translation_options.md | 28 ### x subsection 48 ### z subsection
|
H A D | _ark_u_i___scale_options.md | 50 ### x subsection 70 ### z subsection
|
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | rbtree.c | 92 static void LeftRotate(struct RbTree *t, struct RbTreeNode *x) in LeftRotate() 111 static void RightRotate(struct RbTree *t, struct RbTreeNode *x) in RightRotate() 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 204 struct RbTreeNode *x = t->root; in RbTreeInsert() local 258 struct RbTreeNode *x = *treeNode; in DeleteFixUpBlack() local 289 struct RbTreeNode *x = *treeNode; in DeleteFixUpRed() local 330 int32_t RbTreeDelete(struct RbTree *t, struct RbTreeNode *z) in RbTreeDelete() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
H A D | runtime_shader_builder.cpp | 49 void RuntimeShaderBuilder::SetUniform(const std::string& name, float x, float y) in SetUniform() 54 void RuntimeShaderBuilder::SetUniform(const std::string& name, float x, float y, float z) in SetUniform() 59 void RuntimeShaderBuilder::SetUniform(const std::string& name, float x, float y, float width, float… in SetUniform() 79 void RuntimeShaderBuilder::SetUniformVec4(const std::string& name, float x, float y, float z, float… in SetUniformVec4()
|