/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_box_progress_unit_test.cpp | 27 const int16_t HEIGHT = 100; member 118 boxProgress_->Resize(WIDTH, HEIGHT); in HWTEST_F() 137 boxProgress_->Resize(WIDTH, HEIGHT); in HWTEST_F() 138 EXPECT_EQ(boxProgress_->GetValidHeight(), HEIGHT); in HWTEST_F() 197 boxProgress_->SetHeight(HEIGHT); in HWTEST_F() 198 EXPECT_EQ(boxProgress_->GetHeight(), HEIGHT); in HWTEST_F() 199 EXPECT_EQ(boxProgress_->GetValidHeight(), HEIGHT); in HWTEST_F()
|
H A D | ui_qrcode_unit_test.cpp | 25 const int16_t HEIGHT = 100; member 94 qrcode_->SetHeight(HEIGHT); in HWTEST_F() 95 EXPECT_EQ(qrcode_->GetHeight(), HEIGHT); in HWTEST_F()
|
/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestRenderEnvironment.cpp | 29 constexpr uint32_t HEIGHT = 1280; member 32 constexpr uint32_t LEN = ROW_STRIDE * HEIGHT; 52 bufferInfo->height_ = HEIGHT; 93 RenderTexturePtr texptr = renderEnvironment->RequestBuffer(WIDTH, HEIGHT); in HWTEST_F() 127 effectBuffer->tex = renderEnvironment->RequestBuffer(WIDTH, HEIGHT); in HWTEST_F() 158 RenderTexturePtr texptr = renderEnvironment->RequestBuffer(WIDTH, HEIGHT); in HWTEST_F() 180 RenderTexturePtr texptr = renderEnvironment->RequestBuffer(WIDTH, HEIGHT); in HWTEST_F() 225 RenderTexturePtr texptr = renderEnvironment->RequestBuffer(WIDTH, HEIGHT); in HWTEST_F() 262 int temp = renderEnvironment->GenTextureWithPixels(bitmap, WIDTH, HEIGHT, WIDTH); in HWTEST_F() 265 temp = renderEnvironment->GenTextureWithPixels(bitmap, WIDTH - EXTRA_LEN, HEIGHT, WIDT in HWTEST_F() [all...] |
H A D | TestEffectMemoryManager.cpp | 30 constexpr uint32_t HEIGHT = 1080; member 33 constexpr uint32_t LEN = ROW_STRIDE * HEIGHT; 71 memoryInfo.bufferInfo.height_ = HEIGHT; in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | long_press_event_test_ng.cpp | 40 constexpr float HEIGHT = 400.0f; member 41 const OffsetF COORDINATE_OFFSET(WIDTH, HEIGHT); 166 EXPECT_EQ(longPressEventActuator->longPressRecognizer_->GetCoordinateOffset(), Offset(WIDTH, HEIGHT)); in HWTEST_F() 172 EXPECT_EQ(longPressEventActuator->longPressRecognizer_->GetCoordinateOffset(), Offset(WIDTH, HEIGHT)); in HWTEST_F()
|
H A D | drag_event_test_ng.h | 63 constexpr float HEIGHT = 400.0f; member 64 const OffsetF COORDINATE_OFFSET(WIDTH, HEIGHT);
|
H A D | pan_event_test_ng.cpp | 45 constexpr float HEIGHT = 400.0f; member 46 const OffsetF COORDINATE_OFFSET(WIDTH, HEIGHT); 183 EXPECT_EQ(panEventActuator->panRecognizer_->GetCoordinateOffset(), Offset(WIDTH, HEIGHT)); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_paint_method_test_ng.cpp | 60 geometryNode->SetFrameSize(SizeF(WIDTH, HEIGHT)); in HWTEST_F() 61 geometryNode->SetFrameOffset(OffsetF(WIDTH, HEIGHT)); in HWTEST_F() 62 geometryNode->SetContentSize(SizeF(WIDTH, HEIGHT)); in HWTEST_F() 119 geometryNode->SetFrameSize(SizeF(WIDTH, HEIGHT)); in HWTEST_F() 120 geometryNode->SetFrameOffset(OffsetF(WIDTH, HEIGHT)); in HWTEST_F() 121 geometryNode->SetContentSize(SizeF(WIDTH, HEIGHT)); in HWTEST_F()
|
H A D | image_test_ng.cpp | 179 geometryNode->SetFrameSize(SizeF(WIDTH, HEIGHT)); in HWTEST_F() 282 geometryNode->SetFrameSize(SizeF(WIDTH, HEIGHT)); in HWTEST_F() 318 geometryNode->SetFrameSize(SizeF(WIDTH, HEIGHT)); in HWTEST_F() 550 geometryNode->SetContentSize(SizeF(WIDTH, HEIGHT)); in HWTEST_F() 714 LoadImageSuccessEvent loadImageSuccessEvent(IMAGE_SOURCESIZE_WIDTH, IMAGE_SOURCESIZE_HEIGHT, WIDTH, HEIGHT, 1); in HWTEST_F() 745 LoadImageFailEvent loadImageFailEvent(WIDTH, HEIGHT, "image load error!"); in HWTEST_F() 855 layoutConstraintSize.selfIdealSize.SetSize(SizeF(WIDTH, HEIGHT)); in HWTEST_F() 864 EXPECT_EQ(size1.value(), SizeF(WIDTH, HEIGHT)); in HWTEST_F() 873 EXPECT_EQ(size2.value(), SizeF(WIDTH, HEIGHT)); in HWTEST_F() 882 EXPECT_EQ(size3.value(), SizeF(WIDTH, HEIGHT)); in HWTEST_F() [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | font_regen.cpp | 30 enum { WIDTH = 512, HEIGHT = 512, N = 10 }; enumerator 36 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(0, 0, WIDTH, HEIGHT); // 0, 0 矩阵对象创建参数 in make_blob() 49 bitmapHeight_ = HEIGHT; in BadApple()
|
/foundation/multimedia/image_effect/test/unittest/utils/ |
H A D | test_native_buffer_utils.cpp | 24 constexpr int32_t HEIGHT = 1080; member 32 .height = HEIGHT, in CreateNativeBuffer()
|
/foundation/distributedhardware/distributed_input/utils/test/unittest/ |
H A D | dinput_context_test.cpp | 31 constexpr uint32_t HEIGHT = 1080; member 93 sinkScreenInfo1.sinkPhyHeight = HEIGHT; in HWTEST_F() 96 EXPECT_EQ(HEIGHT, sinkScreenInfo.sinkPhyHeight); in HWTEST_F() 136 srcScreenInfo1.sourcePhyHeight = HEIGHT; in HWTEST_F() 139 EXPECT_EQ(HEIGHT, srcScreenInfo.sourcePhyHeight); in HWTEST_F() 146 localTouchScreenInfo.sinkShowWidth = HEIGHT; in HWTEST_F() 148 EXPECT_EQ(HEIGHT, DInputContext::GetInstance().GetLocalTouchScreenInfo().sinkShowWidth); in HWTEST_F()
|
/foundation/multimedia/image_effect/test/unittest/mock/src/ |
H A D | mock_producer_surface.cpp | 26 constexpr int32_t HEIGHT = 1280; member 33 .height = HEIGHT, in AllocDmaMemory()
|
H A D | mock_pixel_map.cpp | 25 constexpr int32_t HEIGHT = 1280; member 29 MockPixelMap::MockPixelMap() : MockPixelMap(WIDTH, HEIGHT) in MockPixelMap()
|
/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/ |
H A D | drawing_text_c_sample.cpp | 35 constexpr static int32_t HEIGHT = 1280; variable 154 surfaceNode->SetBounds(0, 0, WIDTH, HEIGHT); in main() 156 DrawSurface(surfaceNode, WIDTH, HEIGHT, i); in main()
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/ |
H A D | opengl_wrapper_native_test.cpp | 54 constexpr static int32_t HEIGHT = 1280; variable 291 testFuncVec[index](WIDTH, HEIGHT); in DrawSurface() 303 NativeWindowHandleOpt(gWindow, SET_BUFFER_GEOMETRY, WIDTH, HEIGHT); in CreateSurface() 323 surfaceNode->SetBounds(0, 0, WIDTH, HEIGHT); in main() 326 DrawSurface(WIDTH, HEIGHT, i); in main()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/ |
H A D | shape_pattern_test_ng.cpp | 82 auto height = Dimension(HEIGHT); in HWTEST_F() 101 layoutConstraint.percentReference.SetHeight(HEIGHT); in HWTEST_F() 103 layoutConstraint.selfIdealSize.SetHeight(HEIGHT); in HWTEST_F() 110 EXPECT_FLOAT_EQ(size.value().Height(), HEIGHT); in HWTEST_F() 123 shapeModel.SetViewPort(Dimension(LEFT), Dimension(TOP), Dimension(WIDTH), Dimension(HEIGHT)); in HWTEST_F() 133 EXPECT_EQ(paintProperty->GetShapeViewBoxValue().Height().ConvertToPx(), HEIGHT); in HWTEST_F() 214 layoutConstraint.percentReference.SetHeight(HEIGHT); in HWTEST_F() 216 layoutConstraint.selfIdealSize.SetHeight(HEIGHT); in HWTEST_F() 326 shapeModel.SetViewPort(Dimension(LEFT), Dimension(TOP), Dimension(WIDTH), Dimension(HEIGHT)); in HWTEST_F()
|
H A D | polyline_pattern_test_ng.cpp | 47 layoutConstraint.percentReference.SetHeight(HEIGHT); 49 layoutConstraint.selfIdealSize.SetHeight(HEIGHT);
|
H A D | polygon_pattern_test_ng.cpp | 47 layoutConstraint.percentReference.SetHeight(HEIGHT); 49 layoutConstraint.selfIdealSize.SetHeight(HEIGHT);
|
H A D | ellipse_pattern_test_ng.cpp | 48 layoutConstraint.percentReference.SetHeight(HEIGHT); 50 layoutConstraint.selfIdealSize.SetHeight(HEIGHT);
|
H A D | line_pattern_test_ng.cpp | 59 layoutConstraint.percentReference.SetHeight(HEIGHT); 61 layoutConstraint.selfIdealSize.SetHeight(HEIGHT); 176 layoutConstraint.percentReference.SetHeight(HEIGHT); in MeasureContentTest() 178 layoutConstraint.selfIdealSize.SetHeight(HEIGHT); in MeasureContentTest()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/include/ |
H A D | photo_proxy_test.h | 27 const int32_t HEIGHT = 4096; member 95 return HEIGHT;
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/include/ |
H A D | photo_proxy_test.h | 27 const int32_t HEIGHT = 4096; member 97 return HEIGHT;
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_c_sample.cpp | 56 constexpr static int32_t HEIGHT = 1280; variable 212 surfaceNode->SetBounds(0, 0, WIDTH, HEIGHT); in main() 214 DrawSurface(surfaceNode, WIDTH, HEIGHT, i); in main()
|
/foundation/multimedia/camera_lite/test/unittest/ |
H A D | camera_lite_test.h | 60 HEIGHT = 1080, enumerator
|