Home
last modified time | relevance | path

Searched refs:newDstRect (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_composer_adapter.cpp485 Drawing::RectI newDstRect = canvas->GetDeviceClipBounds(); in DealWithNodeGravity() local
488 newDstRect.Intersect(Drawing::RectI( in DealWithNodeGravity()
503 newDstRect.GetLeft(), newDstRect.GetTop(), newDstRect.GetWidth(), newDstRect.GetHeight(), in DealWithNodeGravity()
506 …info.dstRect = {newDstRect.GetLeft(), newDstRect.GetTop(), newDstRect.GetWidth(), newDstRect.GetHe… in DealWithNodeGravity()
553 Drawing::RectI newDstRect = canvas->GetDeviceClipBounds(); in DealWithNodeGravity() local
556 newDstRect.Intersect(Drawing::RectI( in DealWithNodeGravity()
571 newDstRect.GetLeft(), newDstRect.GetTop(), newDstRect.GetWidth(), newDstRect.GetHeight(), in DealWithNodeGravity()
574 …info.dstRect = {newDstRect.GetLeft(), newDstRect.GetTop(), newDstRect.GetWidth(), newDstRect.GetHe… in DealWithNodeGravity()
H A Drs_composer_adapter.cpp232 Drawing::RectI newDstRect = canvas->GetDeviceClipBounds(); in DealWithNodeGravity() local
234 newDstRect.Intersect(Drawing::RectI(info.dstRect.x, info.dstRect.y, in DealWithNodeGravity()
248 newDstRect.GetLeft(), newDstRect.GetTop(), newDstRect.GetWidth(), newDstRect.GetHeight(), in DealWithNodeGravity()
251 …info.dstRect = {newDstRect.GetLeft(), newDstRect.GetTop(), newDstRect.GetWidth(), newDstRect.GetHe… in DealWithNodeGravity()
H A Drs_uni_render_util.cpp1452 Drawing::RectI newDstRect = canvas->GetDeviceClipBounds(); in DealWithNodeGravity() local
1456 newDstRect.Intersect(Drawing::RectI( in DealWithNodeGravity()
1464 …node.SetDstRect({newDstRect.GetLeft(), newDstRect.GetTop(), newDstRect.GetWidth(), newDstRect.GetH… in DealWithNodeGravity()