Home
last modified time | relevance | path

Searched refs:GetZ (Results 1 - 20 of 20) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Dpoint3_test.cpp52 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 Dquaternion_test.cpp48 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 Dmodel_position.h31 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 Dposition.h57 float GetZ() const in GetZ() function in OHOS::Render3D::Position
59 return pos_.GetZ(); in GetZ()
H A Dvec3.h29 float GetZ() const { return z_; } in GetZ() function in OHOS::Render3D::Vec3
H A Dquaternion.h35 float GetZ() const in GetZ() function in OHOS::Render3D::Quaternion
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/geometry/
H A Dgeometry.h43 && GetPosition().GetZ() == obj.GetPosition().GetZ(); in PositionEquals()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dquaternion.h37 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 Dvec3.h63 float GetZ() const in GetZ() function in OHOS::Ace::Vec3
105 z_ = AnimatableFloat(newValue.GetZ(), animationOption_); in operator =()
H A Ddimension_offset.h51 const std::optional<Dimension>& GetZ() const in GetZ() function in OHOS::Ace::DimensionOffset
H A Dtransform_util.cpp102 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 Dpoint3.h36 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 Dtesting_point3.h39 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 Dpoint3_fuzzer.cpp50 point3.GetZ(); in Point3FuzzTest000()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1188 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 Drender_property.cpp353 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 Drosen_render_transform.cpp79 transform.quaternion.GetZ(), in SyncTransformToRsNode()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_obj_geometry.h247 float GetZ() const in GetZ() function in OHOS::Rosen::RSObjGeometry
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1844 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 Drs_properties.cpp562 return boundsGeo_->GetZ(); in GetPositionZ()

Completed in 28 milliseconds