Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkPathOpsCubic.cpp39 double priorT = std::max(min, t - step); in binarySearch() local
40 SkDPoint lessPt = ptAtT(priorT); in binarySearch()
53 t = priorT; in binarySearch()
H A DSkOpCoincidence.cpp441 double priorT = startPtT->fT; in DEBUG_COIN_DECLARE_ONLY_PARAMS() local
483 double startRange = nextT - priorT; in DEBUG_COIN_DECLARE_ONLY_PARAMS()
485 double startPart = (test->t() - priorT) / startRange; in DEBUG_COIN_DECLARE_ONLY_PARAMS()
496 priorT + startRange * oStartPart, oTest, &startOver); in DEBUG_COIN_DECLARE_ONLY_PARAMS()
507 priorT = test->t(); in DEBUG_COIN_DECLARE_ONLY_PARAMS()
H A DSkPathOpsDebug.cpp1620 double priorT = startPtT->fT; in debugAddExpanded() local
1662 double startRange = nextT - priorT; in debugAddExpanded()
1664 double startPart = (test->t() - priorT) / startRange; in debugAddExpanded()
1675 priorT + startRange * oStartPart, oTest); in debugAddExpanded()
1686 priorT = test->t(); in debugAddExpanded()

Completed in 9 milliseconds