Home
last modified time | relevance | path

Searched refs:endMatch (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/pathops/
DSkDLineIntersection.cpp16 bool endMatch = fT[0][1] == 1 || zero_or_one(fT[1][1]); in cleanUpParallelLines() local
17 if ((!startMatch && !endMatch) || approximately_equal(fT[0][0], fT[0][1])) { in cleanUpParallelLines()
18 SkASSERT(startMatch || endMatch); in cleanUpParallelLines()
19 if (startMatch && endMatch && (fT[0][0] != 0 || !zero_or_one(fT[1][0])) in cleanUpParallelLines()
23 removeOne(endMatch); in cleanUpParallelLines()