Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsConicLineIntersectionTest.cpp79 SkDPoint conicXY = conic.ptAtT(conicT); 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()