Home
last modified time | relevance | path

Searched refs:pivotZ (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_obj_abs_geometry_test.cpp63 float pivotZ = 0.5f; in HWTEST_F() local
80 rsObjAbsGeometry.SetPivotZ(pivotZ); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp527 const float pivotZ = node.GetRenderProperties().GetPivotZ(); in MarshalNode() local
528 data.write(reinterpret_cast<const char*>(&pivotZ), sizeof(pivotZ)); in MarshalNode()
711 float pivotZ = 0.0f; in UnmarshalNode() local
712 data.read(reinterpret_cast<char*>(&pivotZ), sizeof(pivotZ)); in UnmarshalNode()
725 node->GetMutableRenderProperties().SetPivotZ(pivotZ); in UnmarshalNode()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h211 void SetPivotZ(float pivotZ);
H A Drs_node.cpp809 void RSNode::SetPivotZ(const float pivotZ) in SetPivotZ() argument
811 SetProperty<RSPivotZModifier, RSAnimatableProperty<float>>(RSModifierType::PIVOT_Z, pivotZ); in SetPivotZ()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h112 void SetPivotZ(float pivotZ);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp586 void RSProperties::SetPivotZ(float pivotZ) in SetPivotZ() argument
588 boundsGeo_->SetPivotZ(pivotZ); in SetPivotZ()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp5205 float pivotZ = 1.f; // for test in HWTEST_F() local
5206 rsNode->SetPivotZ(pivotZ); in HWTEST_F()
5207 EXPECT_EQ(pivotZ, 1.f); in HWTEST_F()

Completed in 25 milliseconds