提交 8d2df614 编写于 作者: O openharmony_ci 提交者: Gitee

!187 add graphic abstract layer

Merge pull request !187 from niulihua/master
......@@ -35,6 +35,7 @@
#include "events/aod_callback.h"
#include "events/press_event.h"
#include "events/virtual_device_event.h"
#include "gfx_utils/graphic_buffer.h"
#include "gfx_utils/graphic_math.h"
#include "themes/theme_manager.h"
#include "window/window.h"
......@@ -746,7 +747,8 @@ HWTEST_F(UiInterfaceTest, SUB_GRAPHIC_INTERFACE_FIRST_6300, Function | MediumTes
font->IsLineSegmentCross();
font->IsRectCross();
font->SetOnChangeListener();
uiView->OnPostDraw(*rect);
BufferInfo bufferInfo;
uiView->OnPostDraw(bufferInfo, *rect);
EXPECT_EQ(0, 0);
delete font;
delete rect;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册