Home
last modified time | relevance | path

Searched refs:INIT_HEIGHT (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_surface_view_unit_test.cpp27 const int16_t INIT_HEIGHT = 30; variable
79 surface_->SetPosition(INIT_POS_X + 1, INIT_POS_Y + 1, INIT_WIDTH, INIT_HEIGHT);
83 EXPECT_EQ(surface_->GetHeight(), INIT_HEIGHT);
98 surface_->Resize(INIT_WIDTH, INIT_HEIGHT);
100 EXPECT_EQ(surface_->GetHeight(), INIT_HEIGHT);
163 surface_->SetHeight(INIT_HEIGHT);
164 EXPECT_EQ(surface_->GetHeight(), INIT_HEIGHT);
H A Dui_edit_text_unit_test.cpp27 constexpr int16_t INIT_HEIGHT = 150; variable
95 editText->Resize(INIT_WIDTH, INIT_HEIGHT);
97 EXPECT_EQ(editText->GetHeight(), INIT_HEIGHT);
111 editText->Resize(INIT_WIDTH, INIT_HEIGHT);
130 editText->Resize(INIT_WIDTH, INIT_HEIGHT);
H A Dui_image_animator_unit_test.cpp28 const int16_t INIT_HEIGHT = 94; variable
57 { BLUE_RGB888_IMAGE_PATH, INIT_POS, INIT_WIDTH, INIT_HEIGHT, IMG_SRC_FILE_PATH },
58 { BLUE_ARGB8888_IMAGE_PATH, INIT_POS, INIT_WIDTH, INIT_HEIGHT, IMG_SRC_FILE_PATH },
59 { BLUE_RGB565_IMAGE_PATH, INIT_POS, INIT_WIDTH, INIT_HEIGHT, IMG_SRC_FILE_PATH },
H A Dui_label_unit_test.cpp26 const int16_t INIT_HEIGHT = 150; variable
80 label_->Resize(INIT_WIDTH, INIT_HEIGHT);
82 EXPECT_EQ(label_->GetHeight(), INIT_HEIGHT);
98 label_->Resize(INIT_WIDTH, INIT_HEIGHT);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glFramebufferTexture3DOES/entry/src/main/cpp/
H A Dtest_glFramebufferTexture3DOES.cpp34 static const int INIT_HEIGHT = 800; variable
62 const EGLint surfaceAttribs[] = {EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HEIGHT, EGL_NONE}; in InitGLES()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp52 constexpr double INIT_HEIGHT = -1.0; variable
202 ResetBoxHeight(INIT_HEIGHT); in PrepareDefaultButton()
220 ResetBoxHeight(INIT_HEIGHT); in PrepareIconButton()
263 ResetBoxHeight(INIT_HEIGHT); in PrepareTextButton()
316 ResetBoxHeight(INIT_HEIGHT); in PrepareDownloadButton()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glCompressApi/entry/src/main/cpp/
H A Dtest_glCompressApi.cpp36 static const int INIT_HEIGHT = 800; variable
212 const EGLint surfaceAttribs[] = {EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HEIGHT, EGL_NONE}; in InitGLES()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_mpd_downloader_unit_test.cpp36 constexpr unsigned int INIT_HEIGHT = 720; variable
54 g_mpdDownloader->SetInitResolution(INIT_WIDTH, INIT_HEIGHT); in SetUpTestCase()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service.cpp61 static const int INIT_HEIGHT = 800; variable
559 const EGLint surfaceAttribs[] = { EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HEIGHT, EGL_NONE }; in InitGLES()