Searched refs:x_end (Results 1 – 2 of 2) sorted by relevance
34 int32_t x_end = std::min(rect1.posX_ + static_cast<int32_t>(rect1.width_), in GetOverlap() local39 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()
199 int32_t x_end = std::min(rect1.posX_ + static_cast<int32_t>(rect1.width_), in GetOverlap() local204 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()