Searched refs:priorT (Results 1 – 6 of 6) sorted by relevance
39 double priorT = std::max(min, t - step); in binarySearch() local40 SkDPoint lessPt = ptAtT(priorT); in binarySearch()53 t = priorT; in binarySearch()
441 double priorT = startPtT->fT; in addExpanded() local483 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()
1620 double priorT = startPtT->fT; in debugAddExpanded() local1662 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()
38 double priorT = std::max(min, t - step); in binarySearch() local39 SkDPoint lessPt = ptAtT(priorT); in binarySearch()52 t = priorT; in binarySearch()
1643 double priorT = startPtT->fT; in debugAddExpanded() local1685 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()