提交 61972f0a 编写于 作者: O openharmony_ci 提交者: Gitee

!390 截屏重绘measure问题

Merge pull request !390 from pssea/master
......@@ -260,6 +260,11 @@ public:
void DrawTop(UIView* view, const Rect& rect);
/**
* @brief Measure all child view under RootView
*/
void Measure();
/**
* @brief update momory info based on FB buffer info.
*
......@@ -299,7 +304,6 @@ private:
inline Rect GetScreenRect();
void AddInvalidateRectWithLock(Rect& rect, UIView *view);
void AddInvalidateRect(Rect& rect, UIView* view);
void Measure();
void MeasureView(UIView* view);
void Render();
UIView* GetTopUIView(const Rect& rect);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册