Home
last modified time | relevance | path

Searched refs:SetZ (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/
H A Dvec3.h32 void SetZ(float z) { z_ = z; } in SetZ() function
H A Dquaternion.h51 void SetZ(float z) in SetZ() function
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_point3.h54 virtual void SetZ(float zP) in SetZ() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_obj_geometry.h63 void SetZ(float z) in SetZ() function
341 SetZ(geo.z_);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dpoint3.h39 inline void SetZ(scalar z);
93 inline void Point3::SetZ(scalar z) in SetZ() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/point3_fuzzer/
H A Dpoint3_fuzzer.cpp49 point3.SetZ(z); in Point3FuzzTest000()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Ddimension_offset.h66 void SetZ(const Dimension& z) in SetZ() function
H A Dvec3.h83 void SetZ(float z) in SetZ() function
H A Dquaternion.h53 void SetZ(double z) in SetZ() function
H A Dtransform_util.cpp631 out.quaternion.SetZ(static_cast<float>(z)); in DecomposeTransform()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Dquaternion_test.cpp44 quaternion1.SetZ(NUM_D1);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Dpoint3_test.cpp181 point3->SetZ(1.0f);
195 point3->SetZ(2.0f);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Drender_property_test_ng.cpp726 offset.SetZ(1.0_px);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.cpp400 center.SetZ(z); in SetPivot()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp2126 center.SetZ(centerZ); in SetScale()
2211 center.SetZ(centerZ); in ResetScale()
2244 center.SetZ(centerZ); in SetRotate()
2281 center.SetZ(rotate.centerZ); in ResetRotate()
4040 offset.SetZ(centerZDimension); in SetTransitionCenter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp559 boundsGeo_->SetZ(positionZ); in SetPositionZ()