Searched refs:endPtT (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DPathOpsAngleTest.cpp484 SkOpPtT* endPtT = endT == 0 ? fHead.ptT() : endT == 1 ? fTail.ptT() local
492 while (endSpan->ptT() != endPtT) {
/external/skia/src/pathops/
H A DSkOpSegment.cpp1555 const SkOpPtT& endPtT = *end->ptT(); local
1559 edge->fCubic[points].set(endPtT.fPt);
1564 double endT = endPtT.fT;

Completed in 85 milliseconds