Home
last modified time | relevance | path

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

/foundation/window/window_manager/utils/src/
Dwindow_property.cpp144 HandleComputeTransform(zoomTrans_); in ComputeTransform()
155 zoomTrans_ = trans; in SetZoomTransform()
181 if (trans_ == Transform::Identity() && zoomTrans_ == Transform::Identity()) { in UpdatePointerEvent()
201 …return ((!isDisplayZoomOn_ && trans_ != Transform::Identity()) || zoomTrans_ != Transform::Identit… in isNeedComputerTransform()
226 return zoomTrans_; in GetZoomTransform()
735 …MarshallingTransform(parcel) && MarshallingWindowSizeLimits(parcel) && zoomTrans_.Marshalling(parc… in Marshalling()
979 zoomTrans_ = property->zoomTrans_; in CopyFrom()
/foundation/window/window_manager/utils/include/
Dwindow_property.h208 Transform zoomTrans_; // Compared with original window rect, including class member trans_ variable