Home
last modified time | relevance | path

Searched refs:SetPivotZ (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_node_demo.cpp102 nodes[1]->SetPivotZ(200); in main()
105 nodes[3]->SetPivotZ(200); in main()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_obj_abs_geometry_test.cpp80 rsObjAbsGeometry.SetPivotZ(pivotZ);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_obj_geometry.h104 void SetPivotZ(float z) in SetPivotZ() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property_modifier.cpp171 geometry->SetPivotZ(value); in Apply()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_showing_properties_freezer_test.cpp106 canvasNode->SetPivotZ(SHOWING_FLOAT_NUM);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h113 void SetPivotZ(float pivotZ);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h213 void SetPivotZ(float pivotZ);
H A Drs_node.cpp817 void RSNode::SetPivotZ(const float pivotZ) in SetPivotZ() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp686 node->GetMutableRenderProperties().SetPivotZ(pivotZ); in UnmarshalNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp81 [](RSProperties* prop) { prop->SetPivotZ(0.f); }, // PIVOT_Z in __anonf204f7ba0502()
602 void RSProperties::SetPivotZ(float pivotZ) in SetPivotZ() function in OHOS::Rosen::RSProperties
604 boundsGeo_->SetPivotZ(pivotZ); in SetPivotZ()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp1003 properties.SetPivotZ(1.0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp5100 HWTEST_F(RSNodeTest, SetPivotZ, TestSize.Level1)
5104 rsNode->SetPivotZ(pivotZ);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp357 rsNode_->SetPivotZ(zPivot); in SetPivot()