/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uni_render_composer_adapter_test.cpp | 204 surfaceNode->GetMutableRenderProperties().SetBoundsWidth(DEFAULT_CANVAS_WIDTH); 257 surfaceNode->GetMutableRenderProperties().SetBoundsWidth(DEFAULT_CANVAS_WIDTH); 268 surfaceNode->GetMutableRenderProperties().SetBoundsWidth(DEFAULT_CANVAS_WIDTH_1K); 285 surfaceNode->GetMutableRenderProperties().SetBoundsWidth(DEFAULT_CANVAS_WIDTH_1K); 308 surfaceNode->GetMutableRenderProperties().SetBoundsWidth(DEFAULT_CANVAS_WIDTH_1K); 332 surfaceNode->GetMutableRenderProperties().SetBoundsWidth(DEFAULT_CANVAS_WIDTH); 362 surfaceNode->GetMutableRenderProperties().SetBoundsWidth(DEFAULT_CANVAS_WIDTH); 376 surfaceNode->GetMutableRenderProperties().SetBoundsWidth(DEFAULT_CANVAS_WIDTH); 391 surfaceNode->GetMutableRenderProperties().SetBoundsWidth(DEFAULT_CANVAS_WIDTH); 418 surfaceNode->GetMutableRenderProperties().SetBoundsWidth(DEFAULT_CANVAS_WIDTH); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_node_animate_supplement_test.cpp | 199 node->SetBoundsWidth(100.0f); 203 node->SetBoundsWidth(100.0f); 208 node->SetBoundsWidth(100.0f); 209 node->SetBoundsWidth(10.0f); 536 node->SetBoundsWidth(10.f);
|
H A D | rs_transition_test.cpp | 622 newCanvasNode->SetBoundsWidth(200.f);
|
H A D | rs_animation_supplement_test.cpp | 1165 node->SetBoundsWidth(1.f);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_proxy_node.h | 51 void SetBoundsWidth(float width) override {} in SetBoundsWidth() function
|
H A D | rs_node.h | 192 virtual void SetBoundsWidth(float width);
|
H A D | rs_node.cpp | 643 void RSNode::SetBoundsWidth(float width) in SetBoundsWidth() function in OHOS::Rosen::RSNode
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsproxynode_fuzzer/ |
H A D | rsproxynode_fuzzer.cpp | 87 proxyNode.SetBoundsWidth(width); in DoRSProxyNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/ |
H A D | rs_animation_test.cpp | 247 node->SetBoundsWidth(200); 254 animation->SetFinishCallback([&]() { node->SetBoundsWidth(200); }); in __anon6cd38f390202() 291 node->SetBoundsWidth(200);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_client_uni_render_demo.cpp | 107 surfaceNode->SetBoundsWidth(250); in main()
|
H A D | render_service_client_subSurface_demo.cpp | 36 surfaceNode->SetBoundsWidth(width); in Resize()
|
H A D | render_service_client_pointer_window_demo.cpp | 43 surfaceNode->SetBoundsWidth(width); in Resize()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
H A D | rs_implicit_animation_param_test.cpp | 116 animation1->SetFinishCallback([&]() { node1->SetBoundsWidth(200); }); in __anonac5c60730102()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_proxy_node_test.cpp | 127 node->SetBoundsWidth(width);
|
H A D | rs_surface_node_test.cpp | 196 surfaceNode->SetBoundsWidth(TestSrc::limitNumber::floatLimit[1]); 210 surfaceNode->SetBoundsWidth(TestSrc::limitNumber::floatLimit[2]); 224 surfaceNode->SetBoundsWidth(TestSrc::limitNumber::floatLimit[3]); 238 surfaceNode->SetBoundsWidth(TestSrc::limitNumber::floatLimit[4]); 252 surfaceNode->SetBoundsWidth(TestSrc::limitNumber::floatLimit[0]);
|
H A D | rs_node_test.cpp | 307 rsNode->SetBoundsWidth(floatData[1]); 308 rsNode->SetBoundsWidth(floatData[1]); 320 rsNode->SetBoundsWidth(floatData[2]); 321 rsNode->SetBoundsWidth(floatData[2]); 333 rsNode->SetBoundsWidth(floatData[3]); 357 rsNode->SetBoundsWidth(floatData[4]); 369 rsNode->SetBoundsWidth(floatData[0]); 3031 HWTEST_F(RSNodeTest, SetBoundsWidth, TestSize.Level1) 3034 rsNode->SetBoundsWidth(1.f); 3042 rsNode->SetBoundsWidth(1.f);
|
H A D | rs_canvas_node_test.cpp | 333 canvasNode->SetBoundsWidth(floatData[1]); 345 canvasNode->SetBoundsWidth(floatData[2]); 357 canvasNode->SetBoundsWidth(floatData[3]); 369 canvasNode->SetBoundsWidth(floatData[4]); 381 canvasNode->SetBoundsWidth(floatData[0]);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/systemtest/pipeline/ |
H A D | rs_uni_render_test.cpp | 148 surfaceNode->SetBoundsWidth(250);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsnode_fuzzer/ |
H A D | rsnode_fuzzer.cpp | 111 surfaceNode->SetBoundsWidth(GetData<float>()); in RSNodeFuzzTestInner01()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test.cpp | 329 properties.SetBoundsWidth(2.0f); 666 properties.SetBoundsWidth(0); 670 properties.SetBoundsWidth(1.0); 674 properties.SetBoundsWidth(0); 678 properties.SetBoundsWidth(1.0); 696 properties.SetBoundsWidth(1.0);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/ |
H A D | rsproperty_fuzzer.cpp | 110 properties.SetBoundsWidth(width); in RSPropertiesFuzzTestInner01()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties.h | 69 void SetBoundsWidth(float width);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | rosen_render_box.cpp | 1318 rsNode->SetBoundsWidth(GetBoundsWidth()); 1340 rsNode->SetBoundsWidth(GetBoundsWidth());
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 270 void RSProperties::SetBoundsWidth(float width) in SetBoundsWidth() function in OHOS::Rosen::RSProperties
|