Home
last modified time | relevance | path

Searched refs:GetAncoForceDoDirect (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_hwc_prevalidate_util.cpp252 || hwcNodePtr->GetAncoForceDoDirect()) { in CollectSurfaceNodeLayerInfo()
H A Drs_uni_render_visitor.cpp1412 bool bgTransport = !node.GetAncoForceDoDirect() && in UpdateHwcNodeEnableByBackgroundAlpha()
1512 if (hwcNode->GetAncoForceDoDirect()) { in UpdateHwcNodeEnableByHwcNodeBelowSelfInApp()
2085 if (hwcNode->GetAncoForceDoDirect() || !isIntersectWithRoundCorner) { in UpdateHwcNodeEnableByHwcNodeBelowSelf()
H A Drs_main_thread.cpp1558 if (surfaceNode->GetAncoForceDoDirect()) { in CollectInfoForHardwareComposer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h515 bool GetAncoForceDoDirect() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp160 isHardwareForcedDisabledBySrcRect_ = !GetAncoForceDoDirect() && in UpdateSrcRect()
1043 bool RSSurfaceRenderNode::GetAncoForceDoDirect() const in GetAncoForceDoDirect() function in OHOS::Rosen::RSSurfaceRenderNode