Home
last modified time | relevance | path

Searched defs:cubicMidT (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp100 double cubicMidT = ((*fIntersections)[0][index] + (*fIntersections)[0][index + 1]) / 2; in checkCoincident() local
216 double cubicMidT = (existingCubicT + cubicT) / 2; in uniqueAnswer() local

Completed in 2 milliseconds