Searched refs:lastStep (Results 1 – 2 of 2) sorted by relevance
74 double lastStep = step; in binary_search() local76 SkDPoint lessPt = cubic.ptAtT(t - lastStep); in binary_search()85 SkDPoint morePt = cubic.ptAtT(t + lastStep); in binary_search()
50 double lastStep = step; in binarySearch() local55 double nextT = t + lastStep; in binarySearch()