Lines Matching refs:rect
422 Rect rect = GetContentRect();
442 Rect refresh(current.x, rect.GetTop(), last.x, rect.GetBottom());
632 Rect rect;
633 rect.SetLeft(MATH_MIN(start.x, end.x) - style_->lineWidth_);
634 rect.SetRight(MATH_MAX(start.x, end.x) + style_->lineWidth_);
635 rect.SetTop(MATH_MIN(start.y, end.y) - style_->lineWidth_);
636 rect.SetBottom(MATH_MAX(start.y, end.y) + style_->lineWidth_);
637 if (!invalidatedArea.IsIntersect(rect)) {
686 Rect rect;
687 rect.SetLeft(MATH_MIN(start.x, end.x) - style_->lineWidth_);
688 rect.SetRight(MATH_MAX(start.x, end.x) + style_->lineWidth_);
689 rect.SetTop(MATH_MIN(start.y, end.y) - style_->lineWidth_);
690 rect.SetBottom(MATH_MAX(start.y, end.y) + style_->lineWidth_);
691 if (!invalidatedArea.IsIntersect(rect)) {