Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsQuadLineIntersectionTest.cpp92 SkDPoint lineXY = line.ptAtT(lineT); in testOneOffs() local
93 if (!quadXY.approximatelyEqual(lineXY)) { in testOneOffs()
94 quadXY.approximatelyEqual(lineXY); in testOneOffs()
97 REPORTER_ASSERT(reporter, quadXY.approximatelyEqual(lineXY)); in testOneOffs()
DPathOpsConicLineIntersectionTest.cpp81 SkDPoint lineXY = line.ptAtT(lineT); in testOneOffs() local
82 if (!conicXY.approximatelyEqual(lineXY)) { in testOneOffs()
83 conicXY.approximatelyEqual(lineXY); in testOneOffs()
86 REPORTER_ASSERT(reporter, conicXY.approximatelyEqual(lineXY)); in testOneOffs()
DPathOpsQuadLineIntersectionThreadedTest.cpp60 SkDPoint lineXY = line.ptAtT(lineT); in testLineIntersect() local
61 if (quadXY.approximatelyEqual(lineXY)) { in testLineIntersect()