Lines Matching refs:invalidatedArea

86 bool UIView::OnPreDraw(Rect& invalidatedArea) const  in OnPreDraw()
100 if (rect.IsContains(invalidatedArea)) { in OnPreDraw()
103 invalidatedArea.Intersect(invalidatedArea, rect); in OnPreDraw()
107 void UIView::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in OnDraw() argument
110 …BaseGfxEngine::GetInstance()->DrawRect(gfxDstBuffer, GetOrigRect(), invalidatedArea, *style_, opa); in OnDraw()
113 void UIView::OnPostDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in OnPostDraw() argument
115 DrawViewBounds(gfxDstBuffer, invalidatedArea); in OnPostDraw()
118 void UIView::DrawViewBounds(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in DrawViewBounds() argument
131 baseGfxEngine->DrawRect(gfxDstBuffer, viewRect, invalidatedArea, *style, OPA_OPAQUE); in DrawViewBounds()
142 baseGfxEngine->DrawRect(gfxDstBuffer, tmpRect, invalidatedArea, *style, OPA_OPAQUE); in DrawViewBounds()
145 baseGfxEngine->DrawRect(gfxDstBuffer, tmpRect, invalidatedArea, *style, OPA_OPAQUE); in DrawViewBounds()
152 baseGfxEngine->DrawRect(gfxDstBuffer, tmpRect, invalidatedArea, *style, OPA_OPAQUE); in DrawViewBounds()
155 baseGfxEngine->DrawRect(gfxDstBuffer, tmpRect, invalidatedArea, *style, OPA_OPAQUE); in DrawViewBounds()
162 baseGfxEngine->DrawRect(gfxDstBuffer, tmpRect, invalidatedArea, *style, OPA_OPAQUE); in DrawViewBounds()
165 baseGfxEngine->DrawRect(gfxDstBuffer, tmpRect, invalidatedArea, *style, OPA_OPAQUE); in DrawViewBounds()
171 baseGfxEngine->DrawRect(gfxDstBuffer, tmpRect, invalidatedArea, *style, OPA_OPAQUE); in DrawViewBounds()
174 baseGfxEngine->DrawRect(gfxDstBuffer, tmpRect, invalidatedArea, *style, OPA_OPAQUE); in DrawViewBounds()
447 void UIView::InvalidateRect(const Rect& invalidatedArea, UIView* view) in InvalidateRect() argument
460 Rect trunc(invalidatedArea); in InvalidateRect()