/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/ |
H A D | mock_render_surface.h | 31 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 D | render_surface_impl.h | 63 void SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t height) override;
|
H A D | rosen_render_surface_mingw.cpp | 68 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 D | render_texture_impl.h | 52 void SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t height) override;
|
H A D | render_texture_impl.cpp | 105 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 D | render_surface_impl.cpp | 139 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 D | rosen_render_surface.h | 140 void SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t height) override;
|
H A D | rosen_render_surface.cpp | 277 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 D | render_surface.h | 81 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 D | xcomponent_pattern.cpp | 404 … renderSurface_->SetExtSurfaceBounds(transformRelativeOffset.GetX() + xcomponentNodeOffset.GetX(), in OnAreaChangedInner() 610 renderSurface_->SetExtSurfaceBounds( in BeforeSyncGeometryProperties()
|
/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_pattern.cpp | 1299 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 D | xcomponent_test_ng.cpp | 767 SetExtSurfaceBounds(0, 0, MAX_WIDTH, MAX_HEIGHT))
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
H A D | video_pattern.cpp | 1214 … renderSurface_->SetExtSurfaceBounds(rect.Left(), rect.Top(), rect.Width(), rect.Height()); in OnModifyDone()
|