Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkDLineIntersection.cpp15 bool startMatch = fT[0][0] == 0 || zero_or_one(fT[1][0]); 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()