Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCubic.cpp39 double priorT = std::max(min, t - step); in binarySearch() local
40 SkDPoint lessPt = ptAtT(priorT); in binarySearch()
53 t = priorT; in binarySearch()
DSkOpCoincidence.cpp441 double priorT = startPtT->fT; in addExpanded() local
483 double startRange = nextT - priorT; in addExpanded()
485 double startPart = (test->t() - priorT) / startRange; in addExpanded()
496 priorT + startRange * oStartPart, oTest, &startOver); in addExpanded()
507 priorT = test->t(); in addExpanded()
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()
/external/skqp/src/pathops/
DSkPathOpsCubic.cpp38 double priorT = std::max(min, t - step); in binarySearch() local
39 SkDPoint lessPt = ptAtT(priorT); in binarySearch()
52 t = priorT; in binarySearch()
DSkOpCoincidence.cpp441 double priorT = startPtT->fT; in addExpanded() local
483 double startRange = nextT - priorT; in addExpanded()
485 double startPart = (test->t() - priorT) / startRange; in addExpanded()
496 priorT + startRange * oStartPart, oTest, &startOver); in addExpanded()
507 priorT = test->t(); in addExpanded()
DSkPathOpsDebug.cpp1643 double priorT = startPtT->fT; in debugAddExpanded() local
1685 double startRange = nextT - priorT; in debugAddExpanded()
1687 double startPart = (test->t() - priorT) / startRange; in debugAddExpanded()
1698 priorT + startRange * oStartPart, oTest); in debugAddExpanded()
1709 priorT = test->t(); in debugAddExpanded()