Home
last modified time | relevance | path

Searched refs:width1 (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-renderfit.md70 @State width1: number = 100;
76 .width(this.width1)
84 .width(this.width1)
95 this.width1 = 150;
98 this.width1 = 100;
H A Dts-universal-attributes-attribute-modifier.md199 @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 Dbitmap_fuzzer.cpp114 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 Dts-universal-attributes-renderfit.md70 @State width1: number = 100;
76 .width(this.width1)
84 .width(this.width1)
95 this.width1 = 150;
98 this.width1 = 100;
H A Dts-universal-attributes-attribute-modifier.md197 @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 Drssurfaceframeohosgl_fuzzer.cpp103 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 Drssurfaceframeohosraster_fuzzer.cpp122 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 Drssurfaceohosraster_fuzzer.cpp122 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 Ddrawing_record_cmd_test.cpp72 int32_t width1 = OH_Drawing_CanvasGetWidth(canvas); variable
74 EXPECT_TRUE(width1 == width);
H A Ddrawing_canvas_test.cpp1695 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 Drssurfaceframeohosvulkan_fuzzer.cpp110 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 Ddisplay_group_info_test.cpp73 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 Dimage_painter_test_ng.cpp620 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 Drs_uni_render_visitor_test.cpp2190 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};