/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/ |
H A D | point3_test.cpp | 52 EXPECT_EQ(0.0f, point3->GetZ()); in HWTEST_F() 97 EXPECT_EQ(3.0f, point3->GetZ()); in HWTEST_F() 112 EXPECT_EQ(6.0f, point3->GetZ()); in HWTEST_F() 182 EXPECT_EQ(1.0f, point3->GetZ()); in HWTEST_F() 196 EXPECT_EQ(2.0f, point3->GetZ()); in HWTEST_F() 213 EXPECT_EQ(3.0f, point1.GetZ()); in HWTEST_F() 230 EXPECT_EQ(1.0f, point1.GetZ()); in HWTEST_F() 247 EXPECT_EQ(-3.0f, point1.GetZ()); in HWTEST_F() 264 EXPECT_EQ(-1.0f, point1.GetZ()); in HWTEST_F() 280 EXPECT_EQ(6.0f, point3.GetZ()); in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/test/unittest/base/ |
H A D | quaternion_test.cpp | 48 EXPECT_DOUBLE_EQ(quaternion1.GetZ(), NUM_D1); in HWTEST_F() 54 EXPECT_DOUBLE_EQ(quaternion2.GetZ(), -NUM_D1); in HWTEST_F() 60 EXPECT_DOUBLE_EQ(quaternion3.GetZ(), NUM_D1); in HWTEST_F() 66 EXPECT_DOUBLE_EQ(quaternion4.GetZ(), NUM_D1); in HWTEST_F() 73 EXPECT_DOUBLE_EQ(quaternion5.GetZ(), NUM_D1); in HWTEST_F() 80 EXPECT_DOUBLE_EQ(quaternion7.GetZ(), NUM_D3); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_position.h | 31 pos_ = Vec3(src.GetX(), src.GetY(), src.GetZ(), src.GetPosition().GetAnimationOption()); in ModelPosition() 82 float GetZ() const in GetZ() function in OHOS::Ace::NG::ModelPosition 84 return pos_.GetZ(); in GetZ()
|
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/ |
H A D | position.h | 57 float GetZ() const in GetZ() function in OHOS::Render3D::Position 59 return pos_.GetZ(); in GetZ()
|
H A D | vec3.h | 29 float GetZ() const { return z_; } in GetZ() function in OHOS::Render3D::Vec3
|
H A D | quaternion.h | 35 float GetZ() const in GetZ() function in OHOS::Render3D::Quaternion
|
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/geometry/ |
H A D | geometry.h | 43 && GetPosition().GetZ() == obj.GetPosition().GetZ(); in PositionEquals()
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | quaternion.h | 37 double GetZ() const in GetZ() function in OHOS::Ace::Quaternion 116 return Quaternion(q.GetX() * s, q.GetY() * s, q.GetZ() * s, q.GetW() * s); in operator *() 122 return Quaternion(q.GetX() * s, q.GetY() * s, q.GetZ() * s, q.GetW() * s); in operator *()
|
H A D | vec3.h | 63 float GetZ() const in GetZ() function in OHOS::Ace::Vec3 105 z_ = AnimatableFloat(newValue.GetZ(), animationOption_); in operator =()
|
H A D | dimension_offset.h | 51 const std::optional<Dimension>& GetZ() const in GetZ() function in OHOS::Ace::DimensionOffset
|
H A D | transform_util.cpp | 102 double z = decomp.quaternion.GetZ(); in BuildRotationMatrix() 359 .append(std::to_string(quaternion.GetZ())) in ToString()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | point3.h | 36 inline scalar GetZ() const; 67 inline Point3::Point3(const Point3& p) noexcept : x_(p.GetX()), y_(p.GetY()), z_(p.GetZ()) {} in z_() 81 inline scalar Point3::GetZ() const in GetZ() function in OHOS::Rosen::Drawing::Point3
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_point3.h | 39 virtual float GetZ() const in GetZ() function in OHOS::Ace::Testing::TestingPoint3
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/point3_fuzzer/ |
H A D | point3_fuzzer.cpp | 50 point3.GetZ(); in Point3FuzzTest000()
|
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 1188 node->SetPosition({pos.GetX(), pos.GetY(), pos.GetZ()}); in CreateGeometry() 1253 shapeNode->SetPosition({pos.GetX(), pos.GetY(), pos.GetZ()}); in UpdateNodePosition() 1468 light->GetLightColor().GetZ()); in UpdateLights() 1485 light->GetLightColor().GetZ()); in UpdateLights() 1568 float z = (radius * BASE_NS::Math::cos((BASE_NS::Math::DEG2RAD * position.GetZ()))); in SetupCameraTransform() 1572 cameraPosition_ = BASE_NS::Math::Vec3(position.GetX(), position.GetY(), position.GetZ()); in SetupCameraTransform() 1578 rotation.GetX(), rotation.GetY(), rotation.GetZ(), rotation.GetW()); in SetupCameraTransform() 1581 BASE_NS::Math::Vec3 look(lookAt.GetX(), lookAt.GetY(), lookAt.GetZ()); in SetupCameraTransform() 1582 BASE_NS::Math::Vec3 upTmp(up.GetX(), up.GetY(), up.GetZ()); in SetupCameraTransform() 1680 float z = (radius * BASE_NS::Math::cos((BASE_NS::Math::DEG2RAD * light->GetPosition().GetZ()))); in GetLightPositionAndRotation() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_property.cpp | 353 if (center.GetZ().has_value()) { in ToJsonValue() 354 jsonValue->Put("centerZ", center.GetZ().value().ToString().c_str()); in ToJsonValue()
|
/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | rosen_render_transform.cpp | 79 transform.quaternion.GetZ(), in SyncTransformToRsNode()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_obj_geometry.h | 247 float GetZ() const in GetZ() function in OHOS::Rosen::RSObjGeometry
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 1844 auto& z = center.GetZ(); in OnTransformCenterUpdate() 1873 static_cast<float>(transform.quaternion.GetY()), static_cast<float>(transform.quaternion.GetZ()), in OnTransformMatrixUpdate() 6419 if (vec.GetZ().has_value()) { 6420 float zPivot = static_cast<float>(vec.GetZ().value().ConvertToVp());
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 562 return boundsGeo_->GetZ(); in GetPositionZ()
|