Lines Matching refs:view
436 UIView* view = this;
437 while (view != nullptr) {
438 if (view->transMap_ != nullptr && !view->GetTransformMap().IsInvalid() && view != this) {
439 InvalidateRect(view->GetRect(), view);
442 view = view->parent_;
447 void UIView::InvalidateRect(const Rect& invalidatedArea, UIView* view)
457 if (view == nullptr) {
458 view = this;
462 UIView* par = view->parent_;
463 UIView* cur = view;
481 rootView->AddInvalidateRectWithLock(trunc, view);