Home
last modified time | relevance | path

Searched refs:tIntersections (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DPathOpsCubicIntersectionTest.cpp45 SkIntersections tIntersections; in standardTestCases() local
46 tIntersections.intersect(c1, c2); in standardTestCases()
47 if (!tIntersections.used()) { in standardTestCases()
53 if (tIntersections.isCoincident(0)) { in standardTestCases()
59 for (int pt = 0; pt < tIntersections.used(); ++pt) { in standardTestCases()
60 double tt1 = tIntersections[0][pt]; in standardTestCases()
62 double tt2 = tIntersections[1][pt]; in standardTestCases()

Completed in 2 milliseconds