Searched refs:INIT_WIDTH (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_surface_view_unit_test.cpp | 26 const int16_t INIT_WIDTH = 50; variable 79 surface_->SetPosition(INIT_POS_X + 1, INIT_POS_Y + 1, INIT_WIDTH, INIT_HEIGHT); 82 EXPECT_EQ(surface_->GetWidth(), INIT_WIDTH); 98 surface_->Resize(INIT_WIDTH, INIT_HEIGHT); 99 EXPECT_EQ(surface_->GetWidth(), INIT_WIDTH); 147 surface_->SetWidth(INIT_WIDTH); 148 EXPECT_EQ(surface_->GetWidth(), INIT_WIDTH);
|
H A D | ui_edit_text_unit_test.cpp | 26 constexpr int16_t INIT_WIDTH = 100; variable 95 editText->Resize(INIT_WIDTH, INIT_HEIGHT); 96 EXPECT_EQ(editText->GetWidth(), INIT_WIDTH); 111 editText->Resize(INIT_WIDTH, INIT_HEIGHT); 130 editText->Resize(INIT_WIDTH, INIT_HEIGHT);
|
H A D | ui_image_animator_unit_test.cpp | 27 const int16_t INIT_WIDTH = 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 | 25 const int16_t INIT_WIDTH = 100; variable 80 label_->Resize(INIT_WIDTH, INIT_HEIGHT); 81 EXPECT_EQ(label_->GetWidth(), INIT_WIDTH); 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 | 33 static const int INIT_WIDTH = 480; variable 62 const EGLint surfaceAttribs[] = {EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HEIGHT, EGL_NONE}; in InitGLES()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glCompressApi/entry/src/main/cpp/ |
H A D | test_glCompressApi.cpp | 35 static const int INIT_WIDTH = 480; 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 | 35 constexpr unsigned int INIT_WIDTH = 1280; 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 | 60 static const int INIT_WIDTH = 480; variable 559 const EGLint surfaceAttribs[] = { EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HEIGHT, EGL_NONE }; in InitGLES()
|