/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
D | render_service_client_node_demo.cpp | 36 rootNode->SetBounds(0, 0, width, height); in Init() 41 nodes[0]->SetBounds(400, 200, 400, 400); in Init() 46 nodes[1]->SetBounds(400, 650, 400, 400); in Init() 51 nodes[2]->SetBounds(200, 1400, 400, 400); in Init() 56 nodes[3]->SetBounds(700, 1400, 400, 400); in Init()
|
D | render_service_client_ui_capture_demo.cpp | 135 surfaceNode->SetBounds(x, y, width, height); in DrawSurfaceNode() 191 rootNode->SetBounds(0, 0, width, height); in Init() 197 canvasNode->SetBounds(10, 10, 600, 1000); in Init() 203 canvasNode2->SetBounds(5, 5, 400, 800); in Init()
|
D | render_service_client_uni_render_demo.cpp | 49 rootNode->SetBounds(0, 0, width, height); in Init() 58 canvasNode->SetBounds(100, 100, 300, 200); in Init()
|
D | render_service_client_app_demo.cpp | 45 rootNode->SetBounds(0, 0, width, height); in Init() 92 rootNode->SetBounds(0, 0, 2560, resizeH); in main()
|
D | render_service_client_rs_animation_demo.cpp | 48 rootNode->SetBounds(0, 0, width, height); in Init() 81 surfaceNode->SetBounds(x, y, width, height); in DrawSurface()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/pattern/ability_component/ |
D | mock_window_connection.cpp | 43 void SetBounds(const Rect& rect) const; 97 void WindowExtensionConnection::Impl::SetBounds(const Rect& rect) const {} in SetBounds() function in OHOS::Rosen::WindowExtensionConnection::Impl 125 void WindowExtensionConnection::SetBounds(const Rect& rect) const in SetBounds() function in OHOS::Rosen::WindowExtensionConnection 127 pImpl_->SetBounds(rect); in SetBounds()
|
/foundation/window/window_manager/extension/window_extension/test/unittest/ |
D | window_extension_proxy_test.cpp | 62 HWTEST_F(WindowExtensionProxyTest, SetBounds, Function | SmallTest | Level2) 70 windowExtensionProxy_->SetBounds(rect);
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
D | rosen_render_list.cpp | 46 rsNode->SetBounds(0.0, 0.0, viewPort_.Width(), viewPort_.Height()); in SyncGeometryProperties() 48 … rsNode->SetBounds(-GetGlobalOffset().GetX(), -shiftHeight_, pipelineContext->GetRootWidth(), in SyncGeometryProperties() 52 rsNode->SetBounds(0.0, 0.0, viewPort_.Width(), viewPort_.Height()); in SyncGeometryProperties()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
D | rs_composer_adapter_test.cpp | 182 property.SetBounds({ 0, 0, 400, 600 }); 211 property1.SetBounds({ 0, 0, 400, 600 }); 214 property2.SetBounds({ 0, 0, 400, 600 }); 238 property.SetBounds({ 0, 0, 200, 400 }); 261 property.SetBounds({ 0, 0, 200, 400 }); 284 property.SetBounds({ 0, 0, 200, 400 }); 308 property.SetBounds({ 0, 0, 200, 400 }); 338 property.SetBounds({ 0, 0, 200, 400 }); 366 property.SetBounds({ 0, 0, 200, 400 }); 392 property.SetBounds({ 0, 0, 200, 400 });
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
D | rs_proxy_node.h | 49 void SetBounds(const Vector4f& bounds) override {} in SetBounds() function 50 void SetBounds(float positionX, float positionY, float width, float height) override {} in SetBounds() function
|
/foundation/window/window_manager/extension/extension_connection/src/ |
D | window_extension_connection.cpp | 54 void SetBounds(const Rect& rect) const; 187 void WindowExtensionConnection::Impl::SetBounds(const Rect& rect) const in SetBounds() function in OHOS::Rosen::WindowExtensionConnection::Impl 190 proxy_->SetBounds(rect); in SetBounds() 272 void WindowExtensionConnection::SetBounds(const Rect& rect) const in SetBounds() function in OHOS::Rosen::WindowExtensionConnection 274 pImpl_->SetBounds(rect); in SetBounds()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
D | rs_animation_base_test.cpp | 58 rootNode->SetBounds(0, 0, width, height); in InitNode() 63 canvasNode->SetBounds(ANIMATION_START_BOUNDS); in InitNode() 133 canvasNode->SetBounds(ANIMATION_START_BOUNDS); in ResetAnimationCanvasNode()
|
D | rs_transition_test.cpp | 107 newCanvasNode->SetBounds(250, 500, 200, 200); 164 newCanvasNode->SetBounds(250, 500, 200, 200); 222 newCanvasNode->SetBounds(250, 500, 200, 200); 278 newCanvasNode->SetBounds(250, 500, 200, 200); 343 newCanvasNode->SetBounds(250, 500, 200, 200); 409 newCanvasNode->SetBounds(250, 500, 200, 200);
|
/foundation/window/window_manager/extension/window_extension/include/zidl/ |
D | window_extension_interface.h | 40 virtual void SetBounds(const Rect& rect) = 0;
|
D | window_extension_proxy.h | 30 void SetBounds(const Rect& rect) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/ability_component/ |
D | rosen_render_ability_component.cpp | 44 rsNode->SetBounds(0.0, 0.0, size.Width(), size.Height()); in SyncGeometryProperties()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/render/ |
D | mock_render_context.h | 29 MOCK_METHOD4(SetBounds, void(float, float, float, float));
|
/foundation/graphic/graphic_2d/frameworks/surface/src/ |
D | surface_delegate.cpp | 34 SurfaceDelegateError SurfaceDelegate::SetBounds(int32_t left, int32_t right, int32_t width, int32_t… in SetBounds() function in OHOS::SurfaceDelegate
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
D | render_surface_impl.cpp | 98 extSurface_->SetBounds(surfaceId_, left, top, width, height); in SetExtSurfaceBoundsSync() 113 surface->SetBounds(id, left, top, width, height); in SetExtSurfaceBounds()
|
/foundation/window/window_manager/extension/window_extension/src/zidl/ |
D | window_extension_stub.cpp | 37 SetBounds(rect); in OnRemoteRequest()
|
/foundation/window/window_manager/extension/window_extension/include/ |
D | window_extension_stub_impl.h | 34 virtual void SetBounds(const Rect& rect) override;
|
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
D | ext_surface.h | 37 void SetBounds(int64_t surfaceId, int32_t left, int32_t top, int32_t width, int32_t height);
|
/foundation/arkui/ace_engine/frameworks/core/components/root/ |
D | rosen_render_root.cpp | 50 … rsNode->SetBounds(paintOffset.GetX(), paintOffset.GetY(), paintSize.Width(), paintSize.Height()); in SyncGeometryProperties()
|
/foundation/window/window_manager/interfaces/innerkits/extension/ |
D | window_extension_connection.h | 138 void SetBounds(const Rect& rect) const;
|
/foundation/arkui/ace_engine/frameworks/core/components/clip/ |
D | rosen_render_clip.cpp | 74 rsNode->SetBounds(clipOffset.GetX(), clipOffset.GetY(), clipWidth, clipHeight); in SyncGeometryProperties()
|