Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp590 float parentGlobalPositionY = 0.f; in UpdateGlobalGeometry() local
594 parentGlobalPositionY = parent->globalPositionY_; in UpdateGlobalGeometry()
597 globalPositionY_ = parentGlobalPositionY + localGeometry_->GetY(); in UpdateGlobalGeometry()