Home
last modified time | relevance | path

Searched refs:curRowPtr (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.cpp56 std::vector<Rect>::const_iterator curRowPtr = rectsRow_.cbegin(); in CurrentSpanCanMerge() local
58 if (curRowPtr->top_ != lastRowPtr->bottom_) { in CurrentSpanCanMerge()
63 if ((curRowPtr->left_ != lastRowPtr->left_) || in CurrentSpanCanMerge()
64 (curRowPtr->right_ != lastRowPtr->right_)) { in CurrentSpanCanMerge()
68 ++curRowPtr; in CurrentSpanCanMerge()