Searched refs:nextL (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | PathOpsCubicLineIntersectionTest.cpp | 172 SkDPoint nextL = line.ptAtT(i[1][0] + 0.0000007); in testOne() local 173 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", i.pt(0).fX, i.pt(0).fY, nextL.fX, nextL.fY); in testOne() 174 SkDebugf("prevD=%1.9g dist=%1.9g nextD=%1.9g\n", prev.distance(nextL), in testOne()
|
/external/skqp/tests/ |
D | PathOpsCubicLineIntersectionTest.cpp | 172 SkDPoint nextL = line.ptAtT(i[1][0] + 0.0000007); in testOne() local 173 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", i.pt(0).fX, i.pt(0).fY, nextL.fX, nextL.fY); in testOne() 174 SkDebugf("prevD=%1.9g dist=%1.9g nextD=%1.9g\n", prev.distance(nextL), in testOne()
|