Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkDCubicLineIntersection.cpp109 double cubicMidT = ((*fIntersections)[0][index] + (*fIntersections)[0][index + 1]) / 2; in checkCoincident() local
225 double cubicMidT = (existingCubicT + cubicT) / 2; in uniqueAnswer() local