Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A 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
H A Drs_node.cpp632 void RSNode::SetBounds(const Vector4f& bounds) in SetBounds() function in OHOS::Rosen::RSNode
638 void RSNode::SetBounds(float positionX, float positionY, float width, float height) in SetBounds() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_delegate.cpp34 SurfaceDelegateError SurfaceDelegate::SetBounds(int32_t left, int32_t right, int32_t width, int32_t… in SetBounds() function in OHOS::SurfaceDelegate
/ohos5.0/foundation/window/window_manager/extension/window_extension/src/zidl/
H A Dwindow_extension_proxy.cpp29 void WindowExtensionProxy::SetBounds(const Rect& rect) in SetBounds() function in OHOS::Rosen::WindowExtensionProxy
/ohos5.0/foundation/window/window_manager/extension/extension_connection/src/
H A 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
/ohos5.0/foundation/window/window_manager/extension/window_extension/src/
H A Dwindow_extension_stub_impl.cpp63 void WindowExtensionStubImpl::SetBounds(const Rect& rect) in SetBounds() function in OHOS::Rosen::WindowExtensionStubImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dext_surface.cpp129 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
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp60 void ScreenProperty::SetBounds(const RRect& bounds) in SetBounds() function in OHOS::Rosen::ScreenProperty
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy.cpp647 static void SetBounds(const sptr<WindowNode>& node, const Rect& winRect, const Rect& preRect) in SetBounds() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h281 virtual void SetBounds(float positionX, float positionY, float width, float height) {} in SetBounds() function
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp3308 void Session::SetBounds(const WSRectF& bounds) in SetBounds() function in OHOS::Rosen::Session
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp250 void RSProperties::SetBounds(Vector4f bounds) in SetBounds() function in OHOS::Rosen::RSProperties
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp5244 void RosenRenderContext::SetBounds(float positionX, float positionY, float width, float height) function in OHOS::Ace::NG::RosenRenderContext