Searched refs:lastRowPtr (Results 1 – 1 of 1) sorted by relevance
57 std::vector<Rect>::const_iterator lastRowPtr = lastRectRowBegin_; in CurrentSpanCanMerge() local58 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()