/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-renderfit.md | 70 @State width1: number = 100; 76 .width(this.width1) 84 .width(this.width1) 95 this.width1 = 150; 98 this.width1 = 100;
|
H A D | ts-universal-attributes-attribute-modifier.md | 199 @State width1 : number = 100; 201 …@State myModifier: CommonModifier = new MyModifier().width(this.width1).height(this.height1).margi… 211 this.width1 = 10; 214 this.width1 = 10;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkbitmap_fuzzer/ |
H A D | bitmap_fuzzer.cpp | 114 int32_t width1 = GetObject<int32_t>() % width; in BitmapFuzzTest002() local 128 OH_Drawing_BitmapReadPixels(nullptr, nullptr, nullptr, width * PATH_FOUR, width1, height1); in BitmapFuzzTest002() 129 OH_Drawing_BitmapReadPixels(bitmap, &imageInfo, pixels1, width * PATH_FOUR, width1, height1); in BitmapFuzzTest002()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-renderfit.md | 70 @State width1: number = 100; 76 .width(this.width1) 84 .width(this.width1) 95 this.width1 = 150; 98 this.width1 = 100;
|
H A D | ts-universal-attributes-attribute-modifier.md | 197 @State width1 : number = 100; 199 …@State myModifier: CommonModifier = new MyModifier().width(this.width1).height(this.height1).margi… 209 this.width1 = 10; 212 this.width1 = 10;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosgl_fuzzer/ |
H A D | rssurfaceframeohosgl_fuzzer.cpp | 103 int32_t width1 = GetData<int32_t>(); in DoSetDamageRegion() local 109 rsSurfaceFrameOhosGl->SetDamageRegion(left, top, width1, height1); in DoSetDamageRegion()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosraster_fuzzer/ |
H A D | rssurfaceframeohosraster_fuzzer.cpp | 122 int32_t width1 = GetData<int32_t>(); in DoSetDamageRegion() local 124 rsSurfaceFrameOhosRaster->SetDamageRegion(left, top, width1, height1); in DoSetDamageRegion()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosraster_fuzzer/ |
H A D | rssurfaceohosraster_fuzzer.cpp | 122 int32_t width1 = GetData<int32_t>(); in DoSetDamageRegion() local 125 rsSurfaceFrameOhosRaster->SetDamageRegion(left, top, width1, height1); in DoSetDamageRegion()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_record_cmd_test.cpp | 72 int32_t width1 = OH_Drawing_CanvasGetWidth(canvas); variable 74 EXPECT_TRUE(width1 == width);
|
H A D | drawing_canvas_test.cpp | 1695 int32_t width1 = OH_Drawing_CanvasGetWidth(canvas); variable 1697 EXPECT_TRUE(width1 == width);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosvulkan_fuzzer/ |
H A D | rssurfaceframeohosvulkan_fuzzer.cpp | 110 int32_t width1 = GetData<int32_t>(); in DoSetDamageRegion() local 112 rsSurfaceFrameOhosVulkan->SetDamageRegion(left, top, width1, height1); in DoSetDamageRegion()
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | display_group_info_test.cpp | 73 int32_t width1 = 0; in AddTestDisplayInfo() local 78 displayInfo1->SetWidth(width1); in AddTestDisplayInfo()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/ |
H A D | image_painter_test_ng.cpp | 620 auto width1 = srcSize.Width() * (boxPaintSize_.Height() / srcSize.Height()); variable 621 EXPECT_EQ(width1, -2);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uni_render_visitor_test.cpp | 2190 uint32_t width1 = 260; variable 2192 RectI rect1{left1, top1, width1, height1}; 2247 uint32_t width1 = 260; variable 2249 RectI rect1{left1, top1, width1, height1}; 2284 uint32_t width1 = 200; variable 2286 RectI rect{left1, top1, width1, height1};
|