Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region_helper.cpp57 std::vector<Rect>::const_iterator lastRowPtr = lastRectRowBegin_; in CurrentSpanCanMerge() local
58 if (curRowPtr->top_ != lastRowPtr->bottom_) { in CurrentSpanCanMerge()
62 while (lastRowPtr != end_) { in CurrentSpanCanMerge()
63 if ((curRowPtr->left_ != lastRowPtr->left_) || in CurrentSpanCanMerge()
64 (curRowPtr->right_ != lastRowPtr->right_)) { in CurrentSpanCanMerge()
69 ++lastRowPtr; in CurrentSpanCanMerge()