Home
last modified time | relevance | path

Searched refs:TEST_IMAGE_HEIGHT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/common/utils/include/
H A Dcommon_test_utils.h27 static constexpr int32_t TEST_IMAGE_HEIGHT = 1080; variable
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Dscreenshot_test.cpp92 ASSERT_EQ(height, CommonTestUtils::TEST_IMAGE_HEIGHT);
/ohos5.0/foundation/window/window_manager/test/common/utils/src/
H A Dcommon_test_utils.cpp36 opt.size.height = TEST_IMAGE_HEIGHT; in CreatePixelMap()