Searched refs:adjacentRuns (Results 1 – 2 of 2) sorted by relevance
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Segment/ |
H A D | SegmentFactory.cpp | 29 int SegmentFactory::adjacentRuns(bool *columnBool, in adjacentRuns() function in SegmentFactory 124 << " runsOnLeft=" << adjacentRuns (nextBool, yStart, yStop, height) in finishRun() 132 if (adjacentRuns(lastBool, yStart, yStop, height) > 1) { in finishRun() 137 if (adjacentRuns(nextBool, yStart, yStop, height) > 1) { in finishRun()
|
H A D | SegmentFactory.h | 51 int adjacentRuns(bool *columnBool,
|