Home
last modified time | relevance | path

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

/third_party/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()
/third_party/flutter/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()
/third_party/flutter/skia/src/pathops/
DSkPathOpsCubic.cpp49 double lastStep = step; in binarySearch() local
54 double nextT = t + lastStep; in binarySearch()
/third_party/skia/src/pathops/
DSkPathOpsCubic.cpp50 double lastStep = step; in binarySearch() local
55 double nextT = t + lastStep; in binarySearch()
/third_party/typescript/src/harness/
DvfsUtil.ts1038 const lastStep = step === components.length - 1; constant
1045 if (lastStep && (noFollow || !isSymlink(node))) {