/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_surface_view_unit_test.cpp | 27 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 D | ui_edit_text_unit_test.cpp | 27 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 D | ui_image_animator_unit_test.cpp | 28 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 D | ui_label_unit_test.cpp | 26 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 D | test_glFramebufferTexture3DOES.cpp | 34 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 D | dom_button.cpp | 52 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 D | test_glCompressApi.cpp | 36 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 D | dash_mpd_downloader_unit_test.cpp | 36 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 D | rs_render_service.cpp | 61 static const int INIT_HEIGHT = 800; variable 559 const EGLint surfaceAttribs[] = { EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HEIGHT, EGL_NONE }; in InitGLES()
|