Home
last modified time | relevance | path

Searched refs:SetRootRect (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1286 SetRootRect(width, height, 0.0); in OnSurfaceChanged()
1370 SetRootRect(width, height, 0.0); in StartWindowSizeChangeAnimate()
1389 SetRootRect(width, height, 0.0); in StartWindowSizeChangeAnimate()
1407 SetRootRect(width, height, 0.0f); in StartWindowSizeChangeAnimate()
1482 pipeline->SetRootRect(width, height, 0.0); in StartWindowMaximizeAnimation()
1517 pipeline->SetRootRect(width, height, 0.0); in StartFullToMultWindowAnimation()
1527 void PipelineContext::SetRootRect(double width, double height, double offset) in SetRootRect() function in OHOS::Ace::NG::PipelineContext
H A Dpipeline_context.h314 void SetRootRect(double width, double height, double offset) override;
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp250 void PipelineContext::SetRootRect(double width, double height, double offset) {} in SetRootRect() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp228 context->SetRootRect(width, height); in SetRootSize()
H A Dpipeline_context.h805 void SetRootRect(double width, double height, double offset = 0.0) override
H A Dpipeline_base.h1480 virtual void SetRootRect(double width, double height, double offset = 0.0) = 0;
H A Dpipeline_context.cpp2792 context->SetRootRect(context->width_, context->height_); in FlushBuildAndLayoutBeforeSurfaceReady()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp938 context->SetRootRect(width, height, 0); in UpdateWebLayoutSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp248 pipelineContext->SetRootRect(width, height, offset); in SetRootView()