Home
last modified time | relevance | path

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 Drender_surface_impl.h65 bool SetExtSurfaceBoundsSync(int32_t left, int32_t top, int32_t width, int32_t height) override;
H A Drender_texture_impl.h54 bool SetExtSurfaceBoundsSync(int32_t left, int32_t top, int32_t width, int32_t height) override;
H A Drender_texture_impl.cpp100 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 Drender_surface_impl.cpp115 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 Drender_surface.h83 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 Dxcomponent_pattern.cpp346 pattern->renderSurface_->SetExtSurfaceBoundsSync(rect.Left(), rect.Top(), in RegisterRenderContextCallBack()