Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pathops/
DSkDCubicLineIntersection.cpp100 double cubicMidT = ((*fIntersections)[0][index] + (*fIntersections)[0][index + 1]) / 2; in checkCoincident() local
101 SkDPoint cubicMidPt = fCubic.ptAtT(cubicMidT); in checkCoincident()
216 double cubicMidT = (existingCubicT + cubicT) / 2; in uniqueAnswer() local
217 SkDPoint cubicMidPt = fCubic.ptAtT(cubicMidT); in uniqueAnswer()
/third_party/skia/src/pathops/
DSkDCubicLineIntersection.cpp100 double cubicMidT = ((*fIntersections)[0][index] + (*fIntersections)[0][index + 1]) / 2; in checkCoincident() local
101 SkDPoint cubicMidPt = fCubic.ptAtT(cubicMidT); in checkCoincident()
216 double cubicMidT = (existingCubicT + cubicT) / 2; in uniqueAnswer() local
217 SkDPoint cubicMidPt = fCubic.ptAtT(cubicMidT); in uniqueAnswer()