Home
last modified time | relevance | path

Searched refs:GetAnimateState (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_surface_render_params.h154 bool GetAnimateState() const in GetAnimateState() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.h99 bool GetAnimateState() const in GetAnimateState() function
H A Drs_uni_render_processor.cpp229 if (params.GetAnimateState() == true || in GetForceClientForDRM()
H A Drs_main_thread.cpp2285 …!curSurface->GetAnimateState() && // when node animating (i.e. 3d animation), the region cannot be… in CheckSurfaceNeedProcess()
2297 …curSurface->GetAnimateState() || // when node animating(i.e. 3d animation), the region cannot be t… in CheckSurfaceNeedProcess()
H A Drs_uni_render_visitor.cpp2161 if (surfaceNode.GetAnimateState() || lastFrameSurfacePos != currentFrameSurfacePos) { in CheckMergeDisplayDirtyByPosChanged()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h897 bool GetAnimateState() const in GetAnimateState() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_two_test.cpp578 EXPECT_TRUE(testNode->GetAnimateState());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1475 if ((GetAnimateState() || IsParentLeashWindowInScale()) && !isOcclusionInSpecificScenes_) { in AccumulateOcclusionRegion()
2122 if (IsTransparent() || GetAnimateState() || IsRotating() || IsSubSurfaceNode()) { in CheckParticipateInOcclusion()