Lines Matching refs:RootView

39 RootView::RootView()
47 RootView* RootView::GetInstance()
49 static RootView instance;
53 RootView::~RootView()
61 Window* RootView::GetBoundWindow() const
67 Rect RootView::GetScreenRect()
260 void RootView::RemoveViewFromInvalidMap(UIView* view)
293 void RootView::OptimizeInvalidView(UIView* curview, UIView* background, List<Rect>& renderedRects)
335 void RootView::OptimizeInvalidMap()
389 void RootView::DrawInvalidMap(const Rect& buffRect)
402 void RootView::OptimizeAddRect(Rect& rect)
427 void RootView::OptimizeInvalidateRects()
449 void RootView::AddInvalidateRect(Rect& rect, UIView* view)
466 void RootView::AddInvalidateRectWithLock(Rect& rect, UIView* view)
479 void RootView::Measure()
492 void RootView::MeasureView(UIView* view)
514 void RootView::Render()
565 void RootView::BlitMapBuffer(Rect& curViewRect, TransformMap& transMap, const Rect& invalidatedArea)
585 void RootView::ClearMapBuffer()
594 void RootView::UpdateMapBufferInfo(Rect& invalidatedArea)
606 void RootView::RestoreMapBufferInfo()
614 bool RootView::CheckNeedRootViewTransView(UIView *curView) {
627 void RootView::DrawTop(UIView* view, const Rect& rect)
757 UIView* RootView::GetTopUIView(const Rect& rect)
793 bool RootView::FindSubView(const UIView& parentView, const UIView* subView)
827 void RootView::InitMapBufferInfo(BufferInfo* bufferInfo)
850 void RootView::DestroyMapBufferInfo()
860 void RootView::InitDrawContext()
871 void RootView::DestroyDrawContext()
876 void RootView::UpdateBufferInfo(BufferInfo* fbBufferInfo)
891 void RootView::SaveDrawContext()
900 void RootView::RestoreDrawContext()