Searched refs:hostTransform (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_dirty_manager.h | 81 const MMI::WindowInfo& hostWindowinfo, const Matrix3f& hostTransform) const; 84 const Matrix3f hostTransform) const; 86 const MMI::WindowInfo& hostWindowinfo, const Matrix3f hostTransform) const;
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_dirty_manager.cpp | 761 Matrix3f CoordinateSystemHostWindowToScreen(const Matrix3f hostTransform, const SecRectInfo& secRec… in CoordinateSystemHostWindowToScreen() argument 768 transform = hostTransform.Inverse() * transform; in CoordinateSystemHostWindowToScreen() 800 const MMI::WindowInfo& hostWindowinfo, const Matrix3f hostTransform) const in GetHostComponentWindowInfo() 818 …owInfo& hostWindowinfo, const sptr<SceneSession>& sceneSession, const Matrix3f hostTransform) const in GetSecComponentWindowInfo() 835 auto transform = CoordinateSystemHostWindowToScreen(hostTransform, secRectInfo); in GetSecComponentWindowInfo() 896 …Session>& sceneSession, const MMI::WindowInfo& hostWindowinfo, const Matrix3f& hostTransform) const in GetSecSurfaceWindowinfoList() 924 …indowinfo = GetSecComponentWindowInfo(secSurfaceInfo, hostWindowinfo, sceneSession, hostTransform); in GetSecSurfaceWindowinfoList() 927 windowinfo = GetHostComponentWindowInfo(secSurfaceInfo, hostWindowinfo, hostTransform); in GetSecSurfaceWindowinfoList()
|