Home | History | Annotate | Download | only in static

Lines Matching refs:maxPairs

75  * @param maxPairs maximum number of pairs to output, or <0 for no limit
82 return function(unfilteredImagePairs, maxPairs, mergeIdenticalRows) {
84 if ((maxPairs > 0) && (maxPairs < numPairs)) {
85 numPairs = maxPairs;