Home
last modified time | relevance | path

Searched refs:currentFrameDirty (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp359 const RectI& currentFrameDirty = syncDirtyManager_->GetCurrentFrameDirtyRegion(); in OnDraw() local
365currentFrameDirty.left_, currentFrameDirty.top_, currentFrameDirty.width_, currentFrameDirty.heigh… in OnDraw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp2544 Occlusion::Rect currentFrameDirty(dirtyManager_->GetCurrentFrameDirtyRegion()); in IsVisibleDirtyEmpty() local
2545 if (!visibleRegion_.IsEmpty() && visibleRegion_.IsIntersectWith(currentFrameDirty)) { in IsVisibleDirtyEmpty()