Home
last modified time | relevance | path

Searched defs:secRectInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp724 std::string DumpSecRectInfo(const SecRectInfo & secRectInfo) in DumpSecRectInfo()
744 …::WindowInfo SceneSessionDirtyManager::MakeWindowInfoFormHostWindow(const SecRectInfo& secRectInfo, in MakeWindowInfoFormHostWindow()
761 …3f CoordinateSystemHostWindowToScreen(const Matrix3f hostTransform, const SecRectInfo& secRectInfo) in CoordinateSystemHostWindowToScreen()
772 MMI::Rect CalRectInScreen(const Matrix3f& transform, const SecRectInfo& secRectInfo) in CalRectInScreen()
807 for (const auto& secRectInfo : secRectInfoList) { in GetHostComponentWindowInfo() local
825 const auto& secRectInfo = secSurfaceInfo.uiExtensionRectInfo; in GetSecComponentWindowInfo() local
876 for (const auto& secRectInfo : secSurfaceInfo.upperNodes) { in DumpSecSurfaceInfoMap() local
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_dirty_manager_test.cpp653 SecRectInfo secRectInfo; variable