Home
last modified time | relevance | path

Searched refs:oppPtT (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/pathops/
DSkOpCoincidence.cpp65 const SkOpPtT* oppPtT; in expand() local
66 if (!prev || !(oppPtT = prev->contains(oppSegment))) { in expand()
73 setStarts(prev->ptT(), oppPtT); in expand()
82 const SkOpPtT* oppPtT; in expand() local
83 if (!next || !(oppPtT = next->contains(oppSegment))) { in expand()
90 setEnds(next->ptT(), oppPtT); in expand()
DSkPathOpsDebug.cpp1008 const SkOpPtT* oppPtT = oppStartPtT; in debugMoveMultiples() local
1009 while ((oppPtT = oppPtT->next()) != oppStartPtT) { in debugMoveMultiples()
1010 const SkOpSegment* oppPtTSegment = oppPtT->segment(); in debugMoveMultiples()
1431 const SkOpPtT* oppPtT; in debugExpand() local
1432 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() local
1449 if (!next || !(oppPtT = next->contains(oppSegment))) { in debugExpand()
1456 if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, this, next->ptT(), oppPtT); in debugExpand()
DSkOpSegment.cpp1332 SkOpPtT* oppPtT = oppStartPtT; in moveMultiples() local
1333 while ((oppPtT = oppPtT->next()) != oppStartPtT) { in moveMultiples()
1334 SkOpSegment* oppPtTSegment = oppPtT->segment(); in moveMultiples()