Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/test/xts/acts/graphic/acts_drawing_native/
DDrawingNativeSurFaceTest.cpp128 const int32_t width = 500; variable
156 const int32_t width = 500; variable
182 const int32_t width = 4096; variable
206 const int32_t width = 500; variable
243 const int32_t width = 500; variable
272 const int32_t width = 500; variable
297 const int32_t width = 4096; variable
323 const int32_t width = 4096; variable
344 const int32_t width = 4096; variable
364 const int32_t width = 4096; variable
[all …]
DDrawingNativeImageTest.cpp183 uint32_t width = 200 + i * 10; variable
209 uint32_t width = 4096; variable
235 constexpr uint32_t width = 200; variable
266 uint32_t width = 200; variable
296 uint32_t width = 200 + i * 10; variable
326 uint32_t width = 4096; variable
370 uint32_t width = 400; variable
401 uint32_t width = 400; variable
442 uint32_t width = rand() % 100 + 1; variable
470 uint32_t width = -400; variable
[all …]
DDrawingNativeBitmapTest.cpp116 int width = 100; variable
164 int width = 100; variable
205 int width = 48; variable
243 int width = 48; variable
280 int width = 1000000; variable
342 int width = 4096; variable
390 const unsigned int width = 500; variable
434 const unsigned int width = 500; variable
475 const unsigned int width = 500; variable
538 const unsigned int width = 4096; variable
[all …]
/test/xts/acts/multimedia/image/image_js_standard/imageRGBA/entry/src/ohosTest/js/test/
DRGBA.test.js62 let opts = { editable: true, pixelFormat: RGBA_F16, size: { height: 4, width: 6 } }; property
92 let opts = { editable: true, pixelFormat: RGBA_F16, size: { height: 4, width: 6 } }; property
121 let opts = { editable: false, pixelFormat: RGBA_F16, size: { height: 4, width: 6 } }; property
151 let opts = { editable: false, pixelFormat: RGBA_F16, size: { height: 4, width: 6 } }; property
180 let opts = { editable: true, pixelFormat: ALPHA_8, size: { height: 4, width: 6 } }; property
210 let opts = { editable: true, pixelFormat: RGB_565, size: { height: 4, width: 6 } }; property
240 let opts = { editable: true, pixelFormat: ARGB_8888, size: { height: 4, width: 6 } }; property
270 let opts = { editable: true, pixelFormat: ALPHA_8, size: { height: 4, width: 6 } }; property
299 let opts = { editable: true, pixelFormat: RGB_565, size: { height: 4, width: 6 } }; property
328 let opts = { editable: true, pixelFormat: ARGB_8888, size: { height: 4, width: 6 } }; property
[all …]
/test/xts/acts/multimedia/media/media_js_standard/avPlayer/entry/src/ohosTest/ets/test/
DAVPlayerDataSrcNoSeekCompatibilityTest.test.js26 width: 0, property
89 avPlayTest = { width: 0, height: 0, duration: 0 }; property
105 avPlayTest = { width: 0, height: 0, duration: 0 }; property
121 avPlayTest = { width: 0, height: 0, duration: 0 }; property
137 avPlayTest = { width: 0, height: 0, duration: 0 }; property
153 avPlayTest = { width: 0, height: 0, duration: 0 }; property
169 avPlayTest = { width: 1920, height: 1080, duration: 0 }; property
185 avPlayTest = { width: 360, height: 270, duration: 0 }; property
201 avPlayTest = { width: 640, height: 480, duration: 0 }; property
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
Dcommonattrs_size_test.cpp24 float width = PARAM_30; in TestCommonAttrsSize001() local
38 float width = PARAM_0; in TestCommonAttrsSize002() local
52 float width = PARAM_NEGATIVE_100; in TestCommonAttrsSize003() local
66 float width = PARAM_30; in TestCommonAttrsSize004() local
80 float width = PARAM_0; in TestCommonAttrsSize005() local
94 float width = PARAM_NEGATIVE_100; in TestCommonAttrsSize006() local
108 float width = PARAM_2000; in TestCommonAttrsSize007() local
122 float width = PARAM_NEGATIVE_2000; in TestCommonAttrsSize008() local
136 float width = PARAM_300; in TestCommonAttrsSize009() local
150 float width = PARAM_30; in TestCommonAttrsSize010() local
[all …]
Dcommonattrs_clipshape_test.cpp23 float width = SIZE_130; in TestCommonAttrsClipShape001() local
43 float width = SIZE_90; in TestCommonAttrsClipShape002() local
63 float width = SIZE_130; in TestCommonAttrsClipShape003() local
78 float width = SIZE_130; in TestCommonAttrsClipShape004() local
93 float width = SIZE_110; in TestCommonAttrsClipShape005() local
108 float width = PARAM_NEGATIVE_1; in TestCommonAttrsClipShape006() local
120 float width = PARAM_NEGATIVE_1; in TestCommonAttrsClipShape007() local
132 float width = SIZE_130; in TestCommonAttrsClipShape008() local
147 float width = SIZE_110; in TestCommonAttrsClipShape009() local
162 float width = SIZE_130; in TestCommonAttrsClipShape010() local
[all …]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/
Dlist_scroll_bar_width_test.cpp24 static auto SetWidth(ArkUI_NodeHandle list, float width) in SetWidth()
37 float width = PARAM_10; in TestListScrollBarWidth001() local
47 float width = PARAM_0; in TestListScrollBarWidth002() local
57 float width = PARAM_NEGATIVE_1; in TestListScrollBarWidth003() local
69 float width = SIZE_1000; in TestListScrollBarWidth004() local
Dlist_divider_test.cpp25 static auto SetDivider(ArkUI_NodeHandle list, uint32_t color, float width, float begin, float end) in SetDivider()
39 float width = PARAM_1; in TestListDivider001() local
55 float width = PARAM_0; in TestListDivider002() local
71 float width = PARAM_NEGATIVE_1; in TestListDivider003() local
87 float width = SIZE_1000; in TestListDivider004() local
Dlist_width_test.cpp23 float width = SIZE_200; in TestListWidth001() local
35 float width = SIZE_10000; in TestListWidth002() local
47 float width = PARAM_NEGATIVE_10; in TestListWidth003() local
/test/xts/acts/graphic/windowstandard/entry/src/ohosTest/js/test/
Ddisplay.test.js257 width:20, property
263 width:600, property
269 width:20, property
275 width:600, property
303 width : 100, property
330 width : 100, property
337 width:20, property
343 width:600, property
349 width:20, property
355 width:600, property
/test/xts/acts/multimedia/image/image_js_standard/imageYUV/entry/src/ohosTest/js/test/
Dyuv.test.js67 function createBuffer(height, width) { argument
369 …urceOptions = { sourceDensity: 120, sourcePixelFormat: NV21, sourceSize: { height: 4, width: 6 } }; property
384 …urceOptions = { sourceDensity: 120, sourcePixelFormat: NV12, sourceSize: { height: 4, width: 6 } }; property
399 …urceOptions = { sourceDensity: 120, sourcePixelFormat: NV21, sourceSize: { height: 4, width: 6 } }; property
414 …urceOptions = { sourceDensity: 120, sourcePixelFormat: NV21, sourceSize: { height: 4, width: 5 } }; property
434 …urceOptions = { sourceDensity: 120, sourcePixelFormat: NV12, sourceSize: { height: 4, width: 6 } }; property
449 …urceOptions = { sourceDensity: 120, sourcePixelFormat: NV12, sourceSize: { height: 4, width: 5 } }; property
472 sourceSize: { height: 4, width: 6 }, property
493 let sourceOptions = { sourceDensity: 120, sourceSize: { height: 4, width: 6 } }; property
515 …urceOptions = { sourceDensity: 120, sourcePixelFormat: NV21, sourceSize: { height: 4, width: 6 } }; property
[all …]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textpicker/
Dtextpicker_width_test.cpp23 float width = 300; in TestTextPickerWidth001() local
36 float width = -100; in TestTextPickerWidth002() local
51 float width = 500; in TestTextPickerWidth003() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/
Dimage_width_test.cpp23 float width = 300; in TestImageWidth001() local
36 float width = -100; in TestImageWidth002() local
51 float width = 500; in TestImageWidth003() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/listitem/
Dlistitem_width_test.cpp23 float width = SIZE_200; in TestListItemWidth001() local
35 float width = SIZE_10000; in TestListItemWidth002() local
47 float width = PARAM_NEGATIVE_10; in TestListItemWidth003() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/swiper/
Dswiper_width_test.cpp23 float width = 300; in TestSwiperWidth001() local
36 float width = -100; in TestSwiperWidth002() local
51 float width = 10000; in TestSwiperWidth003() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/
Dtextinput_width_test.cpp22 float width = 300; in TestTextInputWidth001() local
35 float width = -100; in TestTextInputWidth002() local
50 float width = 500; in TestTextInputWidth003() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/imagespan/
Dimagespan_width_test.cpp22 float width = 300; in TestImageSpanWidth001() local
35 float width = -100; in TestImageSpanWidth002() local
50 float width = 500; in TestImageSpanWidth003() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/flex/
Dflex_width_test.cpp23 float width = 300; in TestFlexWidth001() local
36 float width = -100; in TestFlexWidth002() local
51 float width = 500; in TestFlexWidth003() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/
Dtext_width_test.cpp23 float width = 300; in TestTextWidth001() local
36 float width = -100; in TestTextWidth002() local
51 float width = 500; in TestTextWidth003() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/slider/
Dslider_width_test.cpp23 float width = 300; in TestSliderWidth001() local
36 float width = -100; in TestSliderWidth002() local
51 float width = 500; in TestSliderWidth003() local
/test/xts/acts/arkui/ace_c_arkui_testwearcrop/entry/src/main/cpp/calendarpicker/
Dcalendarpicker_width_test.cpp23 float width = 300; in TestCalendarPickerWidth001() local
36 float width = -100; in TestCalendarPickerWidth002() local
51 float width = 500; in TestCalendarPickerWidth003() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/checkbox/
Dcheckbox_width_test.cpp23 float width = 300; in TestCheckboxWidth001() local
36 float width = -100; in TestCheckboxWidth002() local
51 float width = 500; in TestCheckboxWidth003() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textarea/
Dtextarea_width_test.cpp23 float width = 300; in TestTextAreaWidth001() local
36 float width = -100; in TestTextAreaWidth002() local
51 float width = 500; in TestTextAreaWidth003() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/
Dscroll_width_test.cpp23 float width = 300; in TestScrollWidth001() local
35 float width = -100; in TestScrollWidth002() local
49 float width = 10000; in TestScrollWidth003() local

12345678910>>...15