Searched refs:oppPtT (Results 1 – 3 of 3) sorted by relevance
63 const SkOpPtT* oppPtT; in expand() local64 if (!prev || !(oppPtT = prev->contains(oppSegment))) { in expand()71 setStarts(prev->ptT(), oppPtT); in expand()80 const SkOpPtT* oppPtT; in expand() local81 if (!next || !(oppPtT = next->contains(oppSegment))) { in expand()88 setEnds(next->ptT(), oppPtT); in expand()
1029 const SkOpPtT* oppPtT = oppStartPtT; in debugMoveMultiples() local1030 while ((oppPtT = oppPtT->next()) != oppStartPtT) { in debugMoveMultiples()1031 const SkOpSegment* oppPtTSegment = oppPtT->segment(); in debugMoveMultiples()1452 const SkOpPtT* oppPtT; in debugExpand() local1453 if (!prev || !(oppPtT = prev->contains(oppSegment))) { in debugExpand()1460 if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, this, prev->ptT(), oppPtT); in debugExpand()1469 const SkOpPtT* oppPtT; in debugExpand() local1470 if (!next || !(oppPtT = next->contains(oppSegment))) { in debugExpand()1477 if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, this, next->ptT(), oppPtT); in debugExpand()
1275 SkOpPtT* oppPtT = oppStartPtT; in moveMultiples() local1276 while ((oppPtT = oppPtT->next()) != oppStartPtT) { in moveMultiples()1277 SkOpSegment* oppPtTSegment = oppPtT->segment(); in moveMultiples()