Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dsession_helper.h34 int32_t x_end = std::min(rect1.posX_ + static_cast<int32_t>(rect1.width_), in GetOverlap() local
39 if (y_begin >= y_end || x_begin >= x_end) { in GetOverlap()
43 static_cast<uint32_t>(x_end - x_begin), static_cast<uint32_t>(y_end - y_begin) }; in GetOverlap()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_helper.h199 int32_t x_end = std::min(rect1.posX_ + static_cast<int32_t>(rect1.width_), in GetOverlap() local
204 if (y_begin >= y_end || x_begin >= x_end) { in GetOverlap()
208 static_cast<uint32_t>(x_end - x_begin), static_cast<uint32_t>(y_end - y_begin) }; in GetOverlap()