Home
last modified time | relevance | path

Searched refs:SetBoundsWidth (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_composer_adapter_test.cpp204 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 Drs_node_animate_supplement_test.cpp199 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 Drs_transition_test.cpp622 newCanvasNode->SetBoundsWidth(200.f);
H A Drs_animation_supplement_test.cpp1165 node->SetBoundsWidth(1.f);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_proxy_node.h51 void SetBoundsWidth(float width) override {} in SetBoundsWidth() function
H A Drs_node.h192 virtual void SetBoundsWidth(float width);
H A Drs_node.cpp643 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 Drsproxynode_fuzzer.cpp87 proxyNode.SetBoundsWidth(width); in DoRSProxyNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/
H A Drs_animation_test.cpp247 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 Drender_service_client_uni_render_demo.cpp107 surfaceNode->SetBoundsWidth(250); in main()
H A Drender_service_client_subSurface_demo.cpp36 surfaceNode->SetBoundsWidth(width); in Resize()
H A Drender_service_client_pointer_window_demo.cpp43 surfaceNode->SetBoundsWidth(width); in Resize()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_implicit_animation_param_test.cpp116 animation1->SetFinishCallback([&]() { node1->SetBoundsWidth(200); }); in __anonac5c60730102()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_proxy_node_test.cpp127 node->SetBoundsWidth(width);
H A Drs_surface_node_test.cpp196 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 Drs_node_test.cpp307 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 Drs_canvas_node_test.cpp333 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 Drs_uni_render_test.cpp148 surfaceNode->SetBoundsWidth(250);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsnode_fuzzer/
H A Drsnode_fuzzer.cpp111 surfaceNode->SetBoundsWidth(GetData<float>()); in RSNodeFuzzTestInner01()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp329 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 Drsproperty_fuzzer.cpp110 properties.SetBoundsWidth(width); in RSPropertiesFuzzTestInner01()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h69 void SetBoundsWidth(float width);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.cpp1318 rsNode->SetBoundsWidth(GetBoundsWidth());
1340 rsNode->SetBoundsWidth(GetBoundsWidth());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp270 void RSProperties::SetBoundsWidth(float width) in SetBoundsWidth() function in OHOS::Rosen::RSProperties