Home
last modified time | relevance | path

Searched refs:GetMainAndLeashSurfaceDirty (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_display_render_params.h112 bool GetMainAndLeashSurfaceDirty() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/params/
H A Drs_display_render_params_test.cpp67 params.SetMainAndLeashSurfaceDirty(params.GetMainAndLeashSurfaceDirty());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_display_render_params.cpp54 bool RSDisplayRenderParams::GetMainAndLeashSurfaceDirty() const in GetMainAndLeashSurfaceDirty() function in OHOS::Rosen::RSDisplayRenderParams
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp375 (params.GetMainAndLeashSurfaceDirty() || RSUifirstManager::Instance().HasDoneNode()) || in CheckDisplayNodeSkip()