Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCubic.cpp38 double priorT = t - step; in binarySearch() local
39 SkASSERT(priorT >= min); in binarySearch()
40 SkDPoint lessPt = ptAtT(priorT); in binarySearch()
53 t = priorT; in binarySearch()