Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/
H A Dtransition_impl.cpp203 float halfVal = 2.0f; in RotateAroundCenterPoint() local
204 pivot_.x_ = (view_->GetWidth() - 1) / halfVal; in RotateAroundCenterPoint()
205 pivot_.y_ = (view_->GetHeight() - 1) / halfVal; in RotateAroundCenterPoint()