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

/external/skia/src/pathops/
H A DSkPathOpsCubic.cpp38 double priorT = t - step; local
39 SkOPASSERT(priorT >= min);
40 SkDPoint lessPt = ptAtT(priorT);
53 t = priorT;
H A DSkOpCoincidence.cpp437 double priorT = startPtT->fT; local
479 double startRange = nextT - priorT;
481 double startPart = (test->t() - priorT) / startRange;
492 priorT + startRange * oStartPart, oTest, &startOver);
503 priorT = test->t();
H A DSkPathOpsDebug.cpp1639 double priorT = startPtT->fT; local
1681 double startRange = nextT - priorT;
1683 double startPart = (test->t() - priorT) / startRange;
1694 priorT + startRange * oStartPart, oTest);
1705 priorT = test->t();

Completed in 222 milliseconds