Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsQuadLineIntersectionTest.cpp90 SkDPoint quadXY = quad.ptAtT(quadT); 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()
DPathOpsQuadLineIntersectionThreadedTest.cpp58 SkDPoint quadXY = quad.ptAtT(quadT); in testLineIntersect() local
61 if (quadXY.approximatelyEqual(lineXY)) { in testLineIntersect()