Home
last modified time | relevance | path

Searched refs:startMatch (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/pathops/
H A DSkDLineIntersection.cpp17 bool startMatch = fT[0][0] == 0 || zero_or_one(fT[1][0]); in cleanUpParallelLines() local
19 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()

Completed in 1 milliseconds