Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_two_test.cpp217 renderNode->UpdateHwcDisabledBySrcRect(true);
221 renderNode->UpdateHwcDisabledBySrcRect(true);
226 renderNode->UpdateHwcDisabledBySrcRect(true);
H A Drs_surface_render_node_test.cpp986 renderNode->UpdateHwcDisabledBySrcRect(hasRotation);
989 renderNode->UpdateHwcDisabledBySrcRect(hasRotation);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h874 void UpdateHwcDisabledBySrcRect(bool hasRotation);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp174 void RSSurfaceRenderNode::UpdateHwcDisabledBySrcRect(bool hasRotation) in UpdateHwcDisabledBySrcRect() function in OHOS::Rosen::RSSurfaceRenderNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp1497 node.UpdateHwcDisabledBySrcRect(hasRotation); in UpdateHwcNodeEnableBySrcRect()