Lines Matching defs:oppPtT
1008 const SkOpPtT* oppPtT = oppStartPtT;
1009 while ((oppPtT = oppPtT->next()) != oppStartPtT) {
1010 const SkOpSegment* oppPtTSegment = oppPtT->segment();
1431 const SkOpPtT* oppPtT;
1432 if (!prev || !(oppPtT = prev->contains(oppSegment))) {
1439 if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, this, prev->ptT(), oppPtT);
1448 const SkOpPtT* oppPtT;
1449 if (!next || !(oppPtT = next->contains(oppSegment))) {
1456 if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, this, next->ptT(), oppPtT);