Home
last modified time | relevance | path

Searched refs:UpdateSrcRect (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.h209 void UpdateSrcRect(RSSurfaceRenderNode& node,
H A Drs_uni_render_visitor.cpp815 UpdateSrcRect(node, geo->GetAbsMatrix(), geo->GetAbsRect()); in PrepareForUIFirstNode()
1285 UpdateSrcRect(node, geoPtr->GetAbsMatrix(), geoPtr->GetAbsRect()); in AfterUpdateSurfaceDirtyCalc()
1348 UpdateSrcRect(node, geo->GetAbsMatrix(), geo->GetAbsRect()); in UpdateHwcNodeInfoForAppNode()
1356 void RSUniRenderVisitor::UpdateSrcRect(RSSurfaceRenderNode& node, in UpdateSrcRect() function in OHOS::Rosen::RSUniRenderVisitor
1365 node.UpdateSrcRect(*canvas.get(), dst); in UpdateSrcRect()
2650 UpdateSrcRect(*hwcNodePtr, matrix, rect); in UpdateHwcNodeRectInSkippedSubTree()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_two_test.cpp194 renderNode->UpdateSrcRect(canvas, dstRect, true);
201 renderNode->UpdateSrcRect(canvas, dstRect, true);
H A Drs_surface_render_node_test.cpp971 renderNode->UpdateSrcRect(canvas, dstRect, hasRotation);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h873 …void UpdateSrcRect(const Drawing::Canvas& canvas, const Drawing::RectI& dstRect, bool hasRotation …
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp145 void RSSurfaceRenderNode::UpdateSrcRect(const Drawing::Canvas& canvas, const Drawing::RectI& dstRec… in UpdateSrcRect() function in OHOS::Rosen::RSSurfaceRenderNode
257 UpdateSrcRect(canvas, deviceClipRect); in PrepareRenderBeforeChildren()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_visitor_test.cpp1721 rsUniRenderVisitor->UpdateSrcRect(*rsSurfaceRenderNode, absMatrix, absRect);