Lines Matching refs:newX
77212 CheckedInt<int32_t> newX = std::min(this->x, aRect.x);77216 CheckedInt<int32_t> newW = newXMost - newX;77221 return Some(Self(newX.value(), newY.value(), newW.value(), newH.value()));