Home
last modified time | relevance | path

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

/external/skia/tests/
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()
/external/skia/src/pathops/
DSkPathOpsCubic.cpp50 double lastStep = step; in binarySearch() local
55 double nextT = t + lastStep; in binarySearch()