Searched refs:nextL (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A 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()
|
Completed in 1 milliseconds