Home
last modified time | relevance | path

Searched refs:endPtT (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/tests/
DPathOpsAngleTest.cpp484 SkOpPtT* endPtT = endT == 0 ? fHead.ptT() : endT == 1 ? fTail.ptT() in debugAddAngle() local
492 while (endSpan->ptT() != endPtT) { in debugAddAngle()
/third_party/skia/tests/
DPathOpsAngleTest.cpp481 SkOpPtT* endPtT = endT == 0 ? fHead.ptT() : endT == 1 ? fTail.ptT() in debugAddAngle() local
489 while (endSpan->ptT() != endPtT) { in debugAddAngle()
/third_party/flutter/skia/src/pathops/
DSkOpSegment.cpp1622 const SkOpPtT& endPtT = *end->ptT(); in subDivide() local
1626 edge->fCubic[points].set(endPtT.fPt); in subDivide()
1631 double endT = endPtT.fT; in subDivide()
/third_party/skia/src/pathops/
DSkOpSegment.cpp1622 const SkOpPtT& endPtT = *end->ptT(); in subDivide() local
1626 edge->fCubic[points].set(endPtT.fPt); in subDivide()
1631 double endT = endPtT.fT; in subDivide()