Home
last modified time | relevance | path

Searched refs:lastStep (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DPathOpsCubicLineIntersectionIdeas.cpp74 double lastStep = step; in binary_search() local
76 SkDPoint lessPt = cubic.ptAtT(t - lastStep); in binary_search()
85 SkDPoint morePt = cubic.ptAtT(t + lastStep); in binary_search()
/third_party/skia/src/pathops/
H A DSkPathOpsCubic.cpp50 double lastStep = step; in binarySearch() local
55 double nextT = t + lastStep; in binarySearch()

Completed in 4 milliseconds