Searched refs:areaRect (Results 1 - 5 of 5) sorted by relevance
/foundation/window/window_manager/wmserver/src/ |
H A D | input_window_monitor.cpp | 147 void InputWindowMonitor::TransformWindowRects(const sptr<WindowNode>& windowNode, Rect& areaRect, in TransformWindowRects() argument 159 areaRect.posX_, areaRect.posY_, areaRect.width_, areaRect.height_); in TransformWindowRects() 160 areaRect = WindowHelper::TransformRect(windowNode->GetWindowProperty()->GetTransformMat(), areaRect); in TransformWindowRects() 162 areaRect.posX_, areaRect.posY_, areaRect in TransformWindowRects() 190 Rect areaRect = windowNode->GetWindowRect(); TraverseWindowNodes() local [all...] |
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | input_window_monitor_test.cpp | 125 Rect areaRect; in HWTEST_F() local 128 input_monitor_->TransformWindowRects(windowNode, areaRect, touchHotAreas, pointerHotAreas); in HWTEST_F()
|
/foundation/window/window_manager/wmserver/include/ |
H A D | input_window_monitor.h | 45 void TransformWindowRects(const sptr<WindowNode>& windowNode, Rect& areaRect,
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_dumper.h | 55 const OHOS::Rosen::DMRect& areaRect, const std::string& label);
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_dumper.cpp | 395 const OHOS::Rosen::DMRect& areaRect, const std::string& label) in DumpCutoutInfoPrint() 398 << areaRect.posX_ << ", " in DumpCutoutInfoPrint() 399 << areaRect.posY_ << ", " in DumpCutoutInfoPrint() 400 << areaRect.width_ << ", " in DumpCutoutInfoPrint() 401 << areaRect.height_ << std::endl; in DumpCutoutInfoPrint() 394 DumpCutoutInfoPrint(std::ostringstream& oss, const OHOS::Rosen::DMRect& areaRect, const std::string& label) DumpCutoutInfoPrint() argument
|
Completed in 4 milliseconds