Home
last modified time | relevance | path

Searched refs:SetBounds (Results 1 – 25 of 104) sorted by relevance

12345

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
Drender_service_client_node_demo.cpp36 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()
Drender_service_client_ui_capture_demo.cpp135 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()
Drender_service_client_uni_render_demo.cpp49 rootNode->SetBounds(0, 0, width, height); in Init()
58 canvasNode->SetBounds(100, 100, 300, 200); in Init()
Drender_service_client_app_demo.cpp45 rootNode->SetBounds(0, 0, width, height); in Init()
92 rootNode->SetBounds(0, 0, 2560, resizeH); in main()
Drender_service_client_rs_animation_demo.cpp48 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/
Dmock_window_connection.cpp43 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/
Dwindow_extension_proxy_test.cpp62 HWTEST_F(WindowExtensionProxyTest, SetBounds, Function | SmallTest | Level2)
70 windowExtensionProxy_->SetBounds(rect);
/foundation/arkui/ace_engine/frameworks/core/components/list/
Drosen_render_list.cpp46 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/
Drs_composer_adapter_test.cpp182 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/
Drs_proxy_node.h49 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/
Dwindow_extension_connection.cpp54 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/
Drs_animation_base_test.cpp58 rootNode->SetBounds(0, 0, width, height); in InitNode()
63 canvasNode->SetBounds(ANIMATION_START_BOUNDS); in InitNode()
133 canvasNode->SetBounds(ANIMATION_START_BOUNDS); in ResetAnimationCanvasNode()
Drs_transition_test.cpp107 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/
Dwindow_extension_interface.h40 virtual void SetBounds(const Rect& rect) = 0;
Dwindow_extension_proxy.h30 void SetBounds(const Rect& rect) override;
/foundation/arkui/ace_engine/frameworks/core/components_v2/ability_component/
Drosen_render_ability_component.cpp44 rsNode->SetBounds(0.0, 0.0, size.Width(), size.Height()); in SyncGeometryProperties()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/render/
Dmock_render_context.h29 MOCK_METHOD4(SetBounds, void(float, float, float, float));
/foundation/graphic/graphic_2d/frameworks/surface/src/
Dsurface_delegate.cpp34 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/
Drender_surface_impl.cpp98 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/
Dwindow_extension_stub.cpp37 SetBounds(rect); in OnRemoteRequest()
/foundation/window/window_manager/extension/window_extension/include/
Dwindow_extension_stub_impl.h34 virtual void SetBounds(const Rect& rect) override;
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
Dext_surface.h37 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/
Drosen_render_root.cpp50 … rsNode->SetBounds(paintOffset.GetX(), paintOffset.GetY(), paintSize.Width(), paintSize.Height()); in SyncGeometryProperties()
/foundation/window/window_manager/interfaces/innerkits/extension/
Dwindow_extension_connection.h138 void SetBounds(const Rect& rect) const;
/foundation/arkui/ace_engine/frameworks/core/components/clip/
Drosen_render_clip.cpp74 rsNode->SetBounds(clipOffset.GetX(), clipOffset.GetY(), clipWidth, clipHeight); in SyncGeometryProperties()

12345