Searched refs:curRect (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/pointer_render/ |
H A D | rs_pointer_render_manager.cpp | 268 RectI curRect = RectI(layerSize.x, layerSize.y, layerSize.w, layerSize.h); in GetRectAndTargetLayer() local 269 if (!curRect.Intersect(pRect)) { in GetRectAndTargetLayer() 272 RectI dstRect = curRect.IntersectRect(pRect); in GetRectAndTargetLayer() 274 dstRect = dstRect.Offset(-curRect.GetLeft(), -curRect.GetTop()); in GetRectAndTargetLayer() 284 RectI curRect = RectI(layerSize.x, layerSize.y, layerSize.w, layerSize.h); in GetRectAndTargetLayer() local 285 RectI dstRect = curRect.IntersectRect(pRect); in GetRectAndTargetLayer() 286 rect_ = dstRect.Offset(-curRect.GetLeft(), -curRect.GetTop()); in GetRectAndTargetLayer()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | root_view.cpp | 230 Rect& curRect = iter->data_; in AddRenderedRects() local 231 if (!curRect.IsIntersect(rect)) { in AddRenderedRects() 235 if (curRect.IsContains(rect)) { in AddRenderedRects() 240 if (rect.IsContains(curRect)) { in AddRenderedRects() 241 … } else if (((curRect.GetLeft() == rect.GetLeft()) && (curRect.GetRight() == rect.GetRight())) || in AddRenderedRects() 242 … ((curRect.GetTop() == rect.GetTop()) && (curRect.GetBottom() == rect.GetBottom()))) { in AddRenderedRects() 243 rect.Join(curRect, rect); in AddRenderedRects()
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_layout_policy_tile.cpp | 107 Rect curRect = { curX, y, w, h }; in InitTileRects() local 110 curLevel.emplace_back(curRect); in InitTileRects()
|
H A D | window_controller.cpp | 959 WmOcclusion::Rect curRect = { windowRect.posX_, windowRect.posY_, in StopBootAnimationIfNeed() local 962 WmOcclusion::Region curRegion(curRect); in StopBootAnimationIfNeed()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 575 Rect curRect = dirtyNode->GetDirtyRect(); in FlushRender() local 576 if (curRect == GetRootRect()) { in FlushRender() 577 curDirtyRect = curRect; in FlushRender() 581 curDirtyRect = curDirtyRect.IsValid() ? curDirtyRect.CombineRect(curRect) : curRect; in FlushRender() 590 Rect curRect = dirtyNodeInOverlay->GetDirtyRect(); in FlushRender() local 591 if (curRect == GetRootRect()) { in FlushRender() 592 curDirtyRect = curRect; in FlushRender() 596 curDirtyRect = curDirtyRect.IsValid() ? curDirtyRect.CombineRect(curRect) : curRect; in FlushRender()
|