Searched refs:startPtT (Results 1 – 4 of 4) sorted by relevance
80 SkOpPtT* startPtT = coin->fCoinPtTStart; in addExpanded() local82 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()
1311 SkOpPtT* startPtT = test->ptT(); in moveMultiples() local1312 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() local1582 edge->fPts[0] = startPtT.fPt; in subDivide()1589 double startT = startPtT.fT; in subDivide()1632 const SkOpPtT& startPtT = *start->ptT(); in subDivide() local1635 edge->fCubic[0].set(startPtT.fPt); in subDivide()[all …]
712 const SkOpPtT* startPtT = test->ptT(); in debugMoveMultiples() local713 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() local1126 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 …]
476 SkOpPtT* startPtT = startT == 0 ? fHead.ptT() : startT == 1 ? fTail.ptT() in debugAddAngle() local482 while (startSpan->ptT() != startPtT) { in debugAddAngle()