Home
last modified time | relevance | path

Searched refs:SetExtSurfaceBounds (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_render_surface.h31 MOCK_METHOD4(SetExtSurfaceBounds, void(int32_t, int32_t, int32_t, int32_t));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drender_surface_impl.h63 void SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t height) override;
H A Drosen_render_surface_mingw.cpp68 void RosenRenderSurface::SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t heig… in SetExtSurfaceBounds() function in OHOS::Ace::NG::RosenRenderSurface
H A Drender_texture_impl.h52 void SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t height) override;
H A Drender_texture_impl.cpp105 void RenderTextureImpl::SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t heigh… in SetExtSurfaceBounds() function in OHOS::Ace::NG::RenderTextureImpl
H A Drender_surface_impl.cpp139 void RenderSurfaceImpl::SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t heigh… in SetExtSurfaceBounds() function in OHOS::Ace::NG::RenderSurfaceImpl
H A Drosen_render_surface.h140 void SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t height) override;
H A Drosen_render_surface.cpp277 void RosenRenderSurface::SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t heig… in SetExtSurfaceBounds() function in OHOS::Ace::NG::RosenRenderSurface
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_surface.h81 virtual void SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t height) {} in SetExtSurfaceBounds() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp404 … renderSurface_->SetExtSurfaceBounds(transformRelativeOffset.GetX() + xcomponentNodeOffset.GetX(), in OnAreaChangedInner()
610 renderSurface_->SetExtSurfaceBounds( in BeforeSyncGeometryProperties()
/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.cpp1299 renderSurface_->SetExtSurfaceBounds(rect.Left(), rect.Top(), rect.Width(), rect.Height()); in OnAreaChangedInner()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp767 SetExtSurfaceBounds(0, 0, MAX_WIDTH, MAX_HEIGHT))
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp1214 … renderSurface_->SetExtSurfaceBounds(rect.Left(), rect.Top(), rect.Width(), rect.Height()); in OnModifyDone()