Searched refs:oppPtT (Results 1 – 3 of 3) sorted by relevance
515 SkOpPtT* oppPtT; in expand() local516 if (prev && (oppPtT = prev->contains(oppSegment))) { in expand()520 coin->fOppPtTStart = oppPtT; in expand()525 if (next && (oppPtT = next->contains(oppSegment))) { in expand()529 coin->fOppPtTEnd = oppPtT; in expand()
1365 SkOpPtT* oppPtT = oppStartPtT; in moveMultiples() local1366 while ((oppPtT = oppPtT->next()) != oppStartPtT) { in moveMultiples()1367 SkOpSegment* oppPtTSegment = oppPtT->segment(); in moveMultiples()
766 const SkOpPtT* oppPtT = oppStartPtT; in debugMoveMultiples() local767 while ((oppPtT = oppPtT->next()) != oppStartPtT) { in debugMoveMultiples()768 const SkOpSegment* oppPtTSegment = oppPtT->segment(); in debugMoveMultiples()