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 D | rs_uni_render_visitor.h | 209 void UpdateSrcRect(RSSurfaceRenderNode& node,
|
H A D | rs_uni_render_visitor.cpp | 815 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 D | rs_surface_render_node_two_test.cpp | 194 renderNode->UpdateSrcRect(canvas, dstRect, true); 201 renderNode->UpdateSrcRect(canvas, dstRect, true);
|
H A D | rs_surface_render_node_test.cpp | 971 renderNode->UpdateSrcRect(canvas, dstRect, hasRotation);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_surface_render_node.h | 873 …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 D | rs_surface_render_node.cpp | 145 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 D | rs_uni_render_visitor_test.cpp | 1721 rsUniRenderVisitor->UpdateSrcRect(*rsSurfaceRenderNode, absMatrix, absRect);
|