Searched refs:prevL (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | PathOpsCubicLineIntersectionTest.cpp | 170 SkDPoint prevL = line.ptAtT(i[1][0] - 0.0000007); in testOne() local 171 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", prevL.fX, prevL.fY, i.pt(0).fX, i.pt(0).fY); in testOne() 175 sect.distance(i.pt(0)), cubic[3].distance(prevL)); in testOne()
|
/external/skqp/tests/ |
D | PathOpsCubicLineIntersectionTest.cpp | 170 SkDPoint prevL = line.ptAtT(i[1][0] - 0.0000007); in testOne() local 171 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", prevL.fX, prevL.fY, i.pt(0).fX, i.pt(0).fY); in testOne() 175 sect.distance(i.pt(0)), cubic[3].distance(prevL)); in testOne()
|