Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp162 SkDPoint prevL = line.ptAtT(i[1][0] - 0.0000007); in testOne() local
163 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", prevL.fX, prevL.fY, i.pt(0).fX, i.pt(0).fY); in testOne()
167 sect.distance(i.pt(0)), cubic[3].distance(prevL)); in testOne()