Home
last modified time | relevance | path

Searched defs:SetBounds (Results 1 – 13 of 13) sorted by relevance

/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
Drs_node.cpp412 void RSNode::SetBounds(const Vector4f& bounds) in SetBounds() function in OHOS::Rosen::RSNode
418 void RSNode::SetBounds(float positionX, float positionY, float width, float height) in SetBounds() function in OHOS::Rosen::RSNode
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/pattern/ability_component/
Dmock_window_connection.cpp97 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
/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/window/window_manager/extension/window_extension/src/zidl/
Dwindow_extension_proxy.cpp29 void WindowExtensionProxy::SetBounds(const Rect& rect) in SetBounds() function in OHOS::Rosen::WindowExtensionProxy
/foundation/window/window_manager/extension/extension_connection/src/
Dwindow_extension_connection.cpp187 void WindowExtensionConnection::Impl::SetBounds(const Rect& rect) const in SetBounds() function in OHOS::Rosen::WindowExtensionConnection::Impl
272 void WindowExtensionConnection::SetBounds(const Rect& rect) const in SetBounds() function in OHOS::Rosen::WindowExtensionConnection
/foundation/window/window_manager/extension/window_extension/src/
Dwindow_extension_stub_impl.cpp63 void WindowExtensionStubImpl::SetBounds(const Rect& rect) in SetBounds() function in OHOS::Rosen::WindowExtensionStubImpl
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
Dext_surface.cpp114 void ExtSurface::SetBounds(int64_t surfaceId, int32_t left, int32_t top, int32_t width, int32_t hei… in SetBounds() function in OHOS::Ace::ExtSurface
/foundation/window/window_manager/window_scene/session/screen/src/
Dscreen_property.cpp39 void ScreenProperty::SetBounds(const RRect& bounds) in SetBounds() function in OHOS::Rosen::ScreenProperty
/foundation/window/window_manager/wmserver/src/
Dwindow_layout_policy.cpp645 static void SetBounds(const sptr<WindowNode>& node, const Rect& winRect, const Rect& preRect) in SetBounds() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.h202 virtual void SetBounds(float positionX, float positionY, float width, float height) {} in SetBounds() function
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
Drs_properties.cpp134 void RSProperties::SetBounds(Vector4f bounds) in SetBounds() function in OHOS::Rosen::RSProperties
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.cpp3217 void RosenRenderContext::SetBounds(float positionX, float positionY, float width, float height) function in OHOS::Ace::NG::RosenRenderContext