Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp76 SkDPoint lessPt = cubic.ptAtT(t - lastStep); in binary_search() local
77 double lessX = lessPt.fX - pt.fX; in binary_search()
78 double lessY = lessPt.fY - pt.fY; in binary_search()
/external/skia/src/pathops/
DSkPathOpsCubic.cpp40 SkDPoint lessPt = ptAtT(priorT); in binarySearch() local
41 if (approximately_equal_half(lessPt.fX, cubicAtT.fX) in binarySearch()
42 && approximately_equal_half(lessPt.fY, cubicAtT.fY)) { in binarySearch()
45 double lessDist = (&lessPt.fX)[xAxis] - axisIntercept; in binarySearch()