Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DPathOpsQuadLineIntersectionTest.cpp98 SkDPoint lineXY = line.ptAtT(lineT); in testOneOffs() local
99 if (!quadXY.approximatelyEqual(lineXY)) { in testOneOffs()
100 quadXY.approximatelyEqual(lineXY); in testOneOffs()
102 REPORTER_ASSERT(reporter, quadXY.approximatelyEqual(lineXY)); in testOneOffs()
H A DPathOpsConicLineIntersectionTest.cpp88 SkDPoint lineXY = line.ptAtT(lineT); in testOneOffs() local
89 if (!conicXY.approximatelyEqual(lineXY)) { in testOneOffs()
90 conicXY.approximatelyEqual(lineXY); in testOneOffs()
92 REPORTER_ASSERT(reporter, conicXY.approximatelyEqual(lineXY)); in testOneOffs()
H A DPathOpsQuadLineIntersectionThreadedTest.cpp64 SkDPoint lineXY = line.ptAtT(lineT); in testLineIntersect() local
65 if (quadXY.approximatelyEqual(lineXY)) { in testLineIntersect()

Completed in 2 milliseconds