Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/src/
H A Ddisplay_zoom_controller.cpp47 Transform zoomTrans; in SetAnchorAndScale() local
49 zoomTrans = CalcuZoomTrans(node, {x, y, scale, 0, 0}); in SetAnchorAndScale()
52 zoomInfo_.pivotX = rect.posX_ + zoomTrans.pivotX_ * rect.width_; in SetAnchorAndScale()
53 zoomInfo_.pivotY = rect.posY_ + zoomTrans.pivotY_ * rect.height_; in SetAnchorAndScale()
54 zoomInfo_.translateX = zoomTrans.translateX_; in SetAnchorAndScale()
55 zoomInfo_.translateY = zoomTrans.translateY_; in SetAnchorAndScale()
58 zoomTrans = CalcuZoomTransByZoomInfo(node); in SetAnchorAndScale()
60 UpdateClientAndSurfaceZoomInfo(node, zoomTrans); in SetAnchorAndScale()
80 Transform zoomTrans = node->GetZoomTransform(); in SetAnchorOffset()
81 zoomTrans in SetAnchorOffset()
188 Transform zoomTrans = deskTop->GetZoomTransform(); UpdateZoomTranslateInfo() local
259 Transform zoomTrans; CalcuZoomTransByZoomInfo() local
285 Transform zoomTrans; CalcuZoomTrans() local
308 UpdateClientAndSurfaceZoomInfo(sptr<WindowNode> node, const Transform& zoomTrans) UpdateClientAndSurfaceZoomInfo() argument
328 Transform zoomTrans; HandleUpdateWindowZoomInfo() local
[all...]
/foundation/window/window_manager/wmserver/include/
H A Ddisplay_zoom_controller.h52 void UpdateClientAndSurfaceZoomInfo(sptr<WindowNode> node, const Transform& zoomTrans);
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp791 Transform zoomTrans; in Unmarshalling() local
792 zoomTrans.Unmarshalling(parcel); in Unmarshalling()
793 property->SetZoomTransform(zoomTrans); in Unmarshalling()

Completed in 3 milliseconds