Searched refs:SetRootRect (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 1286 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 D | pipeline_context.h | 314 void SetRootRect(double width, double height, double offset) override;
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 250 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 D | pipeline_base.cpp | 228 context->SetRootRect(width, height); in SetRootSize()
|
H A D | pipeline_context.h | 805 void SetRootRect(double width, double height, double offset = 0.0) override
|
H A D | pipeline_base.h | 1480 virtual void SetRootRect(double width, double height, double offset = 0.0) = 0;
|
H A D | pipeline_context.cpp | 2792 context->SetRootRect(context->width_, context->height_); in FlushBuildAndLayoutBeforeSurfaceReady()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_pattern.cpp | 938 context->SetRootRect(width, height, 0); in UpdateWebLayoutSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.cpp | 248 pipelineContext->SetRootRect(width, height, offset); in SetRootView()
|