Home
last modified time | relevance | path

Searched refs:INIT_WIDTH (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_surface_view_unit_test.cpp26 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 Dui_edit_text_unit_test.cpp26 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 Dui_image_animator_unit_test.cpp27 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 Dui_label_unit_test.cpp25 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 Dtest_glFramebufferTexture3DOES.cpp33 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 Dtest_glCompressApi.cpp35 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 Ddash_mpd_downloader_unit_test.cpp35 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 Drs_render_service.cpp60 static const int INIT_WIDTH = 480; variable
559 const EGLint surfaceAttribs[] = { EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HEIGHT, EGL_NONE }; in InitGLES()