Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkDCubicLineIntersection.cpp211 double existingCubicT = (*fIntersections)[0][inner]; in uniqueAnswer() local
212 if (cubicT == existingCubicT) { in uniqueAnswer()
216 double cubicMidT = (existingCubicT + cubicT) / 2; in uniqueAnswer()
/external/skqp/src/pathops/
DSkDCubicLineIntersection.cpp211 double existingCubicT = (*fIntersections)[0][inner]; in uniqueAnswer() local
212 if (cubicT == existingCubicT) { in uniqueAnswer()
216 double cubicMidT = (existingCubicT + cubicT) / 2; in uniqueAnswer()