Searched refs:oppPtT (Results 1 – 3 of 3) sorted by relevance
65 const SkOpPtT* oppPtT; in expand() local66 if (!prev || !(oppPtT = prev->contains(oppSegment))) { in expand()73 setStarts(prev->ptT(), oppPtT); in expand()82 const SkOpPtT* oppPtT; in expand() local83 if (!next || !(oppPtT = next->contains(oppSegment))) { in expand()90 setEnds(next->ptT(), oppPtT); in expand()
1008 const SkOpPtT* oppPtT = oppStartPtT; in debugMoveMultiples() local1009 while ((oppPtT = oppPtT->next()) != oppStartPtT) { in debugMoveMultiples()1010 const SkOpSegment* oppPtTSegment = oppPtT->segment(); in debugMoveMultiples()1431 const SkOpPtT* oppPtT; in debugExpand() local1432 if (!prev || !(oppPtT = prev->contains(oppSegment))) { in debugExpand()1439 if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, this, prev->ptT(), oppPtT); in debugExpand()1448 const SkOpPtT* oppPtT; in debugExpand() local1449 if (!next || !(oppPtT = next->contains(oppSegment))) { in debugExpand()1456 if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, this, next->ptT(), oppPtT); in debugExpand()
1332 SkOpPtT* oppPtT = oppStartPtT; in moveMultiples() local1333 while ((oppPtT = oppPtT->next()) != oppStartPtT) { in moveMultiples()1334 SkOpSegment* oppPtTSegment = oppPtT->segment(); in moveMultiples()