dedupeLeftfixesVariableLag: refactor, more blockmode deduping

This commit is contained in:
Alex Coyte
2017-08-14 16:27:48 +10:00
committed by Matthew Barr
parent d6c050abd6
commit a1fdc3afcf
3 changed files with 118 additions and 86 deletions

View File

@@ -254,6 +254,7 @@ private:
};
std::set<u32> all_tops(const left_id &r);
std::set<ReportID> all_reports(const left_id &left);
bool isAnchored(const left_id &r);
depth findMinWidth(const left_id &r);
depth findMaxWidth(const left_id &r);