Searched refs:lastRectRowBegin_ (Results 1 – 2 of 2) sorted by relevance
47 lastRectRowBegin_ = end_ - static_cast<long>(rectsRow_.size()); in FlushVerticalSpan()55 if (end_ - lastRectRowBegin_ == static_cast<long>(rectsRow_.size())) { in CurrentSpanCanMerge()57 std::vector<Rect>::const_iterator lastRowPtr = lastRectRowBegin_; in CurrentSpanCanMerge()81 std::vector<Rect>::iterator r = lastRectRowBegin_; in MergeSpanVertically()
41 … : storage_(r.GetRegionRectsRef()), bound_(r.GetBoundRef()), lastRectRowBegin_(), end_(), cur_() in Assembler()55 std::vector<Rect>::iterator lastRectRowBegin_; variable