Searched refs:minRight (Results 1 – 1 of 1) sorted by relevance
47 const minRight = Math.min(this.x + this.w, other.x + other.w); constant50 return new Rect(maxLeft, maxTop, minRight - maxLeft, minBottom - maxTop);