Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpCoincidence.cpp80 SkOpPtT* startPtT = coin->fCoinPtTStart; in addExpanded() local
82 SkASSERT(startPtT->contains(oStartPtT)); in addExpanded()
84 SkOpSpanBase* start = startPtT->span(); in addExpanded()
96 double startRange = coin->fCoinPtTEnd->fT - startPtT->fT; in addExpanded()
100 double startPart = (test->t() - startPtT->fT) / startRange; in addExpanded()
119 double newT = startPtT->fT + startRange * oStartPart; in addExpanded()
DSkOpSegment.cpp1311 SkOpPtT* startPtT = test->ptT(); in moveMultiples() local
1312 SkOpPtT* testPtT = startPtT; in moveMultiples()
1371 SkOpPtT* matchPtT = startPtT; in moveMultiples()
1376 } while ((matchPtT = matchPtT->next()) != startPtT); in moveMultiples()
1393 } while ((testPtT = testPtT->next()) != startPtT); in moveMultiples()
1579 const SkOpPtT& startPtT = *start->ptT(); in subDivide() local
1582 edge->fPts[0] = startPtT.fPt; in subDivide()
1589 double startT = startPtT.fT; in subDivide()
1632 const SkOpPtT& startPtT = *start->ptT(); in subDivide() local
1635 edge->fCubic[0].set(startPtT.fPt); in subDivide()
[all …]
DSkPathOpsDebug.cpp712 const SkOpPtT* startPtT = test->ptT(); in debugMoveMultiples() local
713 const SkOpPtT* testPtT = startPtT; in debugMoveMultiples()
772 const SkOpPtT* matchPtT = startPtT; in debugMoveMultiples()
777 } while ((matchPtT = matchPtT->next()) != startPtT); in debugMoveMultiples()
792 } while ((testPtT = testPtT->next()) != startPtT); in debugMoveMultiples()
1124 const SkOpPtT* startPtT = coin->fCoinPtTStart; in debugAddExpanded() local
1126 SkASSERT(startPtT->contains(oStartPtT)); in debugAddExpanded()
1128 const SkOpSpanBase* start = startPtT->span(); in debugAddExpanded()
1139 double startRange = coin->fCoinPtTEnd->fT - startPtT->fT; in debugAddExpanded()
1140 double startPart = (test->t() - startPtT->fT) / startRange; in debugAddExpanded()
[all …]
/external/skia/tests/
DPathOpsAngleTest.cpp476 SkOpPtT* startPtT = startT == 0 ? fHead.ptT() : startT == 1 ? fTail.ptT() in debugAddAngle() local
482 while (startSpan->ptT() != startPtT) { in debugAddAngle()