Home
last modified time | relevance | path

Searched refs:GetGlobalPositionY (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.cpp203 …m.transY_ = std::round(matrix.Get(Rosen::Drawing::Matrix::TRANS_Y) - rsNode->GetGlobalPositionY()); in FillWindowSceneInfo()
517 float globalPosY = rsNode->GetGlobalPositionY(); in DumpNodeInfo()
564 …<< " globalPos: [" << rsNode->GetGlobalPositionX() << ", " << rsNode->GetGlobalPositionY() << "],"; in GetUINodeInfo()
716 …<< ", globalPos: [" << rsNode->GetGlobalPositionX() << ", " << rsNode->GetGlobalPositionY() << "]"; in GetRSNodeInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h471 float GetGlobalPositionY() const;
H A Drs_node.cpp550 float RSNode::GetGlobalPositionY() const in GetGlobalPositionY() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp7160 EXPECT_EQ(rsNode->GetGlobalPositionY(), -INFINITY);