Searched refs:endMatch (Results 1 – 2 of 2) sorted by relevance
18 bool endMatch = fT[0][1] == 1 || zero_or_one(fT[1][1]); in cleanUpParallelLines() local19 if ((!startMatch && !endMatch) || approximately_equal(fT[0][0], fT[0][1])) { in cleanUpParallelLines()20 SkASSERT(startMatch || endMatch); in cleanUpParallelLines()21 if (startMatch && endMatch && (fT[0][0] != 0 || !zero_or_one(fT[1][0])) in cleanUpParallelLines()25 removeOne(endMatch); in cleanUpParallelLines()