Lines Matching refs:Rect
261 void DrawTop(UIView* view, const Rect& rect);
307 inline Rect GetScreenRect();
308 void AddInvalidateRectWithLock(Rect& rect, UIView *view);
309 void AddInvalidateRect(Rect& rect, UIView* view);
311 UIView* GetTopUIView(const Rect& rect);
316 void BlitMapBuffer(Rect& curViewRect, TransformMap& transMap, const Rect& invalidatedArea);
318 void UpdateMapBufferInfo(Rect& invalidatedArea);
329 void DrawInvalidMap(const Rect &buffRect);
330 void OptimizeInvalidView(UIView* curview, UIView* background, List<Rect> &renderedRects);
333 std::map<UIView*, Graphic::Vector<Rect>> invalidateMap_;
335 void OptimizeAddRect(Rect& rect);
337 List<Rect> invalidateRects_;