Lines Matching refs:newY
77213 CheckedInt<int32_t> newY = std::min(this->y, aRect.y);77217 CheckedInt<int32_t> newH = newYMost - newY;77221 return Some(Self(newX.value(), newY.value(), newW.value(), newH.value()));