• Home
  • Raw
  • Download

Lines Matching refs:fOppPtTStart

1125         const SkOpPtT* oStartPtT = coin->fOppPtTStart;  in debugAddExpanded()
1184 && check->fOppPtTStart->span() == outer->fOppPtTStart->span()) { in debugAddIfMissing()
1192 && check->fOppPtTStart->span() == over1s->span()) { in debugAddIfMissing()
1222 checkOppSeg = check->fOppPtTStart->segment(); in debugAddIfMissing()
1238 + (int) between(check->fOppPtTStart->fT, oTs, check->fOppPtTEnd->fT) in debugAddIfMissing()
1239 + (int) between(check->fOppPtTStart->fT, oTe, check->fOppPtTEnd->fT); in debugAddIfMissing()
1274 const SkOpSegment* outerOpp = outer->fOppPtTStart->segment(); in debugAddMissing()
1281 const SkOpSegment* innerOpp = inner->fOppPtTStart->segment(); in debugAddMissing()
1288 outer->fOppPtTStart, outer->fOppPtTEnd, in debugAddMissing()
1289 inner->fOppPtTStart, inner->fOppPtTEnd)) { in debugAddMissing()
1294 inner->fOppPtTStart, inner->fOppPtTEnd, &overS, &overE)) { in debugAddMissing()
1296 inner->fOppPtTStart, inner->fOppPtTEnd, overS, overE, in debugAddMissing()
1297 outer->fOppPtTStart, outer->fOppPtTEnd, in debugAddMissing()
1299 log->record(kAddMissingCoin_Glitch, id, outer, inner->fOppPtTStart); in debugAddMissing()
1302 && this->overlap(outer->fOppPtTStart, outer->fOppPtTEnd, in debugAddMissing()
1304 if (this->debugAddIfMissing(outer->fOppPtTStart, outer->fOppPtTEnd, in debugAddMissing()
1307 inner->fOppPtTStart, inner->fOppPtTEnd)) { in debugAddMissing()
1311 && this->overlap(outer->fOppPtTStart, outer->fOppPtTEnd, in debugAddMissing()
1312 inner->fOppPtTStart, inner->fOppPtTEnd, &overS, &overE)) { in debugAddMissing()
1313 if (this->debugAddIfMissing(outer->fOppPtTStart, outer->fOppPtTEnd, in debugAddMissing()
1314 inner->fOppPtTStart, inner->fOppPtTEnd, overS, overE, in debugAddMissing()
1317 log->record(kAddMissingCoin_Glitch, id, outer, inner->fOppPtTStart); in debugAddMissing()
1358 const SkOpSegment* oppSegment = coin->fOppPtTStart->segment(); in debugExpand()
1389 if (coin->fOppPtTStart->deleted()) { in debugFixAligned()
1390 log->record(kDeletedCoin_Glitch, id, coin, coin->fOppPtTStart); in debugFixAligned()
1401 if (coin->fOppPtTStart->collapsed(coin->fOppPtTEnd)) { in debugFixAligned()
1402 log->record(kCollapsedCoin_Glitch, id, coin, coin->fOppPtTStart); in debugFixAligned()
1418 const SkOpSpanBase* oStart = coin->fOppPtTStart->span()->debugStarter(&oEnd); in debugMark()
1451 span->fOppPtTStart->segment()->debugID(), in debugShowCoincidence()
1452 span->fOppPtTStart->fT, span->fOppPtTEnd->fT); in debugShowCoincidence()