Searched refs:maxRemovedGaps (Results 1 – 1 of 1) sorted by relevance
751 int maxRemovedGaps = qBound(0, maxGaps, ma->getLength() - pos); in getMaxWidthOfGapRegion() local752 if (maxRemovedGaps == 0) { in getMaxWidthOfGapRegion()756 int removingGapColumnCount = maxRemovedGaps; in getMaxWidthOfGapRegion()763 while (gapCountInCurrentRow < maxRemovedGaps) { in getMaxWidthOfGapRegion()772 int trailingPosition = pos + maxRemovedGaps - gapCountInCurrentRow; in getMaxWidthOfGapRegion()