Searched refs:SetExtSurfaceBoundsSync (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | render_surface_impl.h | 65 bool SetExtSurfaceBoundsSync(int32_t left, int32_t top, int32_t width, int32_t height) override;
|
H A D | render_texture_impl.h | 54 bool SetExtSurfaceBoundsSync(int32_t left, int32_t top, int32_t width, int32_t height) override;
|
H A D | render_texture_impl.cpp | 100 bool RenderTextureImpl::SetExtSurfaceBoundsSync(int32_t left, int32_t top, int32_t width, int32_t h… in SetExtSurfaceBoundsSync() function in OHOS::Ace::NG::RenderTextureImpl
|
H A D | render_surface_impl.cpp | 115 bool RenderSurfaceImpl::SetExtSurfaceBoundsSync(int32_t left, int32_t top, int32_t width, int32_t h… in SetExtSurfaceBoundsSync() function in OHOS::Ace::NG::RenderSurfaceImpl
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_surface.h | 83 virtual bool SetExtSurfaceBoundsSync(int32_t left, int32_t top, int32_t width, int32_t height) in SetExtSurfaceBoundsSync() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_pattern.cpp | 346 pattern->renderSurface_->SetExtSurfaceBoundsSync(rect.Left(), rect.Top(), in RegisterRenderContextCallBack()
|