Searched refs:lastStep (Results 1 – 5 of 5) 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()
49 double lastStep = step; in binarySearch() local54 double nextT = t + lastStep; in binarySearch()
50 double lastStep = step; in binarySearch() local55 double nextT = t + lastStep; in binarySearch()
1038 const lastStep = step === components.length - 1; constant1045 if (lastStep && (noFollow || !isSymlink(node))) {