Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/src/
H A Ddisplay_zoom_controller.cpp240 Transform finalZoomTrans; in CalcuAnimateZoomTrans() local
241 finalZoomTrans.pivotX_ = (0 - rect.posX_) * 1.0 / rect.width_; in CalcuAnimateZoomTrans()
242 finalZoomTrans.pivotY_ = (0 - rect.posY_) * 1.0 / rect.height_; in CalcuAnimateZoomTrans()
245 finalZoomTrans.scaleX_ = scale.x_; in CalcuAnimateZoomTrans()
246 finalZoomTrans.scaleY_ = scale.y_; in CalcuAnimateZoomTrans()
247 finalZoomTrans.translateX_ = translation.x_; in CalcuAnimateZoomTrans()
248 finalZoomTrans.translateY_ = translation.y_; in CalcuAnimateZoomTrans()
249 finalZoomTrans.translateZ_ = translation.z_; in CalcuAnimateZoomTrans()
250 finalZoomTrans.rotationX_ = animateTrans.rotationX_; in CalcuAnimateZoomTrans()
251 finalZoomTrans in CalcuAnimateZoomTrans()
295 Transform finalZoomTrans; CalcuZoomTrans() local
[all...]

Completed in 1 milliseconds