Home
last modified time | relevance | path

Searched refs:HORIZONTAL_RESOLUTION (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ui_lite/tools/qt/simulator/drivers/display/
H A Dmonitor.cpp71 bufferInfo->rect = {0, 0, HORIZONTAL_RESOLUTION - 1, VERTICAL_RESOLUTION - 1}; in GetFBBufferInfo()
76 bufferInfo->stride = HORIZONTAL_RESOLUTION * (DrawUtils::GetPxSizeByColorMode(bufferInfo->mode) >> 3); in GetFBBufferInfo()
77 bufferInfo->width = HORIZONTAL_RESOLUTION; in GetFBBufferInfo()
85 UpdatePaint(tftFb_, HORIZONTAL_RESOLUTION, VERTICAL_RESOLUTION); in Flush()
128 for (uint32_t i = 0; i < HORIZONTAL_RESOLUTION * VERTICAL_RESOLUTION; i++) { in InitGUI()
131 UpdatePaint(tftFb_, HORIZONTAL_RESOLUTION, VERTICAL_RESOLUTION); in InitGUI()
H A Dmonitor.h53 uint32_t tftFb_[HORIZONTAL_RESOLUTION * VERTICAL_RESOLUTION];
54 uint32_t animaterBuffer_[HORIZONTAL_RESOLUTION * VERTICAL_RESOLUTION];
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_config.h458 #ifndef HORIZONTAL_RESOLUTION
459 #define HORIZONTAL_RESOLUTION 454 macro
470 #ifndef HORIZONTAL_RESOLUTION
471 #define HORIZONTAL_RESOLUTION 960 macro
482 #ifndef HORIZONTAL_RESOLUTION
483 #define HORIZONTAL_RESOLUTION 960 macro
/foundation/graphic/graphic_utils_lite/test/
H A Dstyle_unit_test.cpp171 style_->SetStyle(STYLE_PADDING_RIGHT, HORIZONTAL_RESOLUTION); in HWTEST_F()
172 EXPECT_EQ(style_->GetStyle(STYLE_PADDING_RIGHT), HORIZONTAL_RESOLUTION); in HWTEST_F()
235 style_->SetStyle(STYLE_MARGIN_RIGHT, HORIZONTAL_RESOLUTION); in HWTEST_F()
236 EXPECT_EQ(style_->GetStyle(STYLE_MARGIN_RIGHT), HORIZONTAL_RESOLUTION); in HWTEST_F()
H A Drect_unit_test.cpp80 rect1->SetRect(0, 0, HORIZONTAL_RESOLUTION, VERTICAL_RESOLUTION); in HWTEST_F()
85 EXPECT_EQ(rect_->GetRight(), HORIZONTAL_RESOLUTION); in HWTEST_F()
103 rect_->SetRect(0, 0, HORIZONTAL_RESOLUTION, VERTICAL_RESOLUTION); in HWTEST_F()
107 EXPECT_EQ(rect_->GetRight(), HORIZONTAL_RESOLUTION); in HWTEST_F()
/foundation/arkui/ui_lite/test/unittest/common/
H A Dscreen_unit_test.cpp37 EXPECT_EQ(Screen::GetInstance().GetWidth(), HORIZONTAL_RESOLUTION); in HWTEST_F()
/foundation/arkui/ui_lite/tools/qt/simulator/uitest/
H A Dmain.cpp37 mainWidget.resize(HORIZONTAL_RESOLUTION, VERTICAL_RESOLUTION); in main()
/foundation/window/window_manager_lite/test/
H A Dsample_ui.cpp34 uint32_t g_animaterBuffer[HORIZONTAL_RESOLUTION * VERTICAL_RESOLUTION];
/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/
H A Dgfx_engine_manager.h197 uint16_t screenWidth_ = HORIZONTAL_RESOLUTION;
/foundation/arkui/ui_lite/frameworks/dock/
H A Dscreen_device_proxy.h209 uint16_t width_ = HORIZONTAL_RESOLUTION;
/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbasic_tdd_test.cpp54 ScreenDeviceProxy::GetInstance()->SetScreenSize(HORIZONTAL_RESOLUTION, VERTICAL_RESOLUTION); in SetUpTestCase()
/foundation/arkui/ui_lite/test/unittest/events/
H A Devent_bubble_unit_test.cpp207 testView->Resize(HORIZONTAL_RESOLUTION, VERTICAL_RESOLUTION / 7); /* 7:ratio */ in SetUpTestview()
/foundation/arkui/ui_lite/test/unittest/dfx/
H A Devent_injector_unit_test.cpp180 testView->Resize(HORIZONTAL_RESOLUTION, VERTICAL_RESOLUTION / 5); /* 5:ratio */ in SetUpTestview()
/foundation/arkui/ui_lite/test/uitest/test_canvas/
H A Dui_test_canvas.cpp939 canvas->LineTo({int16_t(LINE1_X + HORIZONTAL_RESOLUTION), LINE1_Y}); in UIKitCanvasTestDrawPath031()

Completed in 10 milliseconds