Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/src/
H A Ddisplay_zoom_controller.cpp229 Transform animateTrans = node->GetWindowProperty()->GetTransform(); in CalcuAnimateZoomTrans() local
230 if (animateTrans.translateZ_ != 0.f) { in CalcuAnimateZoomTrans()
231 node->GetWindowProperty()->ClearTransformZAxisOffset(animateTrans); in CalcuAnimateZoomTrans()
233 TransformHelper::Vector3 animatePivotPos = { rect.posX_ + animateTrans.pivotX_ * rect.width_, in CalcuAnimateZoomTrans()
234 rect.posY_ + animateTrans.pivotY_ * rect.height_, 0 }; in CalcuAnimateZoomTrans()
236 WindowHelper::ComputeWorldTransformMat4(animateTrans) * in CalcuAnimateZoomTrans()
250 finalZoomTrans.rotationX_ = animateTrans.rotationX_; in CalcuAnimateZoomTrans()
251 finalZoomTrans.rotationY_ = animateTrans.rotationY_; in CalcuAnimateZoomTrans()
252 finalZoomTrans.rotationZ_ = animateTrans.rotationZ_; in CalcuAnimateZoomTrans()

Completed in 1 milliseconds