Searched refs:rectsRow_ (Results 1 – 2 of 2) sorted by relevance
23 if (rectsRow_.size() > 0) { in Insert()31 rectsRow_.push_back(r); in Insert()32 cur_ = rectsRow_.begin() + static_cast<long>(rectsRow_.size() - 1); in Insert()37 if (rectsRow_.size() == 0) { in FlushVerticalSpan()43 bound_.left_ = std::min(rectsRow_[0].left_, bound_.left_); in FlushVerticalSpan()44 bound_.right_ = std::max(rectsRow_[rectsRow_.size() - 1].right_, bound_.right_); in FlushVerticalSpan()45 storage_.insert(storage_.end(), rectsRow_.begin(), rectsRow_.end()); in FlushVerticalSpan()47 lastRectRowBegin_ = end_ - static_cast<long>(rectsRow_.size()); in FlushVerticalSpan()49 rectsRow_.clear(); in FlushVerticalSpan()77 if (rectsRow_.size() == 0) { in MergeSpanVertically()[all …]
54 …std::vector<Rect> rectsRow_; // current span rects; will be dumped into storage every o… variable