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

/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp1272 double nextStartT = next->start()->t(); local
1273 SkDPoint nextStartPt = nextSegment->dPtAtT(nextStartT);
1276 double nextMidT = (nextStartT + nextEndT) / 2;

Completed in 152 milliseconds